omap.txt (cb54b53adae70701bdd77d848cea4b9b39b61cf9) | omap.txt (439bf39e766264ff7fba32db5e6e31c3e628f965) |
---|---|
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, --- 45 unchanged lines hidden (view full) --- 54- AM335X Bone : Low cost community board 55 compatible = "ti,am335x-bone", "ti,am33xx", "ti,omap3" 56 57- OMAP5 EVM : Evaluation Module 58 compatible = "ti,omap5-evm", "ti,omap5" 59 60- AM43x EPOS EVM 61 compatible = "ti,am43x-epos-evm", "ti,am4372", "ti,am43" | 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, --- 45 unchanged lines hidden (view full) --- 54- AM335X Bone : Low cost community board 55 compatible = "ti,am335x-bone", "ti,am33xx", "ti,omap3" 56 57- OMAP5 EVM : Evaluation Module 58 compatible = "ti,omap5-evm", "ti,omap5" 59 60- AM43x EPOS EVM 61 compatible = "ti,am43x-epos-evm", "ti,am4372", "ti,am43" |
62 63- DRA7 EVM: Software Developement Board for DRA7XX 64 compatible = "ti,dra7-evm", "ti,dra7" |
|