Merge tag 'for-linux-6.12-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[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
2e18f5a1 26- ti,no-idle: When present, the module is never allowed to idle.
dc2d07eb
BC
27
28Example:
29
30spinlock@1 {
31 compatible = "ti,omap4-spinlock";
32 ti,hwmods = "spinlock";
33};
34
89b6eef0
NM
35SoC Type (optional):
36
37- General Purpose devices
38 compatible = "ti,gp"
39- High Security devices
40 compatible = "ti,hs"
41
42SoC Families:
43
89b6eef0
NM
44- DRA7 generic - defaults to DRA742
45 compatible = "ti,dra7"
b552904a
NS
46- AM33x generic
47 compatible = "ti,am33xx"
89b6eef0
NM
48- AM43x generic - defaults to AM4372
49 compatible = "ti,am43"
50
51SoCs:
52
4dc6760d
LV
53- DRA762
54 compatible = "ti,dra762", "ti,dra7"
55
89b6eef0 56- DRA742
38b248db
RN
57 compatible = "ti,dra742", "ti,dra74", "ti,dra7"
58
59- DRA722
60 compatible = "ti,dra722", "ti,dra72", "ti,dra7"
89b6eef0 61
a2af765a
LV
62- DRA718
63 compatible = "ti,dra718", "ti,dra722", "ti,dra72", "ti,dra7"
64
09f83754
RQ
65- AM5748
66 compatible = "ti,am5748", "ti,dra762", "ti,dra7"
67
0e0cb99d
NM
68- AM5728
69 compatible = "ti,am5728", "ti,dra742", "ti,dra74", "ti,dra7"
70
71- AM5726
72 compatible = "ti,am5726", "ti,dra742", "ti,dra74", "ti,dra7"
73
74- AM5718
75 compatible = "ti,am5718", "ti,dra722", "ti,dra72", "ti,dra7"
76
77- AM5716
78 compatible = "ti,am5716", "ti,dra722", "ti,dra72", "ti,dra7"
79
89b6eef0
NM
80- AM4372
81 compatible = "ti,am4372", "ti,am43"
dc2d07eb 82
b552904a 83Boards (incomplete list of examples):
dc2d07eb 84
4730bcfb 85
686c47f1
NK
86- AM437x CM-T43
87 compatible = "compulab,am437x-cm-t43", "ti,am4372", "ti,am43"
88
89- AM437x SBC-T43
90 compatible = "compulab,am437x-sbc-t43", "compulab,am437x-cm-t43", "ti,am4372", "ti,am43"
91
4730bcfb 92- AM43x EPOS EVM
69101b20 93 compatible = "ti,am43x-epos-evm", "ti,am43", "ti,am438x"
439bf39e 94
11e2191c
LV
95- AM437x GP EVM
96 compatible = "ti,am437x-gp-evm", "ti,am4372", "ti,am43"
97
4a45787d
FB
98- AM437x SK EVM: AM437x StarterKit Evaluation Module
99 compatible = "ti,am437x-sk-evm", "ti,am4372", "ti,am43"
100
387450fc
DL
101- AM57XX CL-SOM-AM57x
102 compatible = "compulab,cl-som-am57x", "ti,am5728", "ti,dra742", "ti,dra74", "ti,dra7"
103
e1fdd060
DL
104- AM57XX SBC-AM57x
105 compatible = "compulab,sbc-am57x", "compulab,cl-som-am57x", "ti,am5728", "ti,dra742", "ti,dra74", "ti,dra7"
106
09f83754
RQ
107- AM5748 IDK
108 compatible = "ti,am5748-idk", "ti,am5748", "ti,dra762", "ti,dra7";
109
a7cac713
SP
110- AM5728 IDK
111 compatible = "ti,am5728-idk", "ti,am5728", "ti,dra742", "ti,dra74", "ti,dra7"
112
5817430b
SP
113- AM5718 IDK
114 compatible = "ti,am5718-idk", "ti,am5718", "ti,dra7"
115
895bd4b3
LV
116- DRA762 EVM: Software Development Board for DRA762
117 compatible = "ti,dra76-evm", "ti,dra762", "ti,dra7"
118
1aacb90e 119- DRA742 EVM: Software Development Board for DRA742
38b248db
RN
120 compatible = "ti,dra7-evm", "ti,dra742", "ti,dra74", "ti,dra7"
121
122- DRA722 EVM: Software Development Board for DRA722
123 compatible = "ti,dra72-evm", "ti,dra722", "ti,dra72", "ti,dra7"
547868f5 124
a2af765a
LV
125- DRA718 EVM: Software Development Board for DRA718
126 compatible = "ti,dra718-evm", "ti,dra718", "ti,dra722", "ti,dra72", "ti,dra7"