omap.txt (bf61c8840efe60fd8f91446860b63338fb424158) | omap.txt (4730bcfb067a92bd446b4ffd149e0768572c7f19) |
---|---|
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, --- 42 unchanged lines hidden (view full) --- 51- AM335X EVM : Software Development Board for AM335x 52 compatible = "ti,am335x-evm", "ti,am33xx", "ti,omap3" 53 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" | 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, --- 42 unchanged lines hidden (view full) --- 51- AM335X EVM : Software Development Board for AM335x 52 compatible = "ti,am335x-evm", "ti,am33xx", "ti,omap3" 53 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" |
|