omap.txt (186a73dc9a81b087d0708f21a990615957ec9c1c) | omap.txt (38b248db60e32734417534b57f9ab687c445113a) |
---|---|
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, --- 66 unchanged lines hidden (view full) --- 75 compatible = "ti,omap4460", "ti,omap4" 76 77- OMAP5430 78 compatible = "ti,omap5430", "ti,omap5" 79- OMAP5432 80 compatible = "ti,omap5432", "ti,omap5" 81 82- DRA742 | 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, --- 66 unchanged lines hidden (view full) --- 75 compatible = "ti,omap4460", "ti,omap4" 76 77- OMAP5430 78 compatible = "ti,omap5430", "ti,omap5" 79- OMAP5432 80 compatible = "ti,omap5432", "ti,omap5" 81 82- DRA742 |
83 compatible = "ti,dra7xx", "ti,dra7" | 83 compatible = "ti,dra742", "ti,dra74", "ti,dra7" |
84 | 84 |
85- DRA722 86 compatible = "ti,dra722", "ti,dra72", "ti,dra7" 87 |
|
85- AM4372 86 compatible = "ti,am4372", "ti,am43" 87 88Boards: 89 90- OMAP3 BeagleBoard : Low cost community board 91 compatible = "ti,omap3-beagle", "ti,omap3" 92 --- 22 unchanged lines hidden (view full) --- 115 compatible = "ti,omap5-evm", "ti,omap5" 116 117- AM43x EPOS EVM 118 compatible = "ti,am43x-epos-evm", "ti,am4372", "ti,am43" 119 120- AM437x GP EVM 121 compatible = "ti,am437x-gp-evm", "ti,am4372", "ti,am43" 122 | 88- AM4372 89 compatible = "ti,am4372", "ti,am43" 90 91Boards: 92 93- OMAP3 BeagleBoard : Low cost community board 94 compatible = "ti,omap3-beagle", "ti,omap3" 95 --- 22 unchanged lines hidden (view full) --- 118 compatible = "ti,omap5-evm", "ti,omap5" 119 120- AM43x EPOS EVM 121 compatible = "ti,am43x-epos-evm", "ti,am4372", "ti,am43" 122 123- AM437x GP EVM 124 compatible = "ti,am437x-gp-evm", "ti,am4372", "ti,am43" 125 |
123- DRA7 EVM: Software Developement Board for DRA7XX 124 compatible = "ti,dra7-evm", "ti,dra7" | 126- DRA742 EVM: Software Developement Board for DRA742 127 compatible = "ti,dra7-evm", "ti,dra742", "ti,dra74", "ti,dra7" 128 129- DRA722 EVM: Software Development Board for DRA722 130 compatible = "ti,dra72-evm", "ti,dra722", "ti,dra72", "ti,dra7" |