brintos

brintos / linux-shallow public Read only

0
0
Text · 5.7 KiB · 93e04a1 Raw
179 lines · yaml
1# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)2%YAML 1.23---4$id: http://devicetree.org/schemas/arm/ti/omap.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: Texas Instruments OMAP SoC architecture8 9maintainers:10  - Tony Lindgren <tony@atomide.com>11 12description: Platforms based on Texas Instruments OMAP SoC architecture.13 14properties:15  $nodename:16    const: '/'17  compatible:18    oneOf:19 20      - description: TI OMAP2420 SoC based platforms21        items:22          - enum:23              - nokia,n80024              - nokia,n81025              - nokia,n810-wimax26              - ti,omap2420-h427          - const: ti,omap242028          - const: ti,omap229 30      - description: TI OMAP2430 SoC based platforms31        items:32          - enum:33              - ti,omap2430-sdp # TI OMAP2430 SDP34          - const: ti,omap243035          - const: ti,omap236 37      - description: TI OMAP3430 SoC based platforms38        items:39          - enum:40              - compulab,omap3-cm-t353041              - logicpd,dm3730-som-lv-devkit  # LogicPD Zoom OMAP35xx SOM-LV Development Kit42              - logicpd,dm3730-torpedo-devkit # LogicPD Zoom OMAP35xx Torpedo Development Kit43              - nokia,omap3-n90044              - openpandora,omap3-pandora-600mhz45              - ti,omap3430-sdp46              - ti,omap3-beagle47              - ti,omap3-evm                  # TI OMAP35XX EVM (TMDSEVM3530)48              - ti,omap3-ldp                  # TI OMAP3430 LDP (Zoom1 Labrador)49              - timll,omap3-devkit800050          - const: ti,omap343051          - const: ti,omap352 53      - description: Early BeagleBoard revisions A to B4 with a timer quirk54        items:55          - const: ti,omap3-beagle-ab456          - const: ti,omap3-beagle57          - const: ti,omap343058          - const: ti,omap359 60      - description: Gumstix Overo TI OMAP 3430/3630 boards + expansion boards61        items:62          - enum:63              - gumstix,omap3-overo-alto3564              - gumstix,omap3-overo-chestnut4365              - gumstix,omap3-overo-gallop4366              - gumstix,omap3-overo-palo3567              - gumstix,omap3-overo-palo4368              - gumstix,omap3-overo-summit69              - gumstix,omap3-overo-tobi70              - gumstix,omap3-overo-tobiduo71          - const: gumstix,omap3-overo72          - enum:73              - ti,omap343074              - ti,omap363075 76      - description: TI OMAP3630 SoC based platforms77        items:78          - enum:79              - amazon,omap3-echo             # Amazon Echo (first generation)80              - compulab,omap3-cm-t373081              - goldelico,gta0482              - lg,omap3-sniper               # LG Optimus Black83              - logicpd,dm3730-som-lv-devkit  # LogicPD Zoom DM3730 SOM-LV Development Kit84              - logicpd,dm3730-torpedo-devkit # LogicPD Zoom DM3730 Torpedo + Wireless Development Kit85              - nokia,omap3-n986              - nokia,omap3-n95087              - openpandora,omap3-pandora-1ghz88              - ti,omap3-beagle-xm89              - ti,omap3-evm-37xx             # TI OMAP37XX EVM (TMDSEVM3730)90              - ti,omap3-zoom391          - const: ti,omap363092          - const: ti,omap393 94      - description: TI AM35 SoC based platforms95        items:96          - enum:97              - compulab,omap3-sbc-t3517 # CompuLab SBC-T3517 with CM-T351798              - teejet,mt_ventoux99              - ti,am3517-craneboard     # TI AM3517 CraneBoard (TMDSEVM3517)100              - ti,am3517-evm            # TI AM3517 EVM (AM3517/05 TMDSEVM3517)101          - const: ti,am3517102          - const: ti,omap3103 104      - description: TI AM33 based platform105        items:106          - enum:107              - compulab,cm-t335108              - moxa,uc-8100-me-t109              - novatech,am335x-lxm110              - ti,am335x-bone111              - ti,am335x-evm112              - ti,am3359-icev2113          - const: ti,am33xx114 115      - description: Compulab board variants based on TI AM33116        items:117          - enum:118              - compulab,sbc-t335119          - const: compulab,cm-t335120          - const: ti,am33xx121 122      - description: Phytec boards based on TI AM33123        items:124          - enum:125              - phytec,am335x-wega126              - phytec,am335x-pcm-953127              - phytec,am335x-regor128          - const: phytec,am335x-phycore-som129          - const: ti,am33xx130 131      - description: TI OMAP4430 SoC based platforms132        items:133          - enum:134              - amazon,omap4-kc1        # Amazon Kindle Fire (first generation)135              - motorola,droid4         # Motorola Droid 4 XT894136              - motorola,droid-bionic   # Motorola Droid Bionic XT875137              - motorola,xyboard-mz609138              - motorola,xyboard-mz617139              - ti,omap4-panda140              - ti,omap4-sdp141          - const: ti,omap4430142          - const: ti,omap4143 144      - description: OMAP4 DuoVero with Parlor expansion board/daughter board145        items:146          - const: gumstix,omap4-duovero-parlor147          - const: gumstix,omap4-duovero148          - const: ti,omap4430149          - const: ti,omap4150 151      - description: TI OMAP4460 SoC based platforms152        items:153          - enum:154              - epson,embt2ws    # Epson Moverio BT-200155              - ti,omap4-panda-es156          - const: ti,omap4460157          - const: ti,omap4158 159      - description: VAR-OM44 boards160        items:161          - enum:162              - variscite,var-dvk-om44163              - variscite,var-stk-om44164          - const: variscite,var-som-om44165          - const: ti,omap4460166          - const: ti,omap4167 168      - description: TI OMAP5 SoC based platforms169        items:170          - enum:171              - compulab,omap5-cm-t54172              - isee,omap5-igep0050173              - ti,omap5-uevm174          - const: ti,omap5175 176additionalProperties: true177 178...179