omap.txt (5e452865954fe3f18a89cb7bce8c3216636b311d) | omap.txt (895bd4b3e5ec4c7d5babee0a0ada2f22d7b6df31) |
---|---|
1* Texas Instruments OMAP 2 3OMAP is currently using a static file per SoC family to describe the 4IPs present in the SoC. 5On top of that an omap_device is created to extend the platform_device 6capabilities and to allow binding with one or several hwmods. 7The hwmods will contain all the information to build the device: 8address range, irq lines, dma lines, interconnect, PRCM register, --- 173 unchanged lines hidden (view full) --- 182 compatible = "compulab,sbc-am57x", "compulab,cl-som-am57x", "ti,am5728", "ti,dra742", "ti,dra74", "ti,dra7" 183 184- AM5728 IDK 185 compatible = "ti,am5728-idk", "ti,am5728", "ti,dra742", "ti,dra74", "ti,dra7" 186 187- AM5718 IDK 188 compatible = "ti,am5718-idk", "ti,am5718", "ti,dra7" 189 | 1* Texas Instruments OMAP 2 3OMAP is currently using a static file per SoC family to describe the 4IPs present in the SoC. 5On top of that an omap_device is created to extend the platform_device 6capabilities and to allow binding with one or several hwmods. 7The hwmods will contain all the information to build the device: 8address range, irq lines, dma lines, interconnect, PRCM register, --- 173 unchanged lines hidden (view full) --- 182 compatible = "compulab,sbc-am57x", "compulab,cl-som-am57x", "ti,am5728", "ti,dra742", "ti,dra74", "ti,dra7" 183 184- AM5728 IDK 185 compatible = "ti,am5728-idk", "ti,am5728", "ti,dra742", "ti,dra74", "ti,dra7" 186 187- AM5718 IDK 188 compatible = "ti,am5718-idk", "ti,am5718", "ti,dra7" 189 |
190- DRA762 EVM: Software Development Board for DRA762 191 compatible = "ti,dra76-evm", "ti,dra762", "ti,dra7" 192 |
|
190- DRA742 EVM: Software Development Board for DRA742 191 compatible = "ti,dra7-evm", "ti,dra742", "ti,dra74", "ti,dra7" 192 193- DRA722 EVM: Software Development Board for DRA722 194 compatible = "ti,dra72-evm", "ti,dra722", "ti,dra72", "ti,dra7" 195 196- DRA718 EVM: Software Development Board for DRA718 197 compatible = "ti,dra718-evm", "ti,dra718", "ti,dra722", "ti,dra72", "ti,dra7" 198 199- DM3730 Logic PD Torpedo + Wireless: Commercial System on Module with WiFi and Bluetooth 200 compatible = "logicpd,dm3730-torpedo-devkit", "ti,omap3630", "ti,omap3" 201 202- DM3730 Logic PD SOM-LV: Commercial System on Module with WiFi and Bluetooth 203 compatible = "logicpd,dm3730-som-lv-devkit", "ti,omap3630", "ti,omap3" | 193- DRA742 EVM: Software Development Board for DRA742 194 compatible = "ti,dra7-evm", "ti,dra742", "ti,dra74", "ti,dra7" 195 196- DRA722 EVM: Software Development Board for DRA722 197 compatible = "ti,dra72-evm", "ti,dra722", "ti,dra72", "ti,dra7" 198 199- DRA718 EVM: Software Development Board for DRA718 200 compatible = "ti,dra718-evm", "ti,dra718", "ti,dra722", "ti,dra72", "ti,dra7" 201 202- DM3730 Logic PD Torpedo + Wireless: Commercial System on Module with WiFi and Bluetooth 203 compatible = "logicpd,dm3730-torpedo-devkit", "ti,omap3630", "ti,omap3" 204 205- DM3730 Logic PD SOM-LV: Commercial System on Module with WiFi and Bluetooth 206 compatible = "logicpd,dm3730-som-lv-devkit", "ti,omap3630", "ti,omap3" |