ARM: dts: am437x-gp-evm: Add gp dts.
[linux-2.6-block.git] / Documentation / devicetree / bindings / arm / omap / omap.txt
CommitLineData
dc2d07eb
BC
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:
40e47125 8address range, irq lines, dma lines, interconnect, PRCM register,
dc2d07eb
BC
9clock domain, input clocks.
10For the moment just point to the existing hwmod, the next step will be
11to move data from hwmod to device-tree representation.
12
13
14Required properties:
15- compatible: Every devices present in OMAP SoC should be in the
16 form: "ti,XXX"
17- ti,hwmods: list of hwmod names (ascii strings), that comes from the OMAP
18 HW documentation, attached to a device. Must contain at least
19 one hwmod.
20
21Optional properties:
22- ti,no_idle_on_suspend: When present, it prevents the PM to idle the module
23 during suspend.
f12ecbe2
RN
24- ti,no-reset-on-init: When present, the module should not be reset at init
25- ti,no-idle-on-init: When present, the module should not be idled at init
dc2d07eb
BC
26
27Example:
28
29spinlock@1 {
30 compatible = "ti,omap4-spinlock";
31 ti,hwmods = "spinlock";
32};
33
89b6eef0
NM
34SoC Type (optional):
35
36- General Purpose devices
37 compatible = "ti,gp"
38- High Security devices
39 compatible = "ti,hs"
40
41SoC Families:
42
43- OMAP2 generic - defaults to OMAP2420
44 compatible = "ti,omap2"
45- OMAP3 generic - defaults to OMAP3430
46 compatible = "ti,omap3"
47- OMAP4 generic - defaults to OMAP4430
48 compatible = "ti,omap4"
49- OMAP5 generic - defaults to OMAP5430
50 compatible = "ti,omap5"
51- DRA7 generic - defaults to DRA742
52 compatible = "ti,dra7"
53- AM43x generic - defaults to AM4372
54 compatible = "ti,am43"
55
56SoCs:
57
58- OMAP2420
59 compatible = "ti,omap2420", "ti,omap2"
60- OMAP2430
61 compatible = "ti,omap2430", "ti,omap2"
62
63- OMAP3430
64 compatible = "ti,omap3430", "ti,omap3"
65- AM3517
66 compatible = "ti,am3517", "ti,omap3"
67- OMAP3630
68 compatible = "ti,omap36xx", "ti,omap3"
69- AM33xx
70 compatible = "ti,am33xx", "ti,omap3"
71
72- OMAP4430
73 compatible = "ti,omap4430", "ti,omap4"
74- OMAP4460
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"
84
85- AM4372
86 compatible = "ti,am4372", "ti,am43"
dc2d07eb
BC
87
88Boards:
89
90- OMAP3 BeagleBoard : Low cost community board
91 compatible = "ti,omap3-beagle", "ti,omap3"
92
807e1b42
FV
93- OMAP3 Tobi with Overo : Commercial expansion board with daughter board
94 compatible = "ti,omap3-tobi", "ti,omap3-overo", "ti,omap3"
95
f21ccfa0 96- OMAP4 SDP : Software Development Board
dc2d07eb
BC
97 compatible = "ti,omap4-sdp", "ti,omap4430"
98
99- OMAP4 PandaBoard : Low cost community board
100 compatible = "ti,omap4-panda", "ti,omap4430"
54119729 101
f21ccfa0 102- OMAP3 EVM : Software Development Board for OMAP35x, AM/DM37x
54119729
VH
103 compatible = "ti,omap3-evm", "ti,omap3"
104
f21ccfa0 105- AM335X EVM : Software Development Board for AM335x
54119729 106 compatible = "ti,am335x-evm", "ti,am33xx", "ti,omap3"
6a66a8b2
AC
107
108- AM335X Bone : Low cost community board
109 compatible = "ti,am335x-bone", "ti,am33xx", "ti,omap3"
f01b9b73 110
0c1b6fac
S
111- OMAP5 EVM : Evaluation Module
112 compatible = "ti,omap5-evm", "ti,omap5"
4730bcfb
AM
113
114- AM43x EPOS EVM
115 compatible = "ti,am43x-epos-evm", "ti,am4372", "ti,am43"
439bf39e 116
11e2191c
LV
117- AM437x GP EVM
118 compatible = "ti,am437x-gp-evm", "ti,am4372", "ti,am43"
119
439bf39e
S
120- DRA7 EVM: Software Developement Board for DRA7XX
121 compatible = "ti,dra7-evm", "ti,dra7"