omap.txt (28295a891500133a78b4fa6f1190d572c402fa66) omap.txt (c6135a6fd1576e5daee67b0b2207f035a3eb4de0)
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,

--- 127 unchanged lines hidden (view full) ---

136 compatible = "novatech,am335x-lxm", "ti,am33xx"
137
138- AM335X phyBOARD-WEGA: Single Board Computer dev kit
139 compatible = "phytec,am335x-wega", "phytec,am335x-phycore-som", "ti,am33xx"
140
141- AM335X CM-T335 : System On Module, built around the Sitara AM3352/4
142 compatible = "compulab,cm-t335", "ti,am33xx"
143
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,

--- 127 unchanged lines hidden (view full) ---

136 compatible = "novatech,am335x-lxm", "ti,am33xx"
137
138- AM335X phyBOARD-WEGA: Single Board Computer dev kit
139 compatible = "phytec,am335x-wega", "phytec,am335x-phycore-som", "ti,am33xx"
140
141- AM335X CM-T335 : System On Module, built around the Sitara AM3352/4
142 compatible = "compulab,cm-t335", "ti,am33xx"
143
144- AM335X SBC-T335 : single board computer, built around the Sitara AM3352/4
145 compatible = "compulab,sbc-t335", "compulab,cm-t335", "ti,am33xx"
146
144- OMAP5 EVM : Evaluation Module
145 compatible = "ti,omap5-evm", "ti,omap5"
146
147- AM437x CM-T43
148 compatible = "compulab,am437x-cm-t43", "ti,am4372", "ti,am43"
149
150- AM437x SBC-T43
151 compatible = "compulab,am437x-sbc-t43", "compulab,am437x-cm-t43", "ti,am4372", "ti,am43"

--- 21 unchanged lines hidden ---
147- OMAP5 EVM : Evaluation Module
148 compatible = "ti,omap5-evm", "ti,omap5"
149
150- AM437x CM-T43
151 compatible = "compulab,am437x-cm-t43", "ti,am4372", "ti,am43"
152
153- AM437x SBC-T43
154 compatible = "compulab,am437x-sbc-t43", "compulab,am437x-cm-t43", "ti,am4372", "ti,am43"

--- 21 unchanged lines hidden ---