Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/arm/ti/ti,davinci.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006 
0007 title: Texas Instruments DaVinci Platforms Device Tree Bindings
0008 
0009 maintainers:
0010   - Sekhar Nori <nsekhar@ti.com>
0011 
0012 description:
0013   DA850/OMAP-L138/AM18x based boards
0014 
0015 properties:
0016   $nodename:
0017     const: '/'
0018   compatible:
0019     items:
0020       - enum:
0021           - ti,da850-evm    # DA850/OMAP-L138/AM18x Evaluation Module (EVM) board
0022           - ti,da850-lcdk   # DA850/OMAP-L138/AM18x L138/C6748 Development Kit (LCDK) board
0023           - enbw,cmc        # EnBW AM1808 based CMC board
0024           - lego,ev3        # LEGO MINDSTORMS EV3 (AM1808 based)
0025       - const: ti,da850
0026 
0027 additionalProperties: true
0028 
0029 ...