ARM: dts: dra7: add dt nodes for new cpsw switch dev driver
[platform/kernel/linux-starfive.git] / arch / arm / boot / dts / dra7-l4.dtsi
1 &l4_cfg {                                               /* 0x4a000000 */
2         compatible = "ti,dra7-l4-cfg", "simple-bus";
3         reg = <0x4a000000 0x800>,
4               <0x4a000800 0x800>,
5               <0x4a001000 0x1000>;
6         reg-names = "ap", "la", "ia0";
7         #address-cells = <1>;
8         #size-cells = <1>;
9         ranges = <0x00000000 0x4a000000 0x100000>,      /* segment 0 */
10                  <0x00100000 0x4a100000 0x100000>,      /* segment 1 */
11                  <0x00200000 0x4a200000 0x100000>;      /* segment 2 */
12
13         segment@0 {                                     /* 0x4a000000 */
14                 compatible = "simple-bus";
15                 #address-cells = <1>;
16                 #size-cells = <1>;
17                 ranges = <0x00000000 0x00000000 0x000800>,      /* ap 0 */
18                          <0x00000800 0x00000800 0x000800>,      /* ap 1 */
19                          <0x00001000 0x00001000 0x001000>,      /* ap 2 */
20                          <0x00002000 0x00002000 0x002000>,      /* ap 3 */
21                          <0x00004000 0x00004000 0x001000>,      /* ap 4 */
22                          <0x00005000 0x00005000 0x001000>,      /* ap 5 */
23                          <0x00006000 0x00006000 0x001000>,      /* ap 6 */
24                          <0x00008000 0x00008000 0x002000>,      /* ap 7 */
25                          <0x0000a000 0x0000a000 0x001000>,      /* ap 8 */
26                          <0x00056000 0x00056000 0x001000>,      /* ap 9 */
27                          <0x00057000 0x00057000 0x001000>,      /* ap 10 */
28                          <0x0005e000 0x0005e000 0x002000>,      /* ap 11 */
29                          <0x00060000 0x00060000 0x001000>,      /* ap 12 */
30                          <0x00080000 0x00080000 0x008000>,      /* ap 13 */
31                          <0x00088000 0x00088000 0x001000>,      /* ap 14 */
32                          <0x000a0000 0x000a0000 0x008000>,      /* ap 15 */
33                          <0x000a8000 0x000a8000 0x001000>,      /* ap 16 */
34                          <0x000d9000 0x000d9000 0x001000>,      /* ap 17 */
35                          <0x000da000 0x000da000 0x001000>,      /* ap 18 */
36                          <0x000dd000 0x000dd000 0x001000>,      /* ap 19 */
37                          <0x000de000 0x000de000 0x001000>,      /* ap 20 */
38                          <0x000e0000 0x000e0000 0x001000>,      /* ap 21 */
39                          <0x000e1000 0x000e1000 0x001000>,      /* ap 22 */
40                          <0x000f4000 0x000f4000 0x001000>,      /* ap 23 */
41                          <0x000f5000 0x000f5000 0x001000>,      /* ap 24 */
42                          <0x000f6000 0x000f6000 0x001000>,      /* ap 25 */
43                          <0x000f7000 0x000f7000 0x001000>,      /* ap 26 */
44                          <0x00090000 0x00090000 0x008000>,      /* ap 59 */
45                          <0x00098000 0x00098000 0x001000>;      /* ap 60 */
46
47                 target-module@2000 {                    /* 0x4a002000, ap 3 08.0 */
48                         compatible = "ti,sysc-omap4", "ti,sysc";
49                         reg = <0x2000 0x4>;
50                         reg-names = "rev";
51                         #address-cells = <1>;
52                         #size-cells = <1>;
53                         ranges = <0x0 0x2000 0x2000>;
54
55                         scm: scm@0 {
56                                 compatible = "ti,dra7-scm-core", "simple-bus";
57                                 reg = <0 0x2000>;
58                                 #address-cells = <1>;
59                                 #size-cells = <1>;
60                                 ranges = <0 0 0x2000>;
61
62                                 scm_conf: scm_conf@0 {
63                                         compatible = "syscon", "simple-bus";
64                                         reg = <0x0 0x1400>;
65                                         #address-cells = <1>;
66                                         #size-cells = <1>;
67                                         ranges = <0 0x0 0x1400>;
68
69                                         pbias_regulator: pbias_regulator@e00 {
70                                                 compatible = "ti,pbias-dra7", "ti,pbias-omap";
71                                                 reg = <0xe00 0x4>;
72                                                 syscon = <&scm_conf>;
73                                                 pbias_mmc_reg: pbias_mmc_omap5 {
74                                                         regulator-name = "pbias_mmc_omap5";
75                                                         regulator-min-microvolt = <1800000>;
76                                                         regulator-max-microvolt = <3300000>;
77                                                 };
78                                         };
79
80                                         phy_gmii_sel: phy-gmii-sel {
81                                                 compatible = "ti,dra7xx-phy-gmii-sel";
82                                                 reg = <0x554 0x4>;
83                                                 #phy-cells = <1>;
84                                         };
85
86                                         scm_conf_clocks: clocks {
87                                                 #address-cells = <1>;
88                                                 #size-cells = <0>;
89                                         };
90                                 };
91
92                                 dra7_pmx_core: pinmux@1400 {
93                                         compatible = "ti,dra7-padconf",
94                                                      "pinctrl-single";
95                                         reg = <0x1400 0x0468>;
96                                         #address-cells = <1>;
97                                         #size-cells = <0>;
98                                         #pinctrl-cells = <1>;
99                                         #interrupt-cells = <1>;
100                                         interrupt-controller;
101                                         pinctrl-single,register-width = <32>;
102                                         pinctrl-single,function-mask = <0x3fffffff>;
103                                 };
104
105                                 scm_conf1: scm_conf@1c04 {
106                                         compatible = "syscon";
107                                         reg = <0x1c04 0x0020>;
108                                         #syscon-cells = <2>;
109                                 };
110
111                                 scm_conf_pcie: scm_conf@1c24 {
112                                         compatible = "syscon";
113                                         reg = <0x1c24 0x0024>;
114                                 };
115
116                                 sdma_xbar: dma-router@b78 {
117                                         compatible = "ti,dra7-dma-crossbar";
118                                         reg = <0xb78 0xfc>;
119                                         #dma-cells = <1>;
120                                         dma-requests = <205>;
121                                         ti,dma-safe-map = <0>;
122                                         dma-masters = <&sdma>;
123                                 };
124
125                                 edma_xbar: dma-router@c78 {
126                                         compatible = "ti,dra7-dma-crossbar";
127                                         reg = <0xc78 0x7c>;
128                                         #dma-cells = <2>;
129                                         dma-requests = <204>;
130                                         ti,dma-safe-map = <0>;
131                                         dma-masters = <&edma>;
132                                 };
133                         };
134                 };
135
136                 target-module@5000 {                    /* 0x4a005000, ap 5 10.0 */
137                         compatible = "ti,sysc-omap4", "ti,sysc";
138                         reg = <0x5000 0x4>;
139                         reg-names = "rev";
140                         #address-cells = <1>;
141                         #size-cells = <1>;
142                         ranges = <0x0 0x5000 0x1000>;
143
144                         cm_core_aon: cm_core_aon@0 {
145                                 compatible = "ti,dra7-cm-core-aon",
146                                               "simple-bus";
147                                 #address-cells = <1>;
148                                 #size-cells = <1>;
149                                 reg = <0 0x2000>;
150                                 ranges = <0 0 0x2000>;
151
152                                 cm_core_aon_clocks: clocks {
153                                         #address-cells = <1>;
154                                         #size-cells = <0>;
155                                 };
156
157                                 cm_core_aon_clockdomains: clockdomains {
158                                 };
159                         };
160                 };
161
162                 target-module@8000 {                    /* 0x4a008000, ap 7 0e.0 */
163                         compatible = "ti,sysc-omap4", "ti,sysc";
164                         reg = <0x8000 0x4>;
165                         reg-names = "rev";
166                         #address-cells = <1>;
167                         #size-cells = <1>;
168                         ranges = <0x0 0x8000 0x2000>;
169
170                         cm_core: cm_core@0 {
171                                 compatible = "ti,dra7-cm-core", "simple-bus";
172                                 #address-cells = <1>;
173                                 #size-cells = <1>;
174                                 reg = <0 0x3000>;
175                                 ranges = <0 0 0x3000>;
176
177                                 cm_core_clocks: clocks {
178                                         #address-cells = <1>;
179                                         #size-cells = <0>;
180                                 };
181
182                                 cm_core_clockdomains: clockdomains {
183                                 };
184                         };
185                 };
186
187                 target-module@56000 {                   /* 0x4a056000, ap 9 02.0 */
188                         compatible = "ti,sysc-omap2", "ti,sysc";
189                         ti,hwmods = "dma_system";
190                         reg = <0x56000 0x4>,
191                               <0x5602c 0x4>,
192                               <0x56028 0x4>;
193                         reg-names = "rev", "sysc", "syss";
194                         ti,sysc-mask = <(SYSC_OMAP2_CLOCKACTIVITY |
195                                          SYSC_OMAP2_EMUFREE |
196                                          SYSC_OMAP2_SOFTRESET |
197                                          SYSC_OMAP2_AUTOIDLE)>;
198                         ti,sysc-midle = <SYSC_IDLE_FORCE>,
199                                         <SYSC_IDLE_NO>,
200                                         <SYSC_IDLE_SMART>,
201                                         <SYSC_IDLE_SMART_WKUP>;
202                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
203                                         <SYSC_IDLE_NO>,
204                                         <SYSC_IDLE_SMART>,
205                                         <SYSC_IDLE_SMART_WKUP>;
206                         ti,syss-mask = <1>;
207                         /* Domains (P, C): core_pwrdm, dma_clkdm */
208                         clocks = <&dma_clkctrl DRA7_DMA_DMA_SYSTEM_CLKCTRL 0>;
209                         clock-names = "fck";
210                         #address-cells = <1>;
211                         #size-cells = <1>;
212                         ranges = <0x0 0x56000 0x1000>;
213
214                         sdma: dma-controller@0 {
215                                 compatible = "ti,omap4430-sdma";
216                                 reg = <0x0 0x1000>;
217                                 interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>,
218                                              <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>,
219                                              <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>,
220                                              <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
221                                 #dma-cells = <1>;
222                                 dma-channels = <32>;
223                                 dma-requests = <127>;
224                         };
225                 };
226
227                 target-module@5e000 {                   /* 0x4a05e000, ap 11 1a.0 */
228                         compatible = "ti,sysc";
229                         status = "disabled";
230                         #address-cells = <1>;
231                         #size-cells = <1>;
232                         ranges = <0x0 0x5e000 0x2000>;
233                 };
234
235                 target-module@80000 {                   /* 0x4a080000, ap 13 20.0 */
236                         compatible = "ti,sysc-omap2", "ti,sysc";
237                         ti,hwmods = "ocp2scp1";
238                         reg = <0x80000 0x4>,
239                               <0x80010 0x4>,
240                               <0x80014 0x4>;
241                         reg-names = "rev", "sysc", "syss";
242                         ti,sysc-mask = <(SYSC_OMAP2_SOFTRESET |
243                                          SYSC_OMAP2_AUTOIDLE)>;
244                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
245                                         <SYSC_IDLE_NO>,
246                                         <SYSC_IDLE_SMART>;
247                         ti,syss-mask = <1>;
248                         /* Domains (P, C): l3init_pwrdm, l3init_clkdm */
249                         clocks = <&l3init_clkctrl DRA7_L3INIT_OCP2SCP1_CLKCTRL 0>;
250                         clock-names = "fck";
251                         #address-cells = <1>;
252                         #size-cells = <1>;
253                         ranges = <0x0 0x80000 0x8000>;
254
255                         ocp2scp@0 {
256                                 compatible = "ti,omap-ocp2scp";
257                                 #address-cells = <1>;
258                                 #size-cells = <1>;
259                                 ranges = <0 0 0x8000>;
260                                 reg = <0x0 0x20>;
261
262                                 usb2_phy1: phy@4000 {
263                                         compatible = "ti,dra7x-usb2", "ti,omap-usb2";
264                                         reg = <0x4000 0x400>;
265                                         syscon-phy-power = <&scm_conf 0x300>;
266                                         clocks = <&usb_phy1_always_on_clk32k>,
267                                                  <&l3init_clkctrl DRA7_L3INIT_USB_OTG_SS1_CLKCTRL 8>;
268                                         clock-names =   "wkupclk",
269                                                         "refclk";
270                                         #phy-cells = <0>;
271                                 };
272
273                                 usb2_phy2: phy@5000 {
274                                         compatible = "ti,dra7x-usb2-phy2",
275                                                      "ti,omap-usb2";
276                                         reg = <0x5000 0x400>;
277                                         syscon-phy-power = <&scm_conf 0xe74>;
278                                         clocks = <&usb_phy2_always_on_clk32k>,
279                                                  <&l3init_clkctrl DRA7_L3INIT_USB_OTG_SS2_CLKCTRL 8>;
280                                         clock-names =   "wkupclk",
281                                                         "refclk";
282                                         #phy-cells = <0>;
283                                 };
284
285                                 usb3_phy1: phy@4400 {
286                                         compatible = "ti,omap-usb3";
287                                         reg = <0x4400 0x80>,
288                                               <0x4800 0x64>,
289                                               <0x4c00 0x40>;
290                                         reg-names = "phy_rx", "phy_tx", "pll_ctrl";
291                                         syscon-phy-power = <&scm_conf 0x370>;
292                                         clocks = <&usb_phy3_always_on_clk32k>,
293                                                  <&sys_clkin1>,
294                                                  <&l3init_clkctrl DRA7_L3INIT_USB_OTG_SS1_CLKCTRL 8>;
295                                         clock-names =   "wkupclk",
296                                                         "sysclk",
297                                                         "refclk";
298                                         #phy-cells = <0>;
299                                 };
300                         };
301                 };
302
303                 target-module@90000 {                   /* 0x4a090000, ap 59 42.0 */
304                         compatible = "ti,sysc-omap2", "ti,sysc";
305                         ti,hwmods = "ocp2scp3";
306                         reg = <0x90000 0x4>,
307                               <0x90010 0x4>,
308                               <0x90014 0x4>;
309                         reg-names = "rev", "sysc", "syss";
310                         ti,sysc-mask = <(SYSC_OMAP2_SOFTRESET |
311                                          SYSC_OMAP2_AUTOIDLE)>;
312                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
313                                         <SYSC_IDLE_NO>,
314                                         <SYSC_IDLE_SMART>;
315                         ti,syss-mask = <1>;
316                         /* Domains (P, C): l3init_pwrdm, l3init_clkdm */
317                         clocks = <&l3init_clkctrl DRA7_L3INIT_OCP2SCP3_CLKCTRL 0>;
318                         clock-names = "fck";
319                         #address-cells = <1>;
320                         #size-cells = <1>;
321                         ranges = <0x0 0x90000 0x8000>;
322
323                         ocp2scp@0 {
324                                 compatible = "ti,omap-ocp2scp";
325                                 #address-cells = <1>;
326                                 #size-cells = <1>;
327                                 ranges = <0 0 0x8000>;
328                                 reg = <0x0 0x20>;
329
330                                 pcie1_phy: pciephy@4000 {
331                                         compatible = "ti,phy-pipe3-pcie";
332                                         reg = <0x4000 0x80>, /* phy_rx */
333                                               <0x4400 0x64>; /* phy_tx */
334                                         reg-names = "phy_rx", "phy_tx";
335                                         syscon-phy-power = <&scm_conf_pcie 0x1c>;
336                                         syscon-pcs = <&scm_conf_pcie 0x10>;
337                                         clocks = <&dpll_pcie_ref_ck>,
338                                                  <&dpll_pcie_ref_m2ldo_ck>,
339                                                  <&pcie_clkctrl DRA7_PCIE_PCIE1_CLKCTRL 8>,
340                                                  <&pcie_clkctrl DRA7_PCIE_PCIE1_CLKCTRL 9>,
341                                                  <&pcie_clkctrl DRA7_PCIE_PCIE1_CLKCTRL 10>,
342                                                  <&optfclk_pciephy_div>,
343                                                  <&sys_clkin1>;
344                                         clock-names = "dpll_ref", "dpll_ref_m2",
345                                                       "wkupclk", "refclk",
346                                                       "div-clk", "phy-div", "sysclk";
347                                         #phy-cells = <0>;
348                                 };
349
350                                 pcie2_phy: pciephy@5000 {
351                                         compatible = "ti,phy-pipe3-pcie";
352                                         reg = <0x5000 0x80>, /* phy_rx */
353                                               <0x5400 0x64>; /* phy_tx */
354                                         reg-names = "phy_rx", "phy_tx";
355                                         syscon-phy-power = <&scm_conf_pcie 0x20>;
356                                         syscon-pcs = <&scm_conf_pcie 0x10>;
357                                         clocks = <&dpll_pcie_ref_ck>,
358                                                  <&dpll_pcie_ref_m2ldo_ck>,
359                                                  <&pcie_clkctrl DRA7_PCIE_PCIE2_CLKCTRL 8>,
360                                                  <&pcie_clkctrl DRA7_PCIE_PCIE2_CLKCTRL 9>,
361                                                  <&pcie_clkctrl DRA7_PCIE_PCIE2_CLKCTRL 10>,
362                                                  <&optfclk_pciephy_div>,
363                                                  <&sys_clkin1>;
364                                         clock-names = "dpll_ref", "dpll_ref_m2",
365                                                       "wkupclk", "refclk",
366                                                       "div-clk", "phy-div", "sysclk";
367                                         #phy-cells = <0>;
368                                         status = "disabled";
369                                 };
370
371                                 sata_phy: phy@6000 {
372                                         compatible = "ti,phy-pipe3-sata";
373                                         reg = <0x6000 0x80>, /* phy_rx */
374                                               <0x6400 0x64>, /* phy_tx */
375                                               <0x6800 0x40>; /* pll_ctrl */
376                                         reg-names = "phy_rx", "phy_tx", "pll_ctrl";
377                                         syscon-phy-power = <&scm_conf 0x374>;
378                                         clocks = <&sys_clkin1>,
379                                                  <&l3init_clkctrl DRA7_L3INIT_SATA_CLKCTRL 8>;
380                                         clock-names = "sysclk", "refclk";
381                                         syscon-pllreset = <&scm_conf 0x3fc>;
382                                         #phy-cells = <0>;
383                                 };
384                         };
385                 };
386
387                 target-module@a0000 {                   /* 0x4a0a0000, ap 15 40.0 */
388                         compatible = "ti,sysc";
389                         status = "disabled";
390                         #address-cells = <1>;
391                         #size-cells = <1>;
392                         ranges = <0x0 0xa0000 0x8000>;
393                 };
394
395                 target-module@d9000 {                   /* 0x4a0d9000, ap 17 72.0 */
396                         compatible = "ti,sysc-omap4-sr", "ti,sysc";
397                         ti,hwmods = "smartreflex_mpu";
398                         reg = <0xd9038 0x4>;
399                         reg-names = "sysc";
400                         ti,sysc-mask = <SYSC_OMAP3_SR_ENAWAKEUP>;
401                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
402                                         <SYSC_IDLE_NO>,
403                                         <SYSC_IDLE_SMART>,
404                                         <SYSC_IDLE_SMART_WKUP>;
405                         /* Domains (P, C): coreaon_pwrdm, coreaon_clkdm */
406                         clocks = <&coreaon_clkctrl DRA7_COREAON_SMARTREFLEX_MPU_CLKCTRL 0>;
407                         clock-names = "fck";
408                         #address-cells = <1>;
409                         #size-cells = <1>;
410                         ranges = <0x0 0xd9000 0x1000>;
411
412                         /* SmartReflex child device marked reserved in TRM */
413                 };
414
415                 target-module@dd000 {                   /* 0x4a0dd000, ap 19 18.0 */
416                         compatible = "ti,sysc-omap4-sr", "ti,sysc";
417                         ti,hwmods = "smartreflex_core";
418                         reg = <0xdd038 0x4>;
419                         reg-names = "sysc";
420                         ti,sysc-mask = <SYSC_OMAP3_SR_ENAWAKEUP>;
421                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
422                                         <SYSC_IDLE_NO>,
423                                         <SYSC_IDLE_SMART>,
424                                         <SYSC_IDLE_SMART_WKUP>;
425                         /* Domains (P, C): coreaon_pwrdm, coreaon_clkdm */
426                         clocks = <&coreaon_clkctrl DRA7_COREAON_SMARTREFLEX_CORE_CLKCTRL 0>;
427                         clock-names = "fck";
428                         #address-cells = <1>;
429                         #size-cells = <1>;
430                         ranges = <0x0 0xdd000 0x1000>;
431
432                         /* SmartReflex child device marked reserved in TRM */
433                 };
434
435                 target-module@e0000 {                   /* 0x4a0e0000, ap 21 28.0 */
436                         compatible = "ti,sysc";
437                         status = "disabled";
438                         #address-cells = <1>;
439                         #size-cells = <1>;
440                         ranges = <0x0 0xe0000 0x1000>;
441                 };
442
443                 target-module@f4000 {                   /* 0x4a0f4000, ap 23 04.0 */
444                         compatible = "ti,sysc-omap4", "ti,sysc";
445                         ti,hwmods = "mailbox1";
446                         reg = <0xf4000 0x4>,
447                               <0xf4010 0x4>;
448                         reg-names = "rev", "sysc";
449                         ti,sysc-mask = <SYSC_OMAP4_SOFTRESET>;
450                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
451                                         <SYSC_IDLE_NO>,
452                                         <SYSC_IDLE_SMART>;
453                         /* Domains (P, C): core_pwrdm, l4cfg_clkdm */
454                         clocks = <&l4cfg_clkctrl DRA7_L4CFG_MAILBOX1_CLKCTRL 0>;
455                         clock-names = "fck";
456                         #address-cells = <1>;
457                         #size-cells = <1>;
458                         ranges = <0x0 0xf4000 0x1000>;
459
460                         mailbox1: mailbox@0 {
461                                 compatible = "ti,omap4-mailbox";
462                                 reg = <0x0 0x200>;
463                                 interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>,
464                                              <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>,
465                                              <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>;
466                                 #mbox-cells = <1>;
467                                 ti,mbox-num-users = <3>;
468                                 ti,mbox-num-fifos = <8>;
469                                 status = "disabled";
470                         };
471                 };
472
473                 target-module@f6000 {                   /* 0x4a0f6000, ap 25 78.0 */
474                         compatible = "ti,sysc-omap2", "ti,sysc";
475                         ti,hwmods = "spinlock";
476                         reg = <0xf6000 0x4>,
477                               <0xf6010 0x4>,
478                               <0xf6014 0x4>;
479                         reg-names = "rev", "sysc", "syss";
480                         ti,sysc-mask = <(SYSC_OMAP2_ENAWAKEUP |
481                                          SYSC_OMAP2_SOFTRESET |
482                                          SYSC_OMAP2_AUTOIDLE)>;
483                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
484                                         <SYSC_IDLE_NO>,
485                                         <SYSC_IDLE_SMART>;
486                         ti,syss-mask = <1>;
487                         /* Domains (P, C): core_pwrdm, l4cfg_clkdm */
488                         clocks = <&l4cfg_clkctrl DRA7_L4CFG_SPINLOCK_CLKCTRL 0>;
489                         clock-names = "fck";
490                         #address-cells = <1>;
491                         #size-cells = <1>;
492                         ranges = <0x0 0xf6000 0x1000>;
493
494                         hwspinlock: spinlock@0 {
495                                 compatible = "ti,omap4-hwspinlock";
496                                 reg = <0x0 0x1000>;
497                                 #hwlock-cells = <1>;
498                         };
499                 };
500         };
501
502         segment@100000 {                                        /* 0x4a100000 */
503                 compatible = "simple-bus";
504                 #address-cells = <1>;
505                 #size-cells = <1>;
506                 ranges = <0x00002000 0x00102000 0x001000>,      /* ap 27 */
507                          <0x00003000 0x00103000 0x001000>,      /* ap 28 */
508                          <0x00008000 0x00108000 0x001000>,      /* ap 29 */
509                          <0x00009000 0x00109000 0x001000>,      /* ap 30 */
510                          <0x00040000 0x00140000 0x010000>,      /* ap 31 */
511                          <0x00050000 0x00150000 0x001000>,      /* ap 32 */
512                          <0x00051000 0x00151000 0x001000>,      /* ap 33 */
513                          <0x00052000 0x00152000 0x001000>,      /* ap 34 */
514                          <0x00053000 0x00153000 0x001000>,      /* ap 35 */
515                          <0x00054000 0x00154000 0x001000>,      /* ap 36 */
516                          <0x00055000 0x00155000 0x001000>,      /* ap 37 */
517                          <0x00056000 0x00156000 0x001000>,      /* ap 38 */
518                          <0x00057000 0x00157000 0x001000>,      /* ap 39 */
519                          <0x00058000 0x00158000 0x001000>,      /* ap 40 */
520                          <0x0005b000 0x0015b000 0x001000>,      /* ap 41 */
521                          <0x0005c000 0x0015c000 0x001000>,      /* ap 42 */
522                          <0x0005d000 0x0015d000 0x001000>,      /* ap 45 */
523                          <0x0005e000 0x0015e000 0x001000>,      /* ap 46 */
524                          <0x0005f000 0x0015f000 0x001000>,      /* ap 47 */
525                          <0x00060000 0x00160000 0x001000>,      /* ap 48 */
526                          <0x00061000 0x00161000 0x001000>,      /* ap 49 */
527                          <0x00062000 0x00162000 0x001000>,      /* ap 50 */
528                          <0x00063000 0x00163000 0x001000>,      /* ap 51 */
529                          <0x00064000 0x00164000 0x001000>,      /* ap 52 */
530                          <0x00065000 0x00165000 0x001000>,      /* ap 53 */
531                          <0x00066000 0x00166000 0x001000>,      /* ap 54 */
532                          <0x00067000 0x00167000 0x001000>,      /* ap 55 */
533                          <0x00068000 0x00168000 0x001000>,      /* ap 56 */
534                          <0x0006d000 0x0016d000 0x001000>,      /* ap 57 */
535                          <0x0006e000 0x0016e000 0x001000>,      /* ap 58 */
536                          <0x00071000 0x00171000 0x001000>,      /* ap 61 */
537                          <0x00072000 0x00172000 0x001000>,      /* ap 62 */
538                          <0x00073000 0x00173000 0x001000>,      /* ap 63 */
539                          <0x00074000 0x00174000 0x001000>,      /* ap 64 */
540                          <0x00075000 0x00175000 0x001000>,      /* ap 65 */
541                          <0x00076000 0x00176000 0x001000>,      /* ap 66 */
542                          <0x00077000 0x00177000 0x001000>,      /* ap 67 */
543                          <0x00078000 0x00178000 0x001000>,      /* ap 68 */
544                          <0x00081000 0x00181000 0x001000>,      /* ap 69 */
545                          <0x00082000 0x00182000 0x001000>,      /* ap 70 */
546                          <0x00083000 0x00183000 0x001000>,      /* ap 71 */
547                          <0x00084000 0x00184000 0x001000>,      /* ap 72 */
548                          <0x00085000 0x00185000 0x001000>,      /* ap 73 */
549                          <0x00086000 0x00186000 0x001000>,      /* ap 74 */
550                          <0x00087000 0x00187000 0x001000>,      /* ap 75 */
551                          <0x00088000 0x00188000 0x001000>,      /* ap 76 */
552                          <0x00069000 0x00169000 0x001000>,      /* ap 103 */
553                          <0x0006a000 0x0016a000 0x001000>,      /* ap 104 */
554                          <0x00079000 0x00179000 0x001000>,      /* ap 105 */
555                          <0x0007a000 0x0017a000 0x001000>,      /* ap 106 */
556                          <0x0006b000 0x0016b000 0x001000>,      /* ap 107 */
557                          <0x0006c000 0x0016c000 0x001000>,      /* ap 108 */
558                          <0x0007b000 0x0017b000 0x001000>,      /* ap 121 */
559                          <0x0007c000 0x0017c000 0x001000>,      /* ap 122 */
560                          <0x0007d000 0x0017d000 0x001000>,      /* ap 123 */
561                          <0x0007e000 0x0017e000 0x001000>,      /* ap 124 */
562                          <0x00059000 0x00159000 0x001000>,      /* ap 125 */
563                          <0x0005a000 0x0015a000 0x001000>;      /* ap 126 */
564
565                 target-module@2000 {                    /* 0x4a102000, ap 27 3c.0 */
566                         compatible = "ti,sysc";
567                         status = "disabled";
568                         #address-cells = <1>;
569                         #size-cells = <1>;
570                         ranges = <0x0 0x2000 0x1000>;
571                 };
572
573                 target-module@8000 {                    /* 0x4a108000, ap 29 1e.0 */
574                         compatible = "ti,sysc";
575                         status = "disabled";
576                         #address-cells = <1>;
577                         #size-cells = <1>;
578                         ranges = <0x0 0x8000 0x1000>;
579                 };
580
581                 target-module@40000 {                   /* 0x4a140000, ap 31 06.0 */
582                         compatible = "ti,sysc";
583                         status = "disabled";
584                         #address-cells = <1>;
585                         #size-cells = <1>;
586                         ranges = <0x0 0x40000 0x10000>;
587                 };
588
589                 target-module@51000 {                   /* 0x4a151000, ap 33 50.0 */
590                         compatible = "ti,sysc";
591                         status = "disabled";
592                         #address-cells = <1>;
593                         #size-cells = <1>;
594                         ranges = <0x0 0x51000 0x1000>;
595                 };
596
597                 target-module@53000 {                   /* 0x4a153000, ap 35 54.0 */
598                         compatible = "ti,sysc";
599                         status = "disabled";
600                         #address-cells = <1>;
601                         #size-cells = <1>;
602                         ranges = <0x0 0x53000 0x1000>;
603                 };
604
605                 target-module@55000 {                   /* 0x4a155000, ap 37 46.0 */
606                         compatible = "ti,sysc";
607                         status = "disabled";
608                         #address-cells = <1>;
609                         #size-cells = <1>;
610                         ranges = <0x0 0x55000 0x1000>;
611                 };
612
613                 target-module@57000 {                   /* 0x4a157000, ap 39 58.0 */
614                         compatible = "ti,sysc";
615                         status = "disabled";
616                         #address-cells = <1>;
617                         #size-cells = <1>;
618                         ranges = <0x0 0x57000 0x1000>;
619                 };
620
621                 target-module@59000 {                   /* 0x4a159000, ap 125 6a.0 */
622                         compatible = "ti,sysc";
623                         status = "disabled";
624                         #address-cells = <1>;
625                         #size-cells = <1>;
626                         ranges = <0x0 0x59000 0x1000>;
627                 };
628
629                 target-module@5b000 {                   /* 0x4a15b000, ap 41 60.0 */
630                         compatible = "ti,sysc";
631                         status = "disabled";
632                         #address-cells = <1>;
633                         #size-cells = <1>;
634                         ranges = <0x0 0x5b000 0x1000>;
635                 };
636
637                 target-module@5d000 {                   /* 0x4a15d000, ap 45 3a.0 */
638                         compatible = "ti,sysc";
639                         status = "disabled";
640                         #address-cells = <1>;
641                         #size-cells = <1>;
642                         ranges = <0x0 0x5d000 0x1000>;
643                 };
644
645                 target-module@5f000 {                   /* 0x4a15f000, ap 47 56.0 */
646                         compatible = "ti,sysc";
647                         status = "disabled";
648                         #address-cells = <1>;
649                         #size-cells = <1>;
650                         ranges = <0x0 0x5f000 0x1000>;
651                 };
652
653                 target-module@61000 {                   /* 0x4a161000, ap 49 32.0 */
654                         compatible = "ti,sysc";
655                         status = "disabled";
656                         #address-cells = <1>;
657                         #size-cells = <1>;
658                         ranges = <0x0 0x61000 0x1000>;
659                 };
660
661                 target-module@63000 {                   /* 0x4a163000, ap 51 5c.0 */
662                         compatible = "ti,sysc";
663                         status = "disabled";
664                         #address-cells = <1>;
665                         #size-cells = <1>;
666                         ranges = <0x0 0x63000 0x1000>;
667                 };
668
669                 target-module@65000 {                   /* 0x4a165000, ap 53 4e.0 */
670                         compatible = "ti,sysc";
671                         status = "disabled";
672                         #address-cells = <1>;
673                         #size-cells = <1>;
674                         ranges = <0x0 0x65000 0x1000>;
675                 };
676
677                 target-module@67000 {                   /* 0x4a167000, ap 55 5e.0 */
678                         compatible = "ti,sysc";
679                         status = "disabled";
680                         #address-cells = <1>;
681                         #size-cells = <1>;
682                         ranges = <0x0 0x67000 0x1000>;
683                 };
684
685                 target-module@69000 {                   /* 0x4a169000, ap 103 4a.0 */
686                         compatible = "ti,sysc";
687                         status = "disabled";
688                         #address-cells = <1>;
689                         #size-cells = <1>;
690                         ranges = <0x0 0x69000 0x1000>;
691                 };
692
693                 target-module@6b000 {                   /* 0x4a16b000, ap 107 52.0 */
694                         compatible = "ti,sysc";
695                         status = "disabled";
696                         #address-cells = <1>;
697                         #size-cells = <1>;
698                         ranges = <0x0 0x6b000 0x1000>;
699                 };
700
701                 target-module@6d000 {                   /* 0x4a16d000, ap 57 68.0 */
702                         compatible = "ti,sysc";
703                         status = "disabled";
704                         #address-cells = <1>;
705                         #size-cells = <1>;
706                         ranges = <0x0 0x6d000 0x1000>;
707                 };
708
709                 target-module@71000 {                   /* 0x4a171000, ap 61 48.0 */
710                         compatible = "ti,sysc";
711                         status = "disabled";
712                         #address-cells = <1>;
713                         #size-cells = <1>;
714                         ranges = <0x0 0x71000 0x1000>;
715                 };
716
717                 target-module@73000 {                   /* 0x4a173000, ap 63 2a.0 */
718                         compatible = "ti,sysc";
719                         status = "disabled";
720                         #address-cells = <1>;
721                         #size-cells = <1>;
722                         ranges = <0x0 0x73000 0x1000>;
723                 };
724
725                 target-module@75000 {                   /* 0x4a175000, ap 65 64.0 */
726                         compatible = "ti,sysc";
727                         status = "disabled";
728                         #address-cells = <1>;
729                         #size-cells = <1>;
730                         ranges = <0x0 0x75000 0x1000>;
731                 };
732
733                 target-module@77000 {                   /* 0x4a177000, ap 67 66.0 */
734                         compatible = "ti,sysc";
735                         status = "disabled";
736                         #address-cells = <1>;
737                         #size-cells = <1>;
738                         ranges = <0x0 0x77000 0x1000>;
739                 };
740
741                 target-module@79000 {                   /* 0x4a179000, ap 105 34.0 */
742                         compatible = "ti,sysc";
743                         status = "disabled";
744                         #address-cells = <1>;
745                         #size-cells = <1>;
746                         ranges = <0x0 0x79000 0x1000>;
747                 };
748
749                 target-module@7b000 {                   /* 0x4a17b000, ap 121 7c.0 */
750                         compatible = "ti,sysc";
751                         status = "disabled";
752                         #address-cells = <1>;
753                         #size-cells = <1>;
754                         ranges = <0x0 0x7b000 0x1000>;
755                 };
756
757                 target-module@7d000 {                   /* 0x4a17d000, ap 123 7e.0 */
758                         compatible = "ti,sysc";
759                         status = "disabled";
760                         #address-cells = <1>;
761                         #size-cells = <1>;
762                         ranges = <0x0 0x7d000 0x1000>;
763                 };
764
765                 target-module@81000 {                   /* 0x4a181000, ap 69 26.0 */
766                         compatible = "ti,sysc";
767                         status = "disabled";
768                         #address-cells = <1>;
769                         #size-cells = <1>;
770                         ranges = <0x0 0x81000 0x1000>;
771                 };
772
773                 target-module@83000 {                   /* 0x4a183000, ap 71 2e.0 */
774                         compatible = "ti,sysc";
775                         status = "disabled";
776                         #address-cells = <1>;
777                         #size-cells = <1>;
778                         ranges = <0x0 0x83000 0x1000>;
779                 };
780
781                 target-module@85000 {                   /* 0x4a185000, ap 73 36.0 */
782                         compatible = "ti,sysc";
783                         status = "disabled";
784                         #address-cells = <1>;
785                         #size-cells = <1>;
786                         ranges = <0x0 0x85000 0x1000>;
787                 };
788
789                 target-module@87000 {                   /* 0x4a187000, ap 75 74.0 */
790                         compatible = "ti,sysc";
791                         status = "disabled";
792                         #address-cells = <1>;
793                         #size-cells = <1>;
794                         ranges = <0x0 0x87000 0x1000>;
795                 };
796         };
797
798         segment@200000 {                                        /* 0x4a200000 */
799                 compatible = "simple-bus";
800                 #address-cells = <1>;
801                 #size-cells = <1>;
802                 ranges = <0x00018000 0x00218000 0x001000>,      /* ap 43 */
803                          <0x00019000 0x00219000 0x001000>,      /* ap 44 */
804                          <0x00000000 0x00200000 0x001000>,      /* ap 77 */
805                          <0x00001000 0x00201000 0x001000>,      /* ap 78 */
806                          <0x0000a000 0x0020a000 0x001000>,      /* ap 79 */
807                          <0x0000b000 0x0020b000 0x001000>,      /* ap 80 */
808                          <0x0000c000 0x0020c000 0x001000>,      /* ap 81 */
809                          <0x0000d000 0x0020d000 0x001000>,      /* ap 82 */
810                          <0x0000e000 0x0020e000 0x001000>,      /* ap 83 */
811                          <0x0000f000 0x0020f000 0x001000>,      /* ap 84 */
812                          <0x00010000 0x00210000 0x001000>,      /* ap 85 */
813                          <0x00011000 0x00211000 0x001000>,      /* ap 86 */
814                          <0x00012000 0x00212000 0x001000>,      /* ap 87 */
815                          <0x00013000 0x00213000 0x001000>,      /* ap 88 */
816                          <0x00014000 0x00214000 0x001000>,      /* ap 89 */
817                          <0x00015000 0x00215000 0x001000>,      /* ap 90 */
818                          <0x0002a000 0x0022a000 0x001000>,      /* ap 91 */
819                          <0x0002b000 0x0022b000 0x001000>,      /* ap 92 */
820                          <0x0001c000 0x0021c000 0x001000>,      /* ap 93 */
821                          <0x0001d000 0x0021d000 0x001000>,      /* ap 94 */
822                          <0x0001e000 0x0021e000 0x001000>,      /* ap 95 */
823                          <0x0001f000 0x0021f000 0x001000>,      /* ap 96 */
824                          <0x00020000 0x00220000 0x001000>,      /* ap 97 */
825                          <0x00021000 0x00221000 0x001000>,      /* ap 98 */
826                          <0x00024000 0x00224000 0x001000>,      /* ap 99 */
827                          <0x00025000 0x00225000 0x001000>,      /* ap 100 */
828                          <0x00026000 0x00226000 0x001000>,      /* ap 101 */
829                          <0x00027000 0x00227000 0x001000>,      /* ap 102 */
830                          <0x0002c000 0x0022c000 0x001000>,      /* ap 109 */
831                          <0x0002d000 0x0022d000 0x001000>,      /* ap 110 */
832                          <0x0002e000 0x0022e000 0x001000>,      /* ap 111 */
833                          <0x0002f000 0x0022f000 0x001000>,      /* ap 112 */
834                          <0x00030000 0x00230000 0x001000>,      /* ap 113 */
835                          <0x00031000 0x00231000 0x001000>,      /* ap 114 */
836                          <0x00032000 0x00232000 0x001000>,      /* ap 115 */
837                          <0x00033000 0x00233000 0x001000>,      /* ap 116 */
838                          <0x00034000 0x00234000 0x001000>,      /* ap 117 */
839                          <0x00035000 0x00235000 0x001000>,      /* ap 118 */
840                          <0x00036000 0x00236000 0x001000>,      /* ap 119 */
841                          <0x00037000 0x00237000 0x001000>,      /* ap 120 */
842                          <0x0001a000 0x0021a000 0x001000>,      /* ap 127 */
843                          <0x0001b000 0x0021b000 0x001000>;      /* ap 128 */
844
845                 target-module@0 {                       /* 0x4a200000, ap 77 3e.0 */
846                         compatible = "ti,sysc";
847                         status = "disabled";
848                         #address-cells = <1>;
849                         #size-cells = <1>;
850                         ranges = <0x0 0x0 0x1000>;
851                 };
852
853                 target-module@a000 {                    /* 0x4a20a000, ap 79 30.0 */
854                         compatible = "ti,sysc";
855                         status = "disabled";
856                         #address-cells = <1>;
857                         #size-cells = <1>;
858                         ranges = <0x0 0xa000 0x1000>;
859                 };
860
861                 target-module@c000 {                    /* 0x4a20c000, ap 81 0c.0 */
862                         compatible = "ti,sysc";
863                         status = "disabled";
864                         #address-cells = <1>;
865                         #size-cells = <1>;
866                         ranges = <0x0 0xc000 0x1000>;
867                 };
868
869                 target-module@e000 {                    /* 0x4a20e000, ap 83 22.0 */
870                         compatible = "ti,sysc";
871                         status = "disabled";
872                         #address-cells = <1>;
873                         #size-cells = <1>;
874                         ranges = <0x0 0xe000 0x1000>;
875                 };
876
877                 target-module@10000 {                   /* 0x4a210000, ap 85 14.0 */
878                         compatible = "ti,sysc";
879                         status = "disabled";
880                         #address-cells = <1>;
881                         #size-cells = <1>;
882                         ranges = <0x0 0x10000 0x1000>;
883                 };
884
885                 target-module@12000 {                   /* 0x4a212000, ap 87 16.0 */
886                         compatible = "ti,sysc";
887                         status = "disabled";
888                         #address-cells = <1>;
889                         #size-cells = <1>;
890                         ranges = <0x0 0x12000 0x1000>;
891                 };
892
893                 target-module@14000 {                   /* 0x4a214000, ap 89 1c.0 */
894                         compatible = "ti,sysc";
895                         status = "disabled";
896                         #address-cells = <1>;
897                         #size-cells = <1>;
898                         ranges = <0x0 0x14000 0x1000>;
899                 };
900
901                 target-module@18000 {                   /* 0x4a218000, ap 43 12.0 */
902                         compatible = "ti,sysc";
903                         status = "disabled";
904                         #address-cells = <1>;
905                         #size-cells = <1>;
906                         ranges = <0x0 0x18000 0x1000>;
907                 };
908
909                 target-module@1a000 {                   /* 0x4a21a000, ap 127 7a.0 */
910                         compatible = "ti,sysc";
911                         status = "disabled";
912                         #address-cells = <1>;
913                         #size-cells = <1>;
914                         ranges = <0x0 0x1a000 0x1000>;
915                 };
916
917                 target-module@1c000 {                   /* 0x4a21c000, ap 93 38.0 */
918                         compatible = "ti,sysc";
919                         status = "disabled";
920                         #address-cells = <1>;
921                         #size-cells = <1>;
922                         ranges = <0x0 0x1c000 0x1000>;
923                 };
924
925                 target-module@1e000 {                   /* 0x4a21e000, ap 95 0a.0 */
926                         compatible = "ti,sysc";
927                         status = "disabled";
928                         #address-cells = <1>;
929                         #size-cells = <1>;
930                         ranges = <0x0 0x1e000 0x1000>;
931                 };
932
933                 target-module@20000 {                   /* 0x4a220000, ap 97 24.0 */
934                         compatible = "ti,sysc";
935                         status = "disabled";
936                         #address-cells = <1>;
937                         #size-cells = <1>;
938                         ranges = <0x0 0x20000 0x1000>;
939                 };
940
941                 target-module@24000 {                   /* 0x4a224000, ap 99 44.0 */
942                         compatible = "ti,sysc";
943                         status = "disabled";
944                         #address-cells = <1>;
945                         #size-cells = <1>;
946                         ranges = <0x0 0x24000 0x1000>;
947                 };
948
949                 target-module@26000 {                   /* 0x4a226000, ap 101 2c.0 */
950                         compatible = "ti,sysc";
951                         status = "disabled";
952                         #address-cells = <1>;
953                         #size-cells = <1>;
954                         ranges = <0x0 0x26000 0x1000>;
955                 };
956
957                 target-module@2a000 {                   /* 0x4a22a000, ap 91 4c.0 */
958                         compatible = "ti,sysc";
959                         status = "disabled";
960                         #address-cells = <1>;
961                         #size-cells = <1>;
962                         ranges = <0x0 0x2a000 0x1000>;
963                 };
964
965                 target-module@2c000 {                   /* 0x4a22c000, ap 109 6c.0 */
966                         compatible = "ti,sysc";
967                         status = "disabled";
968                         #address-cells = <1>;
969                         #size-cells = <1>;
970                         ranges = <0x0 0x2c000 0x1000>;
971                 };
972
973                 target-module@2e000 {                   /* 0x4a22e000, ap 111 6e.0 */
974                         compatible = "ti,sysc";
975                         status = "disabled";
976                         #address-cells = <1>;
977                         #size-cells = <1>;
978                         ranges = <0x0 0x2e000 0x1000>;
979                 };
980
981                 target-module@30000 {                   /* 0x4a230000, ap 113 70.0 */
982                         compatible = "ti,sysc";
983                         status = "disabled";
984                         #address-cells = <1>;
985                         #size-cells = <1>;
986                         ranges = <0x0 0x30000 0x1000>;
987                 };
988
989                 target-module@32000 {                   /* 0x4a232000, ap 115 5a.0 */
990                         compatible = "ti,sysc";
991                         status = "disabled";
992                         #address-cells = <1>;
993                         #size-cells = <1>;
994                         ranges = <0x0 0x32000 0x1000>;
995                 };
996
997                 target-module@34000 {                   /* 0x4a234000, ap 117 76.1 */
998                         compatible = "ti,sysc";
999                         status = "disabled";
1000                         #address-cells = <1>;
1001                         #size-cells = <1>;
1002                         ranges = <0x0 0x34000 0x1000>;
1003                 };
1004
1005                 target-module@36000 {                   /* 0x4a236000, ap 119 62.0 */
1006                         compatible = "ti,sysc";
1007                         status = "disabled";
1008                         #address-cells = <1>;
1009                         #size-cells = <1>;
1010                         ranges = <0x0 0x36000 0x1000>;
1011                 };
1012         };
1013 };
1014
1015 &l4_per1 {                                              /* 0x48000000 */
1016         compatible = "ti,dra7-l4-per1", "simple-bus";
1017         reg = <0x48000000 0x800>,
1018               <0x48000800 0x800>,
1019               <0x48001000 0x400>,
1020               <0x48001400 0x400>,
1021               <0x48001800 0x400>,
1022               <0x48001c00 0x400>;
1023         reg-names = "ap", "la", "ia0", "ia1", "ia2", "ia3";
1024         #address-cells = <1>;
1025         #size-cells = <1>;
1026         ranges = <0x00000000 0x48000000 0x200000>,      /* segment 0 */
1027                  <0x00200000 0x48200000 0x200000>;      /* segment 1 */
1028
1029         segment@0 {                                     /* 0x48000000 */
1030                 compatible = "simple-bus";
1031                 #address-cells = <1>;
1032                 #size-cells = <1>;
1033                 ranges = <0x00000000 0x00000000 0x000800>,      /* ap 0 */
1034                          <0x00001000 0x00001000 0x000400>,      /* ap 1 */
1035                          <0x00000800 0x00000800 0x000800>,      /* ap 2 */
1036                          <0x00020000 0x00020000 0x001000>,      /* ap 3 */
1037                          <0x00021000 0x00021000 0x001000>,      /* ap 4 */
1038                          <0x00032000 0x00032000 0x001000>,      /* ap 5 */
1039                          <0x00033000 0x00033000 0x001000>,      /* ap 6 */
1040                          <0x00034000 0x00034000 0x001000>,      /* ap 7 */
1041                          <0x00035000 0x00035000 0x001000>,      /* ap 8 */
1042                          <0x00036000 0x00036000 0x001000>,      /* ap 9 */
1043                          <0x00037000 0x00037000 0x001000>,      /* ap 10 */
1044                          <0x0003e000 0x0003e000 0x001000>,      /* ap 11 */
1045                          <0x0003f000 0x0003f000 0x001000>,      /* ap 12 */
1046                          <0x00055000 0x00055000 0x001000>,      /* ap 13 */
1047                          <0x00056000 0x00056000 0x001000>,      /* ap 14 */
1048                          <0x00057000 0x00057000 0x001000>,      /* ap 15 */
1049                          <0x00058000 0x00058000 0x001000>,      /* ap 16 */
1050                          <0x00059000 0x00059000 0x001000>,      /* ap 17 */
1051                          <0x0005a000 0x0005a000 0x001000>,      /* ap 18 */
1052                          <0x0005b000 0x0005b000 0x001000>,      /* ap 19 */
1053                          <0x0005c000 0x0005c000 0x001000>,      /* ap 20 */
1054                          <0x0005d000 0x0005d000 0x001000>,      /* ap 21 */
1055                          <0x0005e000 0x0005e000 0x001000>,      /* ap 22 */
1056                          <0x00060000 0x00060000 0x001000>,      /* ap 23 */
1057                          <0x0006a000 0x0006a000 0x001000>,      /* ap 24 */
1058                          <0x0006b000 0x0006b000 0x001000>,      /* ap 25 */
1059                          <0x0006c000 0x0006c000 0x001000>,      /* ap 26 */
1060                          <0x0006d000 0x0006d000 0x001000>,      /* ap 27 */
1061                          <0x0006e000 0x0006e000 0x001000>,      /* ap 28 */
1062                          <0x0006f000 0x0006f000 0x001000>,      /* ap 29 */
1063                          <0x00070000 0x00070000 0x001000>,      /* ap 30 */
1064                          <0x00071000 0x00071000 0x001000>,      /* ap 31 */
1065                          <0x00072000 0x00072000 0x001000>,      /* ap 32 */
1066                          <0x00073000 0x00073000 0x001000>,      /* ap 33 */
1067                          <0x00061000 0x00061000 0x001000>,      /* ap 34 */
1068                          <0x00053000 0x00053000 0x001000>,      /* ap 35 */
1069                          <0x00054000 0x00054000 0x001000>,      /* ap 36 */
1070                          <0x000b2000 0x000b2000 0x001000>,      /* ap 37 */
1071                          <0x000b3000 0x000b3000 0x001000>,      /* ap 38 */
1072                          <0x00078000 0x00078000 0x001000>,      /* ap 39 */
1073                          <0x00079000 0x00079000 0x001000>,      /* ap 40 */
1074                          <0x00086000 0x00086000 0x001000>,      /* ap 41 */
1075                          <0x00087000 0x00087000 0x001000>,      /* ap 42 */
1076                          <0x00088000 0x00088000 0x001000>,      /* ap 43 */
1077                          <0x00089000 0x00089000 0x001000>,      /* ap 44 */
1078                          <0x00051000 0x00051000 0x001000>,      /* ap 45 */
1079                          <0x00052000 0x00052000 0x001000>,      /* ap 46 */
1080                          <0x00098000 0x00098000 0x001000>,      /* ap 47 */
1081                          <0x00099000 0x00099000 0x001000>,      /* ap 48 */
1082                          <0x0009a000 0x0009a000 0x001000>,      /* ap 49 */
1083                          <0x0009b000 0x0009b000 0x001000>,      /* ap 50 */
1084                          <0x0009c000 0x0009c000 0x001000>,      /* ap 51 */
1085                          <0x0009d000 0x0009d000 0x001000>,      /* ap 52 */
1086                          <0x00068000 0x00068000 0x001000>,      /* ap 53 */
1087                          <0x00069000 0x00069000 0x001000>,      /* ap 54 */
1088                          <0x00090000 0x00090000 0x002000>,      /* ap 55 */
1089                          <0x00092000 0x00092000 0x001000>,      /* ap 56 */
1090                          <0x000a4000 0x000a4000 0x001000>,      /* ap 57 */
1091                          <0x000a6000 0x000a6000 0x001000>,      /* ap 58 */
1092                          <0x000a8000 0x000a8000 0x004000>,      /* ap 59 */
1093                          <0x000ac000 0x000ac000 0x001000>,      /* ap 60 */
1094                          <0x000ad000 0x000ad000 0x001000>,      /* ap 61 */
1095                          <0x000ae000 0x000ae000 0x001000>,      /* ap 62 */
1096                          <0x00066000 0x00066000 0x001000>,      /* ap 63 */
1097                          <0x00067000 0x00067000 0x001000>,      /* ap 64 */
1098                          <0x000b4000 0x000b4000 0x001000>,      /* ap 65 */
1099                          <0x000b5000 0x000b5000 0x001000>,      /* ap 66 */
1100                          <0x000b8000 0x000b8000 0x001000>,      /* ap 67 */
1101                          <0x000b9000 0x000b9000 0x001000>,      /* ap 68 */
1102                          <0x000ba000 0x000ba000 0x001000>,      /* ap 69 */
1103                          <0x000bb000 0x000bb000 0x001000>,      /* ap 70 */
1104                          <0x000d1000 0x000d1000 0x001000>,      /* ap 71 */
1105                          <0x000d2000 0x000d2000 0x001000>,      /* ap 72 */
1106                          <0x000d5000 0x000d5000 0x001000>,      /* ap 73 */
1107                          <0x000d6000 0x000d6000 0x001000>,      /* ap 74 */
1108                          <0x000a2000 0x000a2000 0x001000>,      /* ap 75 */
1109                          <0x000a3000 0x000a3000 0x001000>,      /* ap 76 */
1110                          <0x00001400 0x00001400 0x000400>,      /* ap 77 */
1111                          <0x00001800 0x00001800 0x000400>,      /* ap 78 */
1112                          <0x00001c00 0x00001c00 0x000400>,      /* ap 79 */
1113                          <0x000a5000 0x000a5000 0x001000>,      /* ap 80 */
1114                          <0x0007a000 0x0007a000 0x001000>,      /* ap 81 */
1115                          <0x0007b000 0x0007b000 0x001000>,      /* ap 82 */
1116                          <0x0007c000 0x0007c000 0x001000>,      /* ap 83 */
1117                          <0x0007d000 0x0007d000 0x001000>;      /* ap 84 */
1118
1119                 target-module@20000 {                   /* 0x48020000, ap 3 04.0 */
1120                         compatible = "ti,sysc-omap2", "ti,sysc";
1121                         reg = <0x20050 0x4>,
1122                               <0x20054 0x4>,
1123                               <0x20058 0x4>;
1124                         reg-names = "rev", "sysc", "syss";
1125                         ti,sysc-mask = <(SYSC_OMAP2_ENAWAKEUP |
1126                                          SYSC_OMAP2_SOFTRESET |
1127                                          SYSC_OMAP2_AUTOIDLE)>;
1128                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
1129                                         <SYSC_IDLE_NO>,
1130                                         <SYSC_IDLE_SMART>,
1131                                         <SYSC_IDLE_SMART_WKUP>;
1132                         ti,syss-mask = <1>;
1133                         /* Domains (P, C): l4per_pwrdm, l4per_clkdm */
1134                         clocks = <&l4per_clkctrl DRA7_L4PER_UART3_CLKCTRL 0>;
1135                         clock-names = "fck";
1136                         #address-cells = <1>;
1137                         #size-cells = <1>;
1138                         ranges = <0x0 0x20000 0x1000>;
1139
1140                         uart3: serial@0 {
1141                                 compatible = "ti,dra742-uart", "ti,omap4-uart";
1142                                 reg = <0x0 0x100>;
1143                                 interrupts = <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
1144                                 clock-frequency = <48000000>;
1145                                 status = "disabled";
1146                                 dmas = <&sdma_xbar 53>, <&sdma_xbar 54>;
1147                                 dma-names = "tx", "rx";
1148                         };
1149                 };
1150
1151                 target-module@32000 {                   /* 0x48032000, ap 5 3e.0 */
1152                         compatible = "ti,sysc-omap4-timer", "ti,sysc";
1153                         ti,hwmods = "timer2";
1154                         reg = <0x32000 0x4>,
1155                               <0x32010 0x4>;
1156                         reg-names = "rev", "sysc";
1157                         ti,sysc-mask = <(SYSC_OMAP4_FREEEMU |
1158                                          SYSC_OMAP4_SOFTRESET)>;
1159                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
1160                                         <SYSC_IDLE_NO>,
1161                                         <SYSC_IDLE_SMART>,
1162                                         <SYSC_IDLE_SMART_WKUP>;
1163                         /* Domains (P, C): l4per_pwrdm, l4per_clkdm */
1164                         clocks = <&l4per_clkctrl DRA7_L4PER_TIMER2_CLKCTRL 0>;
1165                         clock-names = "fck";
1166                         #address-cells = <1>;
1167                         #size-cells = <1>;
1168                         ranges = <0x0 0x32000 0x1000>;
1169
1170                         timer2: timer@0 {
1171                                 compatible = "ti,omap5430-timer";
1172                                 reg = <0x0 0x80>;
1173                                 clocks = <&l4per_clkctrl DRA7_L4PER_TIMER2_CLKCTRL 24>;
1174                                 clock-names = "fck";
1175                                 interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
1176                         };
1177                 };
1178
1179                 target-module@34000 {                   /* 0x48034000, ap 7 46.0 */
1180                         compatible = "ti,sysc-omap4-timer", "ti,sysc";
1181                         ti,hwmods = "timer3";
1182                         reg = <0x34000 0x4>,
1183                               <0x34010 0x4>;
1184                         reg-names = "rev", "sysc";
1185                         ti,sysc-mask = <(SYSC_OMAP4_FREEEMU |
1186                                          SYSC_OMAP4_SOFTRESET)>;
1187                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
1188                                         <SYSC_IDLE_NO>,
1189                                         <SYSC_IDLE_SMART>,
1190                                         <SYSC_IDLE_SMART_WKUP>;
1191                         /* Domains (P, C): l4per_pwrdm, l4per_clkdm */
1192                         clocks = <&l4per_clkctrl DRA7_L4PER_TIMER3_CLKCTRL 0>;
1193                         clock-names = "fck";
1194                         #address-cells = <1>;
1195                         #size-cells = <1>;
1196                         ranges = <0x0 0x34000 0x1000>;
1197
1198                         timer3: timer@0 {
1199                                 compatible = "ti,omap5430-timer";
1200                                 reg = <0x0 0x80>;
1201                                 clocks = <&l4per_clkctrl DRA7_L4PER_TIMER3_CLKCTRL 24>;
1202                                 clock-names = "fck";
1203                                 interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
1204                         };
1205                 };
1206
1207                 target-module@36000 {                   /* 0x48036000, ap 9 4e.0 */
1208                         compatible = "ti,sysc-omap4-timer", "ti,sysc";
1209                         ti,hwmods = "timer4";
1210                         reg = <0x36000 0x4>,
1211                               <0x36010 0x4>;
1212                         reg-names = "rev", "sysc";
1213                         ti,sysc-mask = <(SYSC_OMAP4_FREEEMU |
1214                                          SYSC_OMAP4_SOFTRESET)>;
1215                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
1216                                         <SYSC_IDLE_NO>,
1217                                         <SYSC_IDLE_SMART>,
1218                                         <SYSC_IDLE_SMART_WKUP>;
1219                         /* Domains (P, C): l4per_pwrdm, l4per_clkdm */
1220                         clocks = <&l4per_clkctrl DRA7_L4PER_TIMER4_CLKCTRL 0>;
1221                         clock-names = "fck";
1222                         #address-cells = <1>;
1223                         #size-cells = <1>;
1224                         ranges = <0x0 0x36000 0x1000>;
1225
1226                         timer4: timer@0 {
1227                                 compatible = "ti,omap5430-timer";
1228                                 reg = <0x0 0x80>;
1229                                 clocks = <&l4per_clkctrl DRA7_L4PER_TIMER4_CLKCTRL 24>;
1230                                 clock-names = "fck";
1231                                 interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
1232                         };
1233                 };
1234
1235                 target-module@3e000 {                   /* 0x4803e000, ap 11 56.0 */
1236                         compatible = "ti,sysc-omap4-timer", "ti,sysc";
1237                         ti,hwmods = "timer9";
1238                         reg = <0x3e000 0x4>,
1239                               <0x3e010 0x4>;
1240                         reg-names = "rev", "sysc";
1241                         ti,sysc-mask = <(SYSC_OMAP4_FREEEMU |
1242                                          SYSC_OMAP4_SOFTRESET)>;
1243                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
1244                                         <SYSC_IDLE_NO>,
1245                                         <SYSC_IDLE_SMART>,
1246                                         <SYSC_IDLE_SMART_WKUP>;
1247                         /* Domains (P, C): l4per_pwrdm, l4per_clkdm */
1248                         clocks = <&l4per_clkctrl DRA7_L4PER_TIMER9_CLKCTRL 0>;
1249                         clock-names = "fck";
1250                         #address-cells = <1>;
1251                         #size-cells = <1>;
1252                         ranges = <0x0 0x3e000 0x1000>;
1253
1254                         timer9: timer@0 {
1255                                 compatible = "ti,omap5430-timer";
1256                                 reg = <0x0 0x80>;
1257                                 clocks = <&l4per_clkctrl DRA7_L4PER_TIMER9_CLKCTRL 24>;
1258                                 clock-names = "fck";
1259                                 interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
1260                         };
1261                 };
1262
1263                 gpio7_target: target-module@51000 {             /* 0x48051000, ap 45 2e.0 */
1264                         compatible = "ti,sysc-omap2", "ti,sysc";
1265                         reg = <0x51000 0x4>,
1266                               <0x51010 0x4>,
1267                               <0x51114 0x4>;
1268                         reg-names = "rev", "sysc", "syss";
1269                         ti,sysc-mask = <(SYSC_OMAP2_ENAWAKEUP |
1270                                          SYSC_OMAP2_SOFTRESET |
1271                                          SYSC_OMAP2_AUTOIDLE)>;
1272                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
1273                                         <SYSC_IDLE_NO>,
1274                                         <SYSC_IDLE_SMART>,
1275                                         <SYSC_IDLE_SMART_WKUP>;
1276                         ti,syss-mask = <1>;
1277                         /* Domains (P, C): l4per_pwrdm, l4per_clkdm */
1278                         clocks = <&l4per_clkctrl DRA7_L4PER_GPIO7_CLKCTRL 0>,
1279                                  <&l4per_clkctrl DRA7_L4PER_GPIO7_CLKCTRL 8>;
1280                         clock-names = "fck", "dbclk";
1281                         #address-cells = <1>;
1282                         #size-cells = <1>;
1283                         ranges = <0x0 0x51000 0x1000>;
1284
1285                         gpio7: gpio@0 {
1286                                 compatible = "ti,omap4-gpio";
1287                                 reg = <0x0 0x200>;
1288                                 interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
1289                                 gpio-controller;
1290                                 #gpio-cells = <2>;
1291                                 interrupt-controller;
1292                                 #interrupt-cells = <2>;
1293                         };
1294                 };
1295
1296                 target-module@53000 {                   /* 0x48053000, ap 35 36.0 */
1297                         compatible = "ti,sysc-omap2", "ti,sysc";
1298                         reg = <0x53000 0x4>,
1299                               <0x53010 0x4>,
1300                               <0x53114 0x4>;
1301                         reg-names = "rev", "sysc", "syss";
1302                         ti,sysc-mask = <(SYSC_OMAP2_ENAWAKEUP |
1303                                          SYSC_OMAP2_SOFTRESET |
1304                                          SYSC_OMAP2_AUTOIDLE)>;
1305                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
1306                                         <SYSC_IDLE_NO>,
1307                                         <SYSC_IDLE_SMART>,
1308                                         <SYSC_IDLE_SMART_WKUP>;
1309                         ti,syss-mask = <1>;
1310                         /* Domains (P, C): l4per_pwrdm, l4per_clkdm */
1311                         clocks = <&l4per_clkctrl DRA7_L4PER_GPIO8_CLKCTRL 0>,
1312                                  <&l4per_clkctrl DRA7_L4PER_GPIO8_CLKCTRL 8>;
1313                         clock-names = "fck", "dbclk";
1314                         #address-cells = <1>;
1315                         #size-cells = <1>;
1316                         ranges = <0x0 0x53000 0x1000>;
1317
1318                         gpio8: gpio@0 {
1319                                 compatible = "ti,omap4-gpio";
1320                                 reg = <0x0 0x200>;
1321                                 interrupts = <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>;
1322                                 gpio-controller;
1323                                 #gpio-cells = <2>;
1324                                 interrupt-controller;
1325                                 #interrupt-cells = <2>;
1326                         };
1327                 };
1328
1329                 target-module@55000 {                   /* 0x48055000, ap 13 0e.0 */
1330                         compatible = "ti,sysc-omap2", "ti,sysc";
1331                         reg = <0x55000 0x4>,
1332                               <0x55010 0x4>,
1333                               <0x55114 0x4>;
1334                         reg-names = "rev", "sysc", "syss";
1335                         ti,sysc-mask = <(SYSC_OMAP2_ENAWAKEUP |
1336                                          SYSC_OMAP2_SOFTRESET |
1337                                          SYSC_OMAP2_AUTOIDLE)>;
1338                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
1339                                         <SYSC_IDLE_NO>,
1340                                         <SYSC_IDLE_SMART>,
1341                                         <SYSC_IDLE_SMART_WKUP>;
1342                         ti,syss-mask = <1>;
1343                         /* Domains (P, C): l4per_pwrdm, l4per_clkdm */
1344                         clocks = <&l4per_clkctrl DRA7_L4PER_GPIO2_CLKCTRL 0>,
1345                                  <&l4per_clkctrl DRA7_L4PER_GPIO2_CLKCTRL 8>;
1346                         clock-names = "fck", "dbclk";
1347                         #address-cells = <1>;
1348                         #size-cells = <1>;
1349                         ranges = <0x0 0x55000 0x1000>;
1350
1351                         gpio2: gpio@0 {
1352                                 compatible = "ti,omap4-gpio";
1353                                 reg = <0x0 0x200>;
1354                                 interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
1355                                 gpio-controller;
1356                                 #gpio-cells = <2>;
1357                                 interrupt-controller;
1358                                 #interrupt-cells = <2>;
1359                         };
1360                 };
1361
1362                 target-module@57000 {                   /* 0x48057000, ap 15 06.0 */
1363                         compatible = "ti,sysc-omap2", "ti,sysc";
1364                         reg = <0x57000 0x4>,
1365                               <0x57010 0x4>,
1366                               <0x57114 0x4>;
1367                         reg-names = "rev", "sysc", "syss";
1368                         ti,sysc-mask = <(SYSC_OMAP2_ENAWAKEUP |
1369                                          SYSC_OMAP2_SOFTRESET |
1370                                          SYSC_OMAP2_AUTOIDLE)>;
1371                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
1372                                         <SYSC_IDLE_NO>,
1373                                         <SYSC_IDLE_SMART>,
1374                                         <SYSC_IDLE_SMART_WKUP>;
1375                         ti,syss-mask = <1>;
1376                         /* Domains (P, C): l4per_pwrdm, l4per_clkdm */
1377                         clocks = <&l4per_clkctrl DRA7_L4PER_GPIO3_CLKCTRL 0>,
1378                                  <&l4per_clkctrl DRA7_L4PER_GPIO3_CLKCTRL 8>;
1379                         clock-names = "fck", "dbclk";
1380                         #address-cells = <1>;
1381                         #size-cells = <1>;
1382                         ranges = <0x0 0x57000 0x1000>;
1383
1384                         gpio3: gpio@0 {
1385                                 compatible = "ti,omap4-gpio";
1386                                 reg = <0x0 0x200>;
1387                                 interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
1388                                 gpio-controller;
1389                                 #gpio-cells = <2>;
1390                                 interrupt-controller;
1391                                 #interrupt-cells = <2>;
1392                         };
1393                 };
1394
1395                 target-module@59000 {                   /* 0x48059000, ap 17 16.0 */
1396                         compatible = "ti,sysc-omap2", "ti,sysc";
1397                         reg = <0x59000 0x4>,
1398                               <0x59010 0x4>,
1399                               <0x59114 0x4>;
1400                         reg-names = "rev", "sysc", "syss";
1401                         ti,sysc-mask = <(SYSC_OMAP2_ENAWAKEUP |
1402                                          SYSC_OMAP2_SOFTRESET |
1403                                          SYSC_OMAP2_AUTOIDLE)>;
1404                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
1405                                         <SYSC_IDLE_NO>,
1406                                         <SYSC_IDLE_SMART>,
1407                                         <SYSC_IDLE_SMART_WKUP>;
1408                         ti,syss-mask = <1>;
1409                         /* Domains (P, C): l4per_pwrdm, l4per_clkdm */
1410                         clocks = <&l4per_clkctrl DRA7_L4PER_GPIO4_CLKCTRL 0>,
1411                                  <&l4per_clkctrl DRA7_L4PER_GPIO4_CLKCTRL 8>;
1412                         clock-names = "fck", "dbclk";
1413                         #address-cells = <1>;
1414                         #size-cells = <1>;
1415                         ranges = <0x0 0x59000 0x1000>;
1416
1417                         gpio4: gpio@0 {
1418                                 compatible = "ti,omap4-gpio";
1419                                 reg = <0x0 0x200>;
1420                                 interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>;
1421                                 gpio-controller;
1422                                 #gpio-cells = <2>;
1423                                 interrupt-controller;
1424                                 #interrupt-cells = <2>;
1425                         };
1426                 };
1427
1428                 target-module@5b000 {                   /* 0x4805b000, ap 19 1e.0 */
1429                         compatible = "ti,sysc-omap2", "ti,sysc";
1430                         reg = <0x5b000 0x4>,
1431                               <0x5b010 0x4>,
1432                               <0x5b114 0x4>;
1433                         reg-names = "rev", "sysc", "syss";
1434                         ti,sysc-mask = <(SYSC_OMAP2_ENAWAKEUP |
1435                                          SYSC_OMAP2_SOFTRESET |
1436                                          SYSC_OMAP2_AUTOIDLE)>;
1437                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
1438                                         <SYSC_IDLE_NO>,
1439                                         <SYSC_IDLE_SMART>,
1440                                         <SYSC_IDLE_SMART_WKUP>;
1441                         ti,syss-mask = <1>;
1442                         /* Domains (P, C): l4per_pwrdm, l4per_clkdm */
1443                         clocks = <&l4per_clkctrl DRA7_L4PER_GPIO5_CLKCTRL 0>,
1444                                  <&l4per_clkctrl DRA7_L4PER_GPIO5_CLKCTRL 8>;
1445                         clock-names = "fck", "dbclk";
1446                         #address-cells = <1>;
1447                         #size-cells = <1>;
1448                         ranges = <0x0 0x5b000 0x1000>;
1449
1450                         gpio5: gpio@0 {
1451                                 compatible = "ti,omap4-gpio";
1452                                 reg = <0x0 0x200>;
1453                                 interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
1454                                 gpio-controller;
1455                                 #gpio-cells = <2>;
1456                                 interrupt-controller;
1457                                 #interrupt-cells = <2>;
1458                         };
1459                 };
1460
1461                 target-module@5d000 {                   /* 0x4805d000, ap 21 26.0 */
1462                         compatible = "ti,sysc-omap2", "ti,sysc";
1463                         reg = <0x5d000 0x4>,
1464                               <0x5d010 0x4>,
1465                               <0x5d114 0x4>;
1466                         reg-names = "rev", "sysc", "syss";
1467                         ti,sysc-mask = <(SYSC_OMAP2_ENAWAKEUP |
1468                                          SYSC_OMAP2_SOFTRESET |
1469                                          SYSC_OMAP2_AUTOIDLE)>;
1470                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
1471                                         <SYSC_IDLE_NO>,
1472                                         <SYSC_IDLE_SMART>,
1473                                         <SYSC_IDLE_SMART_WKUP>;
1474                         ti,syss-mask = <1>;
1475                         /* Domains (P, C): l4per_pwrdm, l4per_clkdm */
1476                         clocks = <&l4per_clkctrl DRA7_L4PER_GPIO6_CLKCTRL 0>,
1477                                  <&l4per_clkctrl DRA7_L4PER_GPIO6_CLKCTRL 8>;
1478                         clock-names = "fck", "dbclk";
1479                         #address-cells = <1>;
1480                         #size-cells = <1>;
1481                         ranges = <0x0 0x5d000 0x1000>;
1482
1483                         gpio6: gpio@0 {
1484                                 compatible = "ti,omap4-gpio";
1485                                 reg = <0x0 0x200>;
1486                                 interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
1487                                 gpio-controller;
1488                                 #gpio-cells = <2>;
1489                                 interrupt-controller;
1490                                 #interrupt-cells = <2>;
1491                         };
1492                 };
1493
1494                 target-module@60000 {                   /* 0x48060000, ap 23 32.0 */
1495                         compatible = "ti,sysc-omap2", "ti,sysc";
1496                         reg = <0x60000 0x8>,
1497                               <0x60010 0x8>,
1498                               <0x60090 0x8>;
1499                         reg-names = "rev", "sysc", "syss";
1500                         ti,sysc-mask = <(SYSC_OMAP2_CLOCKACTIVITY |
1501                                          SYSC_OMAP2_ENAWAKEUP |
1502                                          SYSC_OMAP2_SOFTRESET |
1503                                          SYSC_OMAP2_AUTOIDLE)>;
1504                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
1505                                         <SYSC_IDLE_NO>,
1506                                         <SYSC_IDLE_SMART>,
1507                                         <SYSC_IDLE_SMART_WKUP>;
1508                         ti,syss-mask = <1>;
1509                         /* Domains (P, C): l4per_pwrdm, l4per_clkdm */
1510                         clocks = <&l4per_clkctrl DRA7_L4PER_I2C3_CLKCTRL 0>;
1511                         clock-names = "fck";
1512                         #address-cells = <1>;
1513                         #size-cells = <1>;
1514                         ranges = <0x0 0x60000 0x1000>;
1515
1516                         i2c3: i2c@0 {
1517                                 compatible = "ti,omap4-i2c";
1518                                 reg = <0x0 0x100>;
1519                                 interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
1520                                 #address-cells = <1>;
1521                                 #size-cells = <0>;
1522                                 status = "disabled";
1523                         };
1524                 };
1525
1526                 target-module@66000 {                   /* 0x48066000, ap 63 14.0 */
1527                         compatible = "ti,sysc-omap2", "ti,sysc";
1528                         reg = <0x66050 0x4>,
1529                               <0x66054 0x4>,
1530                               <0x66058 0x4>;
1531                         reg-names = "rev", "sysc", "syss";
1532                         ti,sysc-mask = <(SYSC_OMAP2_ENAWAKEUP |
1533                                          SYSC_OMAP2_SOFTRESET |
1534                                          SYSC_OMAP2_AUTOIDLE)>;
1535                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
1536                                         <SYSC_IDLE_NO>,
1537                                         <SYSC_IDLE_SMART>,
1538                                         <SYSC_IDLE_SMART_WKUP>;
1539                         ti,syss-mask = <1>;
1540                         /* Domains (P, C): l4per_pwrdm, l4per_clkdm */
1541                         clocks = <&l4per_clkctrl DRA7_L4PER_UART5_CLKCTRL 0>;
1542                         clock-names = "fck";
1543                         #address-cells = <1>;
1544                         #size-cells = <1>;
1545                         ranges = <0x0 0x66000 0x1000>;
1546
1547                         uart5: serial@0 {
1548                                 compatible = "ti,dra742-uart", "ti,omap4-uart";
1549                                 reg = <0x0 0x100>;
1550                                 interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
1551                                 clock-frequency = <48000000>;
1552                                 status = "disabled";
1553                                 dmas = <&sdma_xbar 63>, <&sdma_xbar 64>;
1554                                 dma-names = "tx", "rx";
1555                         };
1556                 };
1557
1558                 target-module@68000 {                   /* 0x48068000, ap 53 1c.0 */
1559                         compatible = "ti,sysc-omap2", "ti,sysc";
1560                         reg = <0x68050 0x4>,
1561                               <0x68054 0x4>,
1562                               <0x68058 0x4>;
1563                         reg-names = "rev", "sysc", "syss";
1564                         ti,sysc-mask = <(SYSC_OMAP2_ENAWAKEUP |
1565                                          SYSC_OMAP2_SOFTRESET |
1566                                          SYSC_OMAP2_AUTOIDLE)>;
1567                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
1568                                         <SYSC_IDLE_NO>,
1569                                         <SYSC_IDLE_SMART>,
1570                                         <SYSC_IDLE_SMART_WKUP>;
1571                         ti,syss-mask = <1>;
1572                         /* Domains (P, C): ipu_pwrdm, ipu_clkdm */
1573                         clocks = <&ipu_clkctrl DRA7_IPU_UART6_CLKCTRL 0>;
1574                         clock-names = "fck";
1575                         #address-cells = <1>;
1576                         #size-cells = <1>;
1577                         ranges = <0x0 0x68000 0x1000>;
1578
1579                         uart6: serial@0 {
1580                                 compatible = "ti,dra742-uart", "ti,omap4-uart";
1581                                 reg = <0x0 0x100>;
1582                                 interrupts = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
1583                                 clock-frequency = <48000000>;
1584                                 status = "disabled";
1585                                 dmas = <&sdma_xbar 79>, <&sdma_xbar 80>;
1586                                 dma-names = "tx", "rx";
1587                         };
1588                 };
1589
1590                 target-module@6a000 {                   /* 0x4806a000, ap 24 24.0 */
1591                         compatible = "ti,sysc-omap2", "ti,sysc";
1592                         reg = <0x6a050 0x4>,
1593                               <0x6a054 0x4>,
1594                               <0x6a058 0x4>;
1595                         reg-names = "rev", "sysc", "syss";
1596                         ti,sysc-mask = <(SYSC_OMAP2_ENAWAKEUP |
1597                                          SYSC_OMAP2_SOFTRESET |
1598                                          SYSC_OMAP2_AUTOIDLE)>;
1599                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
1600                                         <SYSC_IDLE_NO>,
1601                                         <SYSC_IDLE_SMART>,
1602                                         <SYSC_IDLE_SMART_WKUP>;
1603                         ti,syss-mask = <1>;
1604                         /* Domains (P, C): l4per_pwrdm, l4per_clkdm */
1605                         clocks = <&l4per_clkctrl DRA7_L4PER_UART1_CLKCTRL 0>;
1606                         clock-names = "fck";
1607                         #address-cells = <1>;
1608                         #size-cells = <1>;
1609                         ranges = <0x0 0x6a000 0x1000>;
1610
1611                         uart1: serial@0 {
1612                                 compatible = "ti,dra742-uart", "ti,omap4-uart";
1613                                 reg = <0x0 0x100>;
1614                                 interrupts-extended = <&crossbar_mpu GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
1615                                 clock-frequency = <48000000>;
1616                                 status = "disabled";
1617                                 dmas = <&sdma_xbar 49>, <&sdma_xbar 50>;
1618                                 dma-names = "tx", "rx";
1619                         };
1620                 };
1621
1622                 target-module@6c000 {                   /* 0x4806c000, ap 26 2c.0 */
1623                         compatible = "ti,sysc-omap2", "ti,sysc";
1624                         reg = <0x6c050 0x4>,
1625                               <0x6c054 0x4>,
1626                               <0x6c058 0x4>;
1627                         reg-names = "rev", "sysc", "syss";
1628                         ti,sysc-mask = <(SYSC_OMAP2_ENAWAKEUP |
1629                                          SYSC_OMAP2_SOFTRESET |
1630                                          SYSC_OMAP2_AUTOIDLE)>;
1631                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
1632                                         <SYSC_IDLE_NO>,
1633                                         <SYSC_IDLE_SMART>,
1634                                         <SYSC_IDLE_SMART_WKUP>;
1635                         ti,syss-mask = <1>;
1636                         /* Domains (P, C): l4per_pwrdm, l4per_clkdm */
1637                         clocks = <&l4per_clkctrl DRA7_L4PER_UART2_CLKCTRL 0>;
1638                         clock-names = "fck";
1639                         #address-cells = <1>;
1640                         #size-cells = <1>;
1641                         ranges = <0x0 0x6c000 0x1000>;
1642
1643                         uart2: serial@0 {
1644                                 compatible = "ti,dra742-uart", "ti,omap4-uart";
1645                                 reg = <0x0 0x100>;
1646                                 interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
1647                                 clock-frequency = <48000000>;
1648                                 status = "disabled";
1649                                 dmas = <&sdma_xbar 51>, <&sdma_xbar 52>;
1650                                 dma-names = "tx", "rx";
1651                         };
1652                 };
1653
1654                 target-module@6e000 {                   /* 0x4806e000, ap 28 0c.1 */
1655                         compatible = "ti,sysc-omap2", "ti,sysc";
1656                         reg = <0x6e050 0x4>,
1657                               <0x6e054 0x4>,
1658                               <0x6e058 0x4>;
1659                         reg-names = "rev", "sysc", "syss";
1660                         ti,sysc-mask = <(SYSC_OMAP2_ENAWAKEUP |
1661                                          SYSC_OMAP2_SOFTRESET |
1662                                          SYSC_OMAP2_AUTOIDLE)>;
1663                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
1664                                         <SYSC_IDLE_NO>,
1665                                         <SYSC_IDLE_SMART>,
1666                                         <SYSC_IDLE_SMART_WKUP>;
1667                         ti,syss-mask = <1>;
1668                         /* Domains (P, C): l4per_pwrdm, l4per_clkdm */
1669                         clocks = <&l4per_clkctrl DRA7_L4PER_UART4_CLKCTRL 0>;
1670                         clock-names = "fck";
1671                         #address-cells = <1>;
1672                         #size-cells = <1>;
1673                         ranges = <0x0 0x6e000 0x1000>;
1674
1675                         uart4: serial@0 {
1676                                 compatible = "ti,dra742-uart", "ti,omap4-uart";
1677                                 reg = <0x0 0x100>;
1678                                 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
1679                                 clock-frequency = <48000000>;
1680                                                 status = "disabled";
1681                                 dmas = <&sdma_xbar 55>, <&sdma_xbar 56>;
1682                                 dma-names = "tx", "rx";
1683                         };
1684                 };
1685
1686                 target-module@70000 {                   /* 0x48070000, ap 30 22.0 */
1687                         compatible = "ti,sysc-omap2", "ti,sysc";
1688                         reg = <0x70000 0x8>,
1689                               <0x70010 0x8>,
1690                               <0x70090 0x8>;
1691                         reg-names = "rev", "sysc", "syss";
1692                         ti,sysc-mask = <(SYSC_OMAP2_CLOCKACTIVITY |
1693                                          SYSC_OMAP2_ENAWAKEUP |
1694                                          SYSC_OMAP2_SOFTRESET |
1695                                          SYSC_OMAP2_AUTOIDLE)>;
1696                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
1697                                         <SYSC_IDLE_NO>,
1698                                         <SYSC_IDLE_SMART>,
1699                                         <SYSC_IDLE_SMART_WKUP>;
1700                         ti,syss-mask = <1>;
1701                         /* Domains (P, C): l4per_pwrdm, l4per_clkdm */
1702                         clocks = <&l4per_clkctrl DRA7_L4PER_I2C1_CLKCTRL 0>;
1703                         clock-names = "fck";
1704                         #address-cells = <1>;
1705                         #size-cells = <1>;
1706                         ranges = <0x0 0x70000 0x1000>;
1707
1708                         i2c1: i2c@0 {
1709                                 compatible = "ti,omap4-i2c";
1710                                 reg = <0x0 0x100>;
1711                                 interrupts = <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>;
1712                                 #address-cells = <1>;
1713                                 #size-cells = <0>;
1714                                 status = "disabled";
1715                         };
1716                 };
1717
1718                 target-module@72000 {                   /* 0x48072000, ap 32 2a.0 */
1719                         compatible = "ti,sysc-omap2", "ti,sysc";
1720                         reg = <0x72000 0x8>,
1721                               <0x72010 0x8>,
1722                               <0x72090 0x8>;
1723                         reg-names = "rev", "sysc", "syss";
1724                         ti,sysc-mask = <(SYSC_OMAP2_CLOCKACTIVITY |
1725                                          SYSC_OMAP2_ENAWAKEUP |
1726                                          SYSC_OMAP2_SOFTRESET |
1727                                          SYSC_OMAP2_AUTOIDLE)>;
1728                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
1729                                         <SYSC_IDLE_NO>,
1730                                         <SYSC_IDLE_SMART>,
1731                                         <SYSC_IDLE_SMART_WKUP>;
1732                         ti,syss-mask = <1>;
1733                         /* Domains (P, C): l4per_pwrdm, l4per_clkdm */
1734                         clocks = <&l4per_clkctrl DRA7_L4PER_I2C2_CLKCTRL 0>;
1735                         clock-names = "fck";
1736                         #address-cells = <1>;
1737                         #size-cells = <1>;
1738                         ranges = <0x0 0x72000 0x1000>;
1739
1740                         i2c2: i2c@0 {
1741                                 compatible = "ti,omap4-i2c";
1742                                 reg = <0x0 0x100>;
1743                                 interrupts = <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>;
1744                                 #address-cells = <1>;
1745                                 #size-cells = <0>;
1746                                 status = "disabled";
1747                         };
1748                 };
1749
1750                 target-module@78000 {                   /* 0x48078000, ap 39 0a.0 */
1751                         compatible = "ti,sysc-omap2", "ti,sysc";
1752                         ti,hwmods = "elm";
1753                         reg = <0x78000 0x4>,
1754                               <0x78010 0x4>,
1755                               <0x78014 0x4>;
1756                         reg-names = "rev", "sysc", "syss";
1757                         ti,sysc-mask = <(SYSC_OMAP2_CLOCKACTIVITY |
1758                                          SYSC_OMAP2_SOFTRESET |
1759                                          SYSC_OMAP2_AUTOIDLE)>;
1760                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
1761                                         <SYSC_IDLE_NO>,
1762                                         <SYSC_IDLE_SMART>,
1763                                         <SYSC_IDLE_SMART_WKUP>;
1764                         ti,syss-mask = <1>;
1765                         /* Domains (P, C): l4per_pwrdm, l4per_clkdm */
1766                         clocks = <&l4per_clkctrl DRA7_L4PER_ELM_CLKCTRL 0>;
1767                         clock-names = "fck";
1768                         #address-cells = <1>;
1769                         #size-cells = <1>;
1770                         ranges = <0x0 0x78000 0x1000>;
1771
1772                         elm: elm@0 {
1773                                 compatible = "ti,am3352-elm";
1774                                 reg = <0x0 0xfc0>;      /* device IO registers */
1775                                 interrupts = <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
1776                                 status = "disabled";
1777                         };
1778                 };
1779
1780                 target-module@7a000 {                   /* 0x4807a000, ap 81 3a.0 */
1781                         compatible = "ti,sysc-omap2", "ti,sysc";
1782                         reg = <0x7a000 0x8>,
1783                               <0x7a010 0x8>,
1784                               <0x7a090 0x8>;
1785                         reg-names = "rev", "sysc", "syss";
1786                         ti,sysc-mask = <(SYSC_OMAP2_CLOCKACTIVITY |
1787                                          SYSC_OMAP2_ENAWAKEUP |
1788                                          SYSC_OMAP2_SOFTRESET |
1789                                          SYSC_OMAP2_AUTOIDLE)>;
1790                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
1791                                         <SYSC_IDLE_NO>,
1792                                         <SYSC_IDLE_SMART>,
1793                                         <SYSC_IDLE_SMART_WKUP>;
1794                         ti,syss-mask = <1>;
1795                         /* Domains (P, C): l4per_pwrdm, l4per_clkdm */
1796                         clocks = <&l4per_clkctrl DRA7_L4PER_I2C4_CLKCTRL 0>;
1797                         clock-names = "fck";
1798                         #address-cells = <1>;
1799                         #size-cells = <1>;
1800                         ranges = <0x0 0x7a000 0x1000>;
1801
1802                         i2c4: i2c@0 {
1803                                 compatible = "ti,omap4-i2c";
1804                                 reg = <0x0 0x100>;
1805                                 interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
1806                                 #address-cells = <1>;
1807                                 #size-cells = <0>;
1808                                 status = "disabled";
1809                         };
1810                 };
1811
1812                 target-module@7c000 {                   /* 0x4807c000, ap 83 4a.0 */
1813                         compatible = "ti,sysc-omap2", "ti,sysc";
1814                         reg = <0x7c000 0x8>,
1815                               <0x7c010 0x8>,
1816                               <0x7c090 0x8>;
1817                         reg-names = "rev", "sysc", "syss";
1818                         ti,sysc-mask = <(SYSC_OMAP2_CLOCKACTIVITY |
1819                                          SYSC_OMAP2_ENAWAKEUP |
1820                                          SYSC_OMAP2_SOFTRESET |
1821                                          SYSC_OMAP2_AUTOIDLE)>;
1822                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
1823                                         <SYSC_IDLE_NO>,
1824                                         <SYSC_IDLE_SMART>,
1825                                         <SYSC_IDLE_SMART_WKUP>;
1826                         ti,syss-mask = <1>;
1827                         /* Domains (P, C): ipu_pwrdm, ipu_clkdm */
1828                         clocks = <&ipu_clkctrl DRA7_IPU_I2C5_CLKCTRL 0>;
1829                         clock-names = "fck";
1830                         #address-cells = <1>;
1831                         #size-cells = <1>;
1832                         ranges = <0x0 0x7c000 0x1000>;
1833
1834                         i2c5: i2c@0 {
1835                                 compatible = "ti,omap4-i2c";
1836                                 reg = <0x0 0x100>;
1837                                 interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
1838                                 #address-cells = <1>;
1839                                 #size-cells = <0>;
1840                                 status = "disabled";
1841                         };
1842                 };
1843
1844                 target-module@86000 {                   /* 0x48086000, ap 41 5e.0 */
1845                         compatible = "ti,sysc-omap4-timer", "ti,sysc";
1846                         ti,hwmods = "timer10";
1847                         reg = <0x86000 0x4>,
1848                               <0x86010 0x4>;
1849                         reg-names = "rev", "sysc";
1850                         ti,sysc-mask = <(SYSC_OMAP4_FREEEMU |
1851                                          SYSC_OMAP4_SOFTRESET)>;
1852                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
1853                                         <SYSC_IDLE_NO>,
1854                                         <SYSC_IDLE_SMART>,
1855                                         <SYSC_IDLE_SMART_WKUP>;
1856                         /* Domains (P, C): l4per_pwrdm, l4per_clkdm */
1857                         clocks = <&l4per_clkctrl DRA7_L4PER_TIMER10_CLKCTRL 0>;
1858                         clock-names = "fck";
1859                         #address-cells = <1>;
1860                         #size-cells = <1>;
1861                         ranges = <0x0 0x86000 0x1000>;
1862
1863                         timer10: timer@0 {
1864                                 compatible = "ti,omap5430-timer";
1865                                 reg = <0x0 0x80>;
1866                                 clocks = <&l4per_clkctrl DRA7_L4PER_TIMER10_CLKCTRL 24>;
1867                                 clock-names = "fck";
1868                                 interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
1869                         };
1870                 };
1871
1872                 target-module@88000 {                   /* 0x48088000, ap 43 66.0 */
1873                         compatible = "ti,sysc-omap4-timer", "ti,sysc";
1874                         ti,hwmods = "timer11";
1875                         reg = <0x88000 0x4>,
1876                               <0x88010 0x4>;
1877                         reg-names = "rev", "sysc";
1878                         ti,sysc-mask = <(SYSC_OMAP4_FREEEMU |
1879                                          SYSC_OMAP4_SOFTRESET)>;
1880                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
1881                                         <SYSC_IDLE_NO>,
1882                                         <SYSC_IDLE_SMART>,
1883                                         <SYSC_IDLE_SMART_WKUP>;
1884                         /* Domains (P, C): l4per_pwrdm, l4per_clkdm */
1885                         clocks = <&l4per_clkctrl DRA7_L4PER_TIMER11_CLKCTRL 0>;
1886                         clock-names = "fck";
1887                         #address-cells = <1>;
1888                         #size-cells = <1>;
1889                         ranges = <0x0 0x88000 0x1000>;
1890
1891                         timer11: timer@0 {
1892                                 compatible = "ti,omap5430-timer";
1893                                 reg = <0x0 0x80>;
1894                                 clocks = <&l4per_clkctrl DRA7_L4PER_TIMER11_CLKCTRL 24>;
1895                                 clock-names = "fck";
1896                                 interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
1897                         };
1898                 };
1899
1900                 target-module@90000 {                   /* 0x48090000, ap 55 12.0 */
1901                         compatible = "ti,sysc-omap2", "ti,sysc";
1902                         ti,hwmods = "rng";
1903                         reg = <0x91fe0 0x4>,
1904                               <0x91fe4 0x4>;
1905                         reg-names = "rev", "sysc";
1906                         ti,sysc-mask = <SYSC_OMAP2_AUTOIDLE>;
1907                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
1908                                         <SYSC_IDLE_NO>;
1909                         /* Domains (P, C): l4per_pwrdm, l4sec_clkdm */
1910                         clocks = <&l4sec_clkctrl DRA7_L4SEC_RNG_CLKCTRL 0>;
1911                         clock-names = "fck";
1912                         #address-cells = <1>;
1913                         #size-cells = <1>;
1914                         ranges = <0x0 0x90000 0x2000>;
1915
1916                         rng: rng@0 {
1917                                 compatible = "ti,omap4-rng";
1918                                 reg = <0x0 0x2000>;
1919                                 interrupts = <GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH>;
1920                                 clocks = <&l3_iclk_div>;
1921                                 clock-names = "fck";
1922                         };
1923                 };
1924
1925                 target-module@98000 {                   /* 0x48098000, ap 47 08.0 */
1926                         compatible = "ti,sysc-omap4", "ti,sysc";
1927                         reg = <0x98000 0x4>,
1928                               <0x98010 0x4>;
1929                         reg-names = "rev", "sysc";
1930                         ti,sysc-mask = <(SYSC_OMAP4_FREEEMU |
1931                                          SYSC_OMAP4_SOFTRESET)>;
1932                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
1933                                         <SYSC_IDLE_NO>,
1934                                         <SYSC_IDLE_SMART>,
1935                                         <SYSC_IDLE_SMART_WKUP>;
1936                         /* Domains (P, C): l4per_pwrdm, l4per_clkdm */
1937                         clocks = <&l4per_clkctrl DRA7_L4PER_MCSPI1_CLKCTRL 0>;
1938                         clock-names = "fck";
1939                         #address-cells = <1>;
1940                         #size-cells = <1>;
1941                         ranges = <0x0 0x98000 0x1000>;
1942
1943                         mcspi1: spi@0 {
1944                                 compatible = "ti,omap4-mcspi";
1945                                 reg = <0x0 0x200>;
1946                                 interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
1947                                 #address-cells = <1>;
1948                                 #size-cells = <0>;
1949                                 ti,spi-num-cs = <4>;
1950                                 dmas = <&sdma_xbar 35>,
1951                                        <&sdma_xbar 36>,
1952                                        <&sdma_xbar 37>,
1953                                        <&sdma_xbar 38>,
1954                                        <&sdma_xbar 39>,
1955                                        <&sdma_xbar 40>,
1956                                        <&sdma_xbar 41>,
1957                                        <&sdma_xbar 42>;
1958                                 dma-names = "tx0", "rx0", "tx1", "rx1",
1959                                             "tx2", "rx2", "tx3", "rx3";
1960                                 status = "disabled";
1961                         };
1962                 };
1963
1964                 target-module@9a000 {                   /* 0x4809a000, ap 49 10.0 */
1965                         compatible = "ti,sysc-omap4", "ti,sysc";
1966                         reg = <0x9a000 0x4>,
1967                               <0x9a010 0x4>;
1968                         reg-names = "rev", "sysc";
1969                         ti,sysc-mask = <(SYSC_OMAP4_FREEEMU |
1970                                          SYSC_OMAP4_SOFTRESET)>;
1971                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
1972                                         <SYSC_IDLE_NO>,
1973                                         <SYSC_IDLE_SMART>,
1974                                         <SYSC_IDLE_SMART_WKUP>;
1975                         /* Domains (P, C): l4per_pwrdm, l4per_clkdm */
1976                         clocks = <&l4per_clkctrl DRA7_L4PER_MCSPI2_CLKCTRL 0>;
1977                         clock-names = "fck";
1978                         #address-cells = <1>;
1979                         #size-cells = <1>;
1980                         ranges = <0x0 0x9a000 0x1000>;
1981
1982                         mcspi2: spi@0 {
1983                                 compatible = "ti,omap4-mcspi";
1984                                 reg = <0x0 0x200>;
1985                                 interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
1986                                 #address-cells = <1>;
1987                                 #size-cells = <0>;
1988                                 ti,spi-num-cs = <2>;
1989                                 dmas = <&sdma_xbar 43>,
1990                                        <&sdma_xbar 44>,
1991                                        <&sdma_xbar 45>,
1992                                        <&sdma_xbar 46>;
1993                                 dma-names = "tx0", "rx0", "tx1", "rx1";
1994                                 status = "disabled";
1995                         };
1996                 };
1997
1998                 target-module@9c000 {                   /* 0x4809c000, ap 51 38.0 */
1999                         compatible = "ti,sysc-omap4", "ti,sysc";
2000                         reg = <0x9c000 0x4>,
2001                               <0x9c010 0x4>;
2002                         reg-names = "rev", "sysc";
2003                         ti,sysc-mask = <(SYSC_OMAP4_FREEEMU |
2004                                          SYSC_OMAP4_SOFTRESET)>;
2005                         ti,sysc-midle = <SYSC_IDLE_FORCE>,
2006                                         <SYSC_IDLE_NO>,
2007                                         <SYSC_IDLE_SMART>,
2008                                         <SYSC_IDLE_SMART_WKUP>;
2009                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
2010                                         <SYSC_IDLE_NO>,
2011                                         <SYSC_IDLE_SMART>,
2012                                         <SYSC_IDLE_SMART_WKUP>;
2013                         /* Domains (P, C): l3init_pwrdm, l3init_clkdm */
2014                         clocks = <&l3init_clkctrl DRA7_L3INIT_MMC1_CLKCTRL 0>;
2015                         clock-names = "fck";
2016                         #address-cells = <1>;
2017                         #size-cells = <1>;
2018                         ranges = <0x0 0x9c000 0x1000>;
2019
2020                         mmc1: mmc@0 {
2021                                 compatible = "ti,dra7-sdhci";
2022                                 reg = <0x0 0x400>;
2023                                 interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
2024                                 status = "disabled";
2025                                 pbias-supply = <&pbias_mmc_reg>;
2026                                 max-frequency = <192000000>;
2027                                 mmc-ddr-1_8v;
2028                                 mmc-ddr-3_3v;
2029                         };
2030                 };
2031
2032                 target-module@a2000 {                   /* 0x480a2000, ap 75 02.0 */
2033                         compatible = "ti,sysc";
2034                         status = "disabled";
2035                         #address-cells = <1>;
2036                         #size-cells = <1>;
2037                         ranges = <0x0 0xa2000 0x1000>;
2038                 };
2039
2040                 target-module@a4000 {                   /* 0x480a4000, ap 57 42.0 */
2041                         compatible = "ti,sysc";
2042                         status = "disabled";
2043                         #address-cells = <1>;
2044                         #size-cells = <1>;
2045                         ranges = <0x00000000 0x000a4000 0x00001000>,
2046                                  <0x00001000 0x000a5000 0x00001000>;
2047                 };
2048
2049                 target-module@a8000 {                   /* 0x480a8000, ap 59 1a.0 */
2050                         compatible = "ti,sysc";
2051                         status = "disabled";
2052                         #address-cells = <1>;
2053                         #size-cells = <1>;
2054                         ranges = <0x0 0xa8000 0x4000>;
2055                 };
2056
2057                 target-module@ad000 {                   /* 0x480ad000, ap 61 20.0 */
2058                         compatible = "ti,sysc-omap4", "ti,sysc";
2059                         reg = <0xad000 0x4>,
2060                               <0xad010 0x4>;
2061                         reg-names = "rev", "sysc";
2062                         ti,sysc-mask = <(SYSC_OMAP4_FREEEMU |
2063                                          SYSC_OMAP4_SOFTRESET)>;
2064                         ti,sysc-midle = <SYSC_IDLE_FORCE>,
2065                                         <SYSC_IDLE_NO>,
2066                                         <SYSC_IDLE_SMART>,
2067                                         <SYSC_IDLE_SMART_WKUP>;
2068                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
2069                                         <SYSC_IDLE_NO>,
2070                                         <SYSC_IDLE_SMART>,
2071                                         <SYSC_IDLE_SMART_WKUP>;
2072                         /* Domains (P, C): l4per_pwrdm, l4per_clkdm */
2073                         clocks = <&l4per_clkctrl DRA7_L4PER_MMC3_CLKCTRL 0>;
2074                         clock-names = "fck";
2075                         #address-cells = <1>;
2076                         #size-cells = <1>;
2077                         ranges = <0x0 0xad000 0x1000>;
2078
2079                         mmc3: mmc@0 {
2080                                 compatible = "ti,dra7-sdhci";
2081                                 reg = <0x0 0x400>;
2082                                 interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
2083                                 status = "disabled";
2084                                 /* Errata i887 limits max-frequency of MMC3 to 64 MHz */
2085                                 max-frequency = <64000000>;
2086                                 /* SDMA is not supported */
2087                                 sdhci-caps-mask = <0x0 0x400000>;
2088                         };
2089                 };
2090
2091                 target-module@b2000 {                   /* 0x480b2000, ap 37 52.0 */
2092                         compatible = "ti,sysc-omap2", "ti,sysc";
2093                         ti,hwmods = "hdq1w";
2094                         reg = <0xb2000 0x4>,
2095                               <0xb2014 0x4>,
2096                               <0xb2018 0x4>;
2097                         reg-names = "rev", "sysc", "syss";
2098                         ti,sysc-mask = <(SYSC_OMAP2_SOFTRESET |
2099                                          SYSC_OMAP2_AUTOIDLE)>;
2100                         ti,syss-mask = <1>;
2101                         ti,no-reset-on-init;
2102                         /* Domains (P, C): l4per_pwrdm, l4per_clkdm */
2103                         clocks = <&l4per_clkctrl DRA7_L4PER_HDQ1W_CLKCTRL 0>;
2104                         clock-names = "fck";
2105                         #address-cells = <1>;
2106                         #size-cells = <1>;
2107                         ranges = <0x0 0xb2000 0x1000>;
2108
2109                         hdqw1w: 1w@0 {
2110                                 compatible = "ti,omap3-1w";
2111                                 reg = <0x0 0x1000>;
2112                                 interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
2113                         };
2114                 };
2115
2116                 target-module@b4000 {                   /* 0x480b4000, ap 65 40.0 */
2117                         compatible = "ti,sysc-omap4", "ti,sysc";
2118                         reg = <0xb4000 0x4>,
2119                               <0xb4010 0x4>;
2120                         reg-names = "rev", "sysc";
2121                         ti,sysc-mask = <(SYSC_OMAP4_FREEEMU |
2122                                          SYSC_OMAP4_SOFTRESET)>;
2123                         ti,sysc-midle = <SYSC_IDLE_FORCE>,
2124                                         <SYSC_IDLE_NO>,
2125                                         <SYSC_IDLE_SMART>,
2126                                         <SYSC_IDLE_SMART_WKUP>;
2127                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
2128                                         <SYSC_IDLE_NO>,
2129                                         <SYSC_IDLE_SMART>,
2130                                         <SYSC_IDLE_SMART_WKUP>;
2131                         /* Domains (P, C): l3init_pwrdm, l3init_clkdm */
2132                         clocks = <&l3init_clkctrl DRA7_L3INIT_MMC2_CLKCTRL 0>;
2133                         clock-names = "fck";
2134                         #address-cells = <1>;
2135                         #size-cells = <1>;
2136                         ranges = <0x0 0xb4000 0x1000>;
2137
2138                         mmc2: mmc@0 {
2139                                 compatible = "ti,dra7-sdhci";
2140                                 reg = <0x0 0x400>;
2141                                 interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
2142                                 status = "disabled";
2143                                 max-frequency = <192000000>;
2144                                 /* SDR104/DDR50/SDR50 bits in CAPA2 is not supported */
2145                                 sdhci-caps-mask = <0x7 0x0>;
2146                                 mmc-hs200-1_8v;
2147                                 mmc-ddr-1_8v;
2148                                 mmc-ddr-3_3v;
2149                         };
2150                 };
2151
2152                 target-module@b8000 {                   /* 0x480b8000, ap 67 48.0 */
2153                         compatible = "ti,sysc-omap4", "ti,sysc";
2154                         reg = <0xb8000 0x4>,
2155                               <0xb8010 0x4>;
2156                         reg-names = "rev", "sysc";
2157                         ti,sysc-mask = <(SYSC_OMAP4_FREEEMU |
2158                                          SYSC_OMAP4_SOFTRESET)>;
2159                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
2160                                         <SYSC_IDLE_NO>,
2161                                         <SYSC_IDLE_SMART>,
2162                                         <SYSC_IDLE_SMART_WKUP>;
2163                         /* Domains (P, C): l4per_pwrdm, l4per_clkdm */
2164                         clocks = <&l4per_clkctrl DRA7_L4PER_MCSPI3_CLKCTRL 0>;
2165                         clock-names = "fck";
2166                         #address-cells = <1>;
2167                         #size-cells = <1>;
2168                         ranges = <0x0 0xb8000 0x1000>;
2169
2170                         mcspi3: spi@0 {
2171                                 compatible = "ti,omap4-mcspi";
2172                                 reg = <0x0 0x200>;
2173                                 interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
2174                                 #address-cells = <1>;
2175                                 #size-cells = <0>;
2176                                 ti,spi-num-cs = <2>;
2177                                 dmas = <&sdma_xbar 15>, <&sdma_xbar 16>;
2178                                 dma-names = "tx0", "rx0";
2179                                 status = "disabled";
2180                         };
2181                 };
2182
2183                 target-module@ba000 {                   /* 0x480ba000, ap 69 18.0 */
2184                         compatible = "ti,sysc-omap4", "ti,sysc";
2185                         reg = <0xba000 0x4>,
2186                               <0xba010 0x4>;
2187                         reg-names = "rev", "sysc";
2188                         ti,sysc-mask = <(SYSC_OMAP4_FREEEMU |
2189                                          SYSC_OMAP4_SOFTRESET)>;
2190                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
2191                                         <SYSC_IDLE_NO>,
2192                                         <SYSC_IDLE_SMART>,
2193                                         <SYSC_IDLE_SMART_WKUP>;
2194                         /* Domains (P, C): l4per_pwrdm, l4per_clkdm */
2195                         clocks = <&l4per_clkctrl DRA7_L4PER_MCSPI4_CLKCTRL 0>;
2196                         clock-names = "fck";
2197                         #address-cells = <1>;
2198                         #size-cells = <1>;
2199                         ranges = <0x0 0xba000 0x1000>;
2200
2201                         mcspi4: spi@0 {
2202                                 compatible = "ti,omap4-mcspi";
2203                                 reg = <0x0 0x200>;
2204                                 interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
2205                                 #address-cells = <1>;
2206                                 #size-cells = <0>;
2207                                 ti,spi-num-cs = <1>;
2208                                 dmas = <&sdma_xbar 70>, <&sdma_xbar 71>;
2209                                 dma-names = "tx0", "rx0";
2210                                 status = "disabled";
2211                         };
2212                 };
2213
2214                 target-module@d1000 {                   /* 0x480d1000, ap 71 28.0 */
2215                         compatible = "ti,sysc-omap4", "ti,sysc";
2216                         reg = <0xd1000 0x4>,
2217                               <0xd1010 0x4>;
2218                         reg-names = "rev", "sysc";
2219                         ti,sysc-mask = <(SYSC_OMAP4_FREEEMU |
2220                                          SYSC_OMAP4_SOFTRESET)>;
2221                         ti,sysc-midle = <SYSC_IDLE_FORCE>,
2222                                         <SYSC_IDLE_NO>,
2223                                         <SYSC_IDLE_SMART>,
2224                                         <SYSC_IDLE_SMART_WKUP>;
2225                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
2226                                         <SYSC_IDLE_NO>,
2227                                         <SYSC_IDLE_SMART>,
2228                                         <SYSC_IDLE_SMART_WKUP>;
2229                         /* Domains (P, C): l4per_pwrdm, l4per_clkdm */
2230                         clocks = <&l4per_clkctrl DRA7_L4PER_MMC4_CLKCTRL 0>;
2231                         clock-names = "fck";
2232                         #address-cells = <1>;
2233                         #size-cells = <1>;
2234                         ranges = <0x0 0xd1000 0x1000>;
2235
2236                         mmc4: mmc@0 {
2237                                 compatible = "ti,dra7-sdhci";
2238                                 reg = <0x0 0x400>;
2239                                 interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
2240                                 status = "disabled";
2241                                 max-frequency = <192000000>;
2242                                 /* SDMA is not supported */
2243                                 sdhci-caps-mask = <0x0 0x400000>;
2244                         };
2245                 };
2246
2247                 target-module@d5000 {                   /* 0x480d5000, ap 73 30.0 */
2248                         compatible = "ti,sysc";
2249                         status = "disabled";
2250                         #address-cells = <1>;
2251                         #size-cells = <1>;
2252                         ranges = <0x0 0xd5000 0x1000>;
2253                 };
2254         };
2255
2256         segment@200000 {                                        /* 0x48200000 */
2257                 compatible = "simple-bus";
2258                 #address-cells = <1>;
2259                 #size-cells = <1>;
2260         };
2261 };
2262
2263 &l4_per2 {                                              /* 0x48400000 */
2264         compatible = "ti,dra7-l4-per2", "simple-bus";
2265         reg = <0x48400000 0x800>,
2266               <0x48400800 0x800>,
2267               <0x48401000 0x400>,
2268               <0x48401400 0x400>,
2269               <0x48401800 0x400>;
2270         reg-names = "ap", "la", "ia0", "ia1", "ia2";
2271         #address-cells = <1>;
2272         #size-cells = <1>;
2273         ranges = <0x00000000 0x48400000 0x400000>,      /* segment 0 */
2274                  <0x45800000 0x45800000 0x400000>,      /* L3 data port */
2275                  <0x45c00000 0x45c00000 0x400000>,      /* L3 data port */
2276                  <0x46000000 0x46000000 0x400000>,      /* L3 data port */
2277                  <0x48436000 0x48436000 0x400000>,      /* L3 data port */
2278                  <0x4843a000 0x4843a000 0x400000>,      /* L3 data port */
2279                  <0x4844c000 0x4844c000 0x400000>,      /* L3 data port */
2280                  <0x48450000 0x48450000 0x400000>,      /* L3 data port */
2281                  <0x48454000 0x48454000 0x400000>;      /* L3 data port */
2282
2283         segment@0 {                                     /* 0x48400000 */
2284                 compatible = "simple-bus";
2285                 #address-cells = <1>;
2286                 #size-cells = <1>;
2287                 ranges = <0x00000000 0x00000000 0x000800>,      /* ap 0 */
2288                          <0x00001000 0x00001000 0x000400>,      /* ap 1 */
2289                          <0x00000800 0x00000800 0x000800>,      /* ap 2 */
2290                          <0x00084000 0x00084000 0x004000>,      /* ap 3 */
2291                          <0x00001400 0x00001400 0x000400>,      /* ap 4 */
2292                          <0x00001800 0x00001800 0x000400>,      /* ap 5 */
2293                          <0x00088000 0x00088000 0x001000>,      /* ap 6 */
2294                          <0x0002c000 0x0002c000 0x001000>,      /* ap 7 */
2295                          <0x0002d000 0x0002d000 0x001000>,      /* ap 8 */
2296                          <0x00060000 0x00060000 0x002000>,      /* ap 9 */
2297                          <0x00062000 0x00062000 0x001000>,      /* ap 10 */
2298                          <0x00064000 0x00064000 0x002000>,      /* ap 11 */
2299                          <0x00066000 0x00066000 0x001000>,      /* ap 12 */
2300                          <0x00068000 0x00068000 0x002000>,      /* ap 13 */
2301                          <0x0006a000 0x0006a000 0x001000>,      /* ap 14 */
2302                          <0x0006c000 0x0006c000 0x002000>,      /* ap 15 */
2303                          <0x0006e000 0x0006e000 0x001000>,      /* ap 16 */
2304                          <0x00036000 0x00036000 0x001000>,      /* ap 17 */
2305                          <0x00037000 0x00037000 0x001000>,      /* ap 18 */
2306                          <0x00070000 0x00070000 0x002000>,      /* ap 19 */
2307                          <0x00072000 0x00072000 0x001000>,      /* ap 20 */
2308                          <0x0003a000 0x0003a000 0x001000>,      /* ap 21 */
2309                          <0x0003b000 0x0003b000 0x001000>,      /* ap 22 */
2310                          <0x0003c000 0x0003c000 0x001000>,      /* ap 23 */
2311                          <0x0003d000 0x0003d000 0x001000>,      /* ap 24 */
2312                          <0x0003e000 0x0003e000 0x001000>,      /* ap 25 */
2313                          <0x0003f000 0x0003f000 0x001000>,      /* ap 26 */
2314                          <0x00040000 0x00040000 0x001000>,      /* ap 27 */
2315                          <0x00041000 0x00041000 0x001000>,      /* ap 28 */
2316                          <0x00042000 0x00042000 0x001000>,      /* ap 29 */
2317                          <0x00043000 0x00043000 0x001000>,      /* ap 30 */
2318                          <0x00080000 0x00080000 0x002000>,      /* ap 31 */
2319                          <0x00082000 0x00082000 0x001000>,      /* ap 32 */
2320                          <0x0004a000 0x0004a000 0x001000>,      /* ap 33 */
2321                          <0x0004b000 0x0004b000 0x001000>,      /* ap 34 */
2322                          <0x00074000 0x00074000 0x002000>,      /* ap 35 */
2323                          <0x00076000 0x00076000 0x001000>,      /* ap 36 */
2324                          <0x00050000 0x00050000 0x001000>,      /* ap 37 */
2325                          <0x00051000 0x00051000 0x001000>,      /* ap 38 */
2326                          <0x00078000 0x00078000 0x002000>,      /* ap 39 */
2327                          <0x0007a000 0x0007a000 0x001000>,      /* ap 40 */
2328                          <0x00054000 0x00054000 0x001000>,      /* ap 41 */
2329                          <0x00055000 0x00055000 0x001000>,      /* ap 42 */
2330                          <0x0007c000 0x0007c000 0x002000>,      /* ap 43 */
2331                          <0x0007e000 0x0007e000 0x001000>,      /* ap 44 */
2332                          <0x0004c000 0x0004c000 0x001000>,      /* ap 45 */
2333                          <0x0004d000 0x0004d000 0x001000>,      /* ap 46 */
2334                          <0x00020000 0x00020000 0x001000>,      /* ap 47 */
2335                          <0x00021000 0x00021000 0x001000>,      /* ap 48 */
2336                          <0x00022000 0x00022000 0x001000>,      /* ap 49 */
2337                          <0x00023000 0x00023000 0x001000>,      /* ap 50 */
2338                          <0x00024000 0x00024000 0x001000>,      /* ap 51 */
2339                          <0x00025000 0x00025000 0x001000>,      /* ap 52 */
2340                          <0x00046000 0x00046000 0x001000>,      /* ap 53 */
2341                          <0x00047000 0x00047000 0x001000>,      /* ap 54 */
2342                          <0x00048000 0x00048000 0x001000>,      /* ap 55 */
2343                          <0x00049000 0x00049000 0x001000>,      /* ap 56 */
2344                          <0x00058000 0x00058000 0x002000>,      /* ap 57 */
2345                          <0x0005a000 0x0005a000 0x001000>,      /* ap 58 */
2346                          <0x0005b000 0x0005b000 0x001000>,      /* ap 59 */
2347                          <0x0005c000 0x0005c000 0x001000>,      /* ap 60 */
2348                          <0x0005d000 0x0005d000 0x001000>,      /* ap 61 */
2349                          <0x0005e000 0x0005e000 0x001000>,      /* ap 62 */
2350                          <0x45800000 0x45800000 0x400000>,      /* L3 data port */
2351                          <0x45c00000 0x45c00000 0x400000>,      /* L3 data port */
2352                          <0x46000000 0x46000000 0x400000>,      /* L3 data port */
2353                          <0x48436000 0x48436000 0x400000>,      /* L3 data port */
2354                          <0x4843a000 0x4843a000 0x400000>,      /* L3 data port */
2355                          <0x4844c000 0x4844c000 0x400000>,      /* L3 data port */
2356                          <0x48450000 0x48450000 0x400000>,      /* L3 data port */
2357                          <0x48454000 0x48454000 0x400000>;      /* L3 data port */
2358
2359                 target-module@20000 {                   /* 0x48420000, ap 47 02.0 */
2360                         compatible = "ti,sysc-omap2", "ti,sysc";
2361                         reg = <0x20050 0x4>,
2362                               <0x20054 0x4>,
2363                               <0x20058 0x4>;
2364                         reg-names = "rev", "sysc", "syss";
2365                         ti,sysc-mask = <(SYSC_OMAP2_ENAWAKEUP |
2366                                          SYSC_OMAP2_SOFTRESET |
2367                                          SYSC_OMAP2_AUTOIDLE)>;
2368                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
2369                                         <SYSC_IDLE_NO>,
2370                                         <SYSC_IDLE_SMART>,
2371                                         <SYSC_IDLE_SMART_WKUP>;
2372                         ti,syss-mask = <1>;
2373                         /* Domains (P, C): l4per_pwrdm, l4per2_clkdm */
2374                         clocks = <&l4per2_clkctrl DRA7_L4PER2_UART7_CLKCTRL 0>;
2375                         clock-names = "fck";
2376                         #address-cells = <1>;
2377                         #size-cells = <1>;
2378                         ranges = <0x0 0x20000 0x1000>;
2379
2380                         uart7: serial@0 {
2381                                 compatible = "ti,dra742-uart", "ti,omap4-uart";
2382                                 reg = <0x0 0x100>;
2383                                 interrupts = <GIC_SPI 218 IRQ_TYPE_LEVEL_HIGH>;
2384                                 clock-frequency = <48000000>;
2385                                 status = "disabled";
2386                         };
2387                 };
2388
2389                 target-module@22000 {                   /* 0x48422000, ap 49 0a.0 */
2390                         compatible = "ti,sysc-omap2", "ti,sysc";
2391                         reg = <0x22050 0x4>,
2392                               <0x22054 0x4>,
2393                               <0x22058 0x4>;
2394                         reg-names = "rev", "sysc", "syss";
2395                         ti,sysc-mask = <(SYSC_OMAP2_ENAWAKEUP |
2396                                          SYSC_OMAP2_SOFTRESET |
2397                                          SYSC_OMAP2_AUTOIDLE)>;
2398                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
2399                                         <SYSC_IDLE_NO>,
2400                                         <SYSC_IDLE_SMART>,
2401                                         <SYSC_IDLE_SMART_WKUP>;
2402                         ti,syss-mask = <1>;
2403                         /* Domains (P, C): l4per_pwrdm, l4per2_clkdm */
2404                         clocks = <&l4per2_clkctrl DRA7_L4PER2_UART8_CLKCTRL 0>;
2405                         clock-names = "fck";
2406                         #address-cells = <1>;
2407                         #size-cells = <1>;
2408                         ranges = <0x0 0x22000 0x1000>;
2409
2410                         uart8: serial@0 {
2411                                 compatible = "ti,dra742-uart", "ti,omap4-uart";
2412                                 reg = <0x0 0x100>;
2413                                 interrupts = <GIC_SPI 219 IRQ_TYPE_LEVEL_HIGH>;
2414                                 clock-frequency = <48000000>;
2415                                 status = "disabled";
2416                         };
2417                 };
2418
2419                 target-module@24000 {                   /* 0x48424000, ap 51 12.0 */
2420                         compatible = "ti,sysc-omap2", "ti,sysc";
2421                         reg = <0x24050 0x4>,
2422                               <0x24054 0x4>,
2423                               <0x24058 0x4>;
2424                         reg-names = "rev", "sysc", "syss";
2425                         ti,sysc-mask = <(SYSC_OMAP2_ENAWAKEUP |
2426                                          SYSC_OMAP2_SOFTRESET |
2427                                          SYSC_OMAP2_AUTOIDLE)>;
2428                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
2429                                         <SYSC_IDLE_NO>,
2430                                         <SYSC_IDLE_SMART>,
2431                                         <SYSC_IDLE_SMART_WKUP>;
2432                         ti,syss-mask = <1>;
2433                         /* Domains (P, C): l4per_pwrdm, l4per2_clkdm */
2434                         clocks = <&l4per2_clkctrl DRA7_L4PER2_UART9_CLKCTRL 0>;
2435                         clock-names = "fck";
2436                         #address-cells = <1>;
2437                         #size-cells = <1>;
2438                         ranges = <0x0 0x24000 0x1000>;
2439
2440                         uart9: serial@0 {
2441                                 compatible = "ti,dra742-uart", "ti,omap4-uart";
2442                                 reg = <0x0 0x100>;
2443                                 interrupts = <GIC_SPI 220 IRQ_TYPE_LEVEL_HIGH>;
2444                                 clock-frequency = <48000000>;
2445                                 status = "disabled";
2446                         };
2447                 };
2448
2449                 target-module@2c000 {                   /* 0x4842c000, ap 7 18.0 */
2450                         compatible = "ti,sysc";
2451                         status = "disabled";
2452                         #address-cells = <1>;
2453                         #size-cells = <1>;
2454                         ranges = <0x0 0x2c000 0x1000>;
2455                 };
2456
2457                 target-module@36000 {                   /* 0x48436000, ap 17 06.0 */
2458                         compatible = "ti,sysc";
2459                         status = "disabled";
2460                         #address-cells = <1>;
2461                         #size-cells = <1>;
2462                         ranges = <0x0 0x36000 0x1000>;
2463                 };
2464
2465                 target-module@3a000 {                   /* 0x4843a000, ap 21 3e.0 */
2466                         compatible = "ti,sysc";
2467                         status = "disabled";
2468                         #address-cells = <1>;
2469                         #size-cells = <1>;
2470                         ranges = <0x0 0x3a000 0x1000>;
2471                 };
2472
2473                 atl_tm: target-module@3c000 {           /* 0x4843c000, ap 23 08.0 */
2474                         compatible = "ti,sysc-omap4", "ti,sysc";
2475                         reg = <0x3c000 0x4>;
2476                         reg-names = "rev";
2477                         clocks = <&atl_clkctrl DRA7_ATL_ATL_CLKCTRL 0>;
2478                         clock-names = "fck";
2479                         #address-cells = <1>;
2480                         #size-cells = <1>;
2481                         ranges = <0x0 0x3c000 0x1000>;
2482
2483                         atl: atl@0 {
2484                                 compatible = "ti,dra7-atl";
2485                                 reg = <0x0 0x3ff>;
2486                                 ti,provided-clocks = <&atl_clkin0_ck>, <&atl_clkin1_ck>,
2487                                                      <&atl_clkin2_ck>, <&atl_clkin3_ck>;
2488                                 clocks = <&atl_clkctrl DRA7_ATL_ATL_CLKCTRL 26>;
2489                                 clock-names = "fck";
2490                                 status = "disabled";
2491                         };
2492                 };
2493
2494                 target-module@3e000 {                   /* 0x4843e000, ap 25 30.0 */
2495                         compatible = "ti,sysc-omap4", "ti,sysc";
2496                         ti,hwmods = "epwmss0";
2497                         reg = <0x3e000 0x4>,
2498                               <0x3e004 0x4>;
2499                         reg-names = "rev", "sysc";
2500                         ti,sysc-mask = <SYSC_OMAP4_SOFTRESET>;
2501                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
2502                                         <SYSC_IDLE_NO>,
2503                                         <SYSC_IDLE_SMART>;
2504                         /* Domains (P, C): l4per_pwrdm, l4per2_clkdm */
2505                         clocks = <&l4per2_clkctrl DRA7_L4PER2_EPWMSS0_CLKCTRL 0>;
2506                         clock-names = "fck";
2507                         #address-cells = <1>;
2508                         #size-cells = <1>;
2509                         ranges = <0x0 0x3e000 0x1000>;
2510
2511                         epwmss0: epwmss@0 {
2512                                 compatible = "ti,dra746-pwmss", "ti,am33xx-pwmss";
2513                                 reg = <0x0 0x30>;
2514                                 #address-cells = <1>;
2515                                 #size-cells = <1>;
2516                                 status = "disabled";
2517                                 ranges = <0 0 0x1000>;
2518
2519                                 ecap0: ecap@100 {
2520                                         compatible = "ti,dra746-ecap",
2521                                                      "ti,am3352-ecap";
2522                                         #pwm-cells = <3>;
2523                                         reg = <0x100 0x80>;
2524                                         clocks = <&l4_root_clk_div>;
2525                                         clock-names = "fck";
2526                                         status = "disabled";
2527                                 };
2528
2529                                 ehrpwm0: pwm@200 {
2530                                         compatible = "ti,dra746-ehrpwm",
2531                                                      "ti,am3352-ehrpwm";
2532                                         #pwm-cells = <3>;
2533                                         reg = <0x200 0x80>;
2534                                         clocks = <&ehrpwm0_tbclk>, <&l4_root_clk_div>;
2535                                         clock-names = "tbclk", "fck";
2536                                         status = "disabled";
2537                                 };
2538                         };
2539                 };
2540
2541                 target-module@40000 {                   /* 0x48440000, ap 27 38.0 */
2542                         compatible = "ti,sysc-omap4", "ti,sysc";
2543                         ti,hwmods = "epwmss1";
2544                         reg = <0x40000 0x4>,
2545                               <0x40004 0x4>;
2546                         reg-names = "rev", "sysc";
2547                         ti,sysc-mask = <SYSC_OMAP4_SOFTRESET>;
2548                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
2549                                         <SYSC_IDLE_NO>,
2550                                         <SYSC_IDLE_SMART>;
2551                         /* Domains (P, C): l4per_pwrdm, l4per2_clkdm */
2552                         clocks = <&l4per2_clkctrl DRA7_L4PER2_EPWMSS1_CLKCTRL 0>;
2553                         clock-names = "fck";
2554                         #address-cells = <1>;
2555                         #size-cells = <1>;
2556                         ranges = <0x0 0x40000 0x1000>;
2557
2558                         epwmss1: epwmss@0 {
2559                                 compatible = "ti,dra746-pwmss", "ti,am33xx-pwmss";
2560                                 reg = <0x0 0x30>;
2561                                 #address-cells = <1>;
2562                                 #size-cells = <1>;
2563                                 status = "disabled";
2564                                 ranges = <0 0 0x1000>;
2565
2566                                 ecap1: ecap@100 {
2567                                         compatible = "ti,dra746-ecap",
2568                                                      "ti,am3352-ecap";
2569                                         #pwm-cells = <3>;
2570                                         reg = <0x100 0x80>;
2571                                         clocks = <&l4_root_clk_div>;
2572                                         clock-names = "fck";
2573                                         status = "disabled";
2574                                 };
2575
2576                                 ehrpwm1: pwm@200 {
2577                                         compatible = "ti,dra746-ehrpwm",
2578                                                      "ti,am3352-ehrpwm";
2579                                         #pwm-cells = <3>;
2580                                         reg = <0x200 0x80>;
2581                                         clocks = <&ehrpwm1_tbclk>, <&l4_root_clk_div>;
2582                                         clock-names = "tbclk", "fck";
2583                                         status = "disabled";
2584                                 };
2585                         };
2586                 };
2587
2588                 target-module@42000 {                   /* 0x48442000, ap 29 20.0 */
2589                         compatible = "ti,sysc-omap4", "ti,sysc";
2590                         ti,hwmods = "epwmss2";
2591                         reg = <0x42000 0x4>,
2592                               <0x42004 0x4>;
2593                         reg-names = "rev", "sysc";
2594                         ti,sysc-mask = <SYSC_OMAP4_SOFTRESET>;
2595                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
2596                                         <SYSC_IDLE_NO>,
2597                                         <SYSC_IDLE_SMART>;
2598                         /* Domains (P, C): l4per_pwrdm, l4per2_clkdm */
2599                         clocks = <&l4per2_clkctrl DRA7_L4PER2_EPWMSS2_CLKCTRL 0>;
2600                         clock-names = "fck";
2601                         #address-cells = <1>;
2602                         #size-cells = <1>;
2603                         ranges = <0x0 0x42000 0x1000>;
2604
2605                         epwmss2: epwmss@0 {
2606                                 compatible = "ti,dra746-pwmss", "ti,am33xx-pwmss";
2607                                 reg = <0x0 0x30>;
2608                                 #address-cells = <1>;
2609                                 #size-cells = <1>;
2610                                 status = "disabled";
2611                                 ranges = <0 0 0x1000>;
2612
2613                                 ecap2: ecap@100 {
2614                                         compatible = "ti,dra746-ecap",
2615                                                      "ti,am3352-ecap";
2616                                         #pwm-cells = <3>;
2617                                         reg = <0x100 0x80>;
2618                                         clocks = <&l4_root_clk_div>;
2619                                         clock-names = "fck";
2620                                         status = "disabled";
2621                                 };
2622
2623                                 ehrpwm2: pwm@200 {
2624                                         compatible = "ti,dra746-ehrpwm",
2625                                                      "ti,am3352-ehrpwm";
2626                                         #pwm-cells = <3>;
2627                                         reg = <0x200 0x80>;
2628                                         clocks = <&ehrpwm2_tbclk>, <&l4_root_clk_div>;
2629                                         clock-names = "tbclk", "fck";
2630                                         status = "disabled";
2631                                 };
2632                         };
2633                 };
2634
2635                 target-module@46000 {                   /* 0x48446000, ap 53 40.0 */
2636                         compatible = "ti,sysc";
2637                         status = "disabled";
2638                         #address-cells = <1>;
2639                         #size-cells = <1>;
2640                         ranges = <0x0 0x46000 0x1000>;
2641                 };
2642
2643                 target-module@48000 {                   /* 0x48448000, ap 55 48.0 */
2644                         compatible = "ti,sysc";
2645                         status = "disabled";
2646                         #address-cells = <1>;
2647                         #size-cells = <1>;
2648                         ranges = <0x0 0x48000 0x1000>;
2649                 };
2650
2651                 target-module@4a000 {                   /* 0x4844a000, ap 33 1a.0 */
2652                         compatible = "ti,sysc";
2653                         status = "disabled";
2654                         #address-cells = <1>;
2655                         #size-cells = <1>;
2656                         ranges = <0x0 0x4a000 0x1000>;
2657                 };
2658
2659                 target-module@4c000 {                   /* 0x4844c000, ap 45 1c.0 */
2660                         compatible = "ti,sysc";
2661                         status = "disabled";
2662                         #address-cells = <1>;
2663                         #size-cells = <1>;
2664                         ranges = <0x0 0x4c000 0x1000>;
2665                 };
2666
2667                 target-module@50000 {                   /* 0x48450000, ap 37 24.0 */
2668                         compatible = "ti,sysc";
2669                         status = "disabled";
2670                         #address-cells = <1>;
2671                         #size-cells = <1>;
2672                         ranges = <0x0 0x50000 0x1000>;
2673                 };
2674
2675                 target-module@54000 {                   /* 0x48454000, ap 41 2c.0 */
2676                         compatible = "ti,sysc";
2677                         status = "disabled";
2678                         #address-cells = <1>;
2679                         #size-cells = <1>;
2680                         ranges = <0x0 0x54000 0x1000>;
2681                 };
2682
2683                 target-module@58000 {                   /* 0x48458000, ap 57 28.0 */
2684                         compatible = "ti,sysc";
2685                         status = "disabled";
2686                         #address-cells = <1>;
2687                         #size-cells = <1>;
2688                         ranges = <0x0 0x58000 0x2000>;
2689                 };
2690
2691                 target-module@5b000 {                   /* 0x4845b000, ap 59 46.0 */
2692                         compatible = "ti,sysc";
2693                         status = "disabled";
2694                         #address-cells = <1>;
2695                         #size-cells = <1>;
2696                         ranges = <0x0 0x5b000 0x1000>;
2697                 };
2698
2699                 target-module@5d000 {                   /* 0x4845d000, ap 61 22.0 */
2700                         compatible = "ti,sysc";
2701                         status = "disabled";
2702                         #address-cells = <1>;
2703                         #size-cells = <1>;
2704                         ranges = <0x0 0x5d000 0x1000>;
2705                 };
2706
2707                 target-module@60000 {                   /* 0x48460000, ap 9 0e.0 */
2708                         compatible = "ti,sysc-dra7-mcasp", "ti,sysc";
2709                         reg = <0x60000 0x4>,
2710                               <0x60004 0x4>;
2711                         reg-names = "rev", "sysc";
2712                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
2713                                         <SYSC_IDLE_NO>,
2714                                         <SYSC_IDLE_SMART>;
2715                         /* Domains (P, C): ipu_pwrdm, ipu_clkdm */
2716                         clocks = <&ipu_clkctrl DRA7_IPU_MCASP1_CLKCTRL 0>,
2717                                  <&ipu_clkctrl DRA7_IPU_MCASP1_CLKCTRL 24>,
2718                                  <&ipu_clkctrl DRA7_IPU_MCASP1_CLKCTRL 28>;
2719                         clock-names = "fck", "ahclkx", "ahclkr";
2720                         #address-cells = <1>;
2721                         #size-cells = <1>;
2722                         ranges = <0x0 0x60000 0x2000>,
2723                                  <0x45800000 0x45800000 0x400000>;
2724
2725                         mcasp1: mcasp@0 {
2726                                 compatible = "ti,dra7-mcasp-audio";
2727                                 reg = <0x0 0x2000>,
2728                                       <0x45800000 0x1000>;      /* L3 data port */
2729                                 reg-names = "mpu","dat";
2730                                 interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>,
2731                                              <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
2732                                 interrupt-names = "tx", "rx";
2733                                 dmas = <&edma_xbar 129 1>, <&edma_xbar 128 1>;
2734                                 dma-names = "tx", "rx";
2735                                 clocks = <&ipu_clkctrl DRA7_IPU_MCASP1_CLKCTRL 0>,
2736                                          <&ipu_clkctrl DRA7_IPU_MCASP1_CLKCTRL 24>,
2737                                          <&ipu_clkctrl DRA7_IPU_MCASP1_CLKCTRL 28>;
2738                                 clock-names = "fck", "ahclkx", "ahclkr";
2739                                 status = "disabled";
2740                         };
2741                 };
2742
2743                 target-module@64000 {                   /* 0x48464000, ap 11 1e.0 */
2744                         compatible = "ti,sysc-dra7-mcasp", "ti,sysc";
2745                         reg = <0x64000 0x4>,
2746                               <0x64004 0x4>;
2747                         reg-names = "rev", "sysc";
2748                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
2749                                         <SYSC_IDLE_NO>,
2750                                         <SYSC_IDLE_SMART>;
2751                         /* Domains (P, C): l4per_pwrdm, l4per2_clkdm */
2752                         clocks = <&l4per2_clkctrl DRA7_L4PER2_MCASP2_CLKCTRL 0>,
2753                                  <&l4per2_clkctrl DRA7_L4PER2_MCASP2_CLKCTRL 24>,
2754                                  <&l4per2_clkctrl DRA7_L4PER2_MCASP2_CLKCTRL 28>;
2755                         clock-names = "fck", "ahclkx", "ahclkr";
2756                         #address-cells = <1>;
2757                         #size-cells = <1>;
2758                         ranges = <0x0 0x64000 0x2000>,
2759                                  <0x45c00000 0x45c00000 0x400000>;
2760
2761                         mcasp2: mcasp@0 {
2762                                 compatible = "ti,dra7-mcasp-audio";
2763                                 reg = <0x0 0x2000>,
2764                                       <0x45c00000 0x1000>;      /* L3 data port */
2765                                 reg-names = "mpu","dat";
2766                                 interrupts = <GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH>,
2767                                              <GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>;
2768                                 interrupt-names = "tx", "rx";
2769                                 dmas = <&edma_xbar 131 1>, <&edma_xbar 130 1>;
2770                                 dma-names = "tx", "rx";
2771                                 clocks = <&l4per2_clkctrl DRA7_L4PER2_MCASP2_CLKCTRL 0>,
2772                                          <&ipu_clkctrl DRA7_IPU_MCASP1_CLKCTRL 24>,
2773                                          <&l4per2_clkctrl DRA7_L4PER2_MCASP2_CLKCTRL 28>;
2774                                 clock-names = "fck", "ahclkx", "ahclkr";
2775                                 status = "disabled";
2776                         };
2777                 };
2778
2779                 target-module@68000 {                   /* 0x48468000, ap 13 26.0 */
2780                         compatible = "ti,sysc-dra7-mcasp", "ti,sysc";
2781                         reg = <0x68000 0x4>,
2782                               <0x68004 0x4>;
2783                         reg-names = "rev", "sysc";
2784                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
2785                                         <SYSC_IDLE_NO>,
2786                                         <SYSC_IDLE_SMART>;
2787                         /* Domains (P, C): l4per_pwrdm, l4per2_clkdm */
2788                         clocks = <&l4per2_clkctrl DRA7_L4PER2_MCASP3_CLKCTRL 0>,
2789                                  <&l4per2_clkctrl DRA7_L4PER2_MCASP3_CLKCTRL 24>;
2790                         clock-names = "fck", "ahclkx";
2791                         #address-cells = <1>;
2792                         #size-cells = <1>;
2793                         ranges = <0x0 0x68000 0x2000>,
2794                                  <0x46000000 0x46000000 0x400000>;
2795
2796                         mcasp3: mcasp@0 {
2797                                 compatible = "ti,dra7-mcasp-audio";
2798                                 reg = <0x0 0x2000>,
2799                                       <0x46000000 0x1000>;      /* L3 data port */
2800                                 reg-names = "mpu","dat";
2801                                 interrupts = <GIC_SPI 151 IRQ_TYPE_LEVEL_HIGH>,
2802                                              <GIC_SPI 150 IRQ_TYPE_LEVEL_HIGH>;
2803                                 interrupt-names = "tx", "rx";
2804                                 dmas = <&edma_xbar 133 1>, <&edma_xbar 132 1>;
2805                                 dma-names = "tx", "rx";
2806                                 clocks = <&l4per2_clkctrl DRA7_L4PER2_MCASP3_CLKCTRL 0>,
2807                                          <&l4per2_clkctrl DRA7_L4PER2_MCASP3_CLKCTRL 24>;
2808                                 clock-names = "fck", "ahclkx";
2809                                 status = "disabled";
2810                         };
2811                 };
2812
2813                 target-module@6c000 {                   /* 0x4846c000, ap 15 2e.0 */
2814                         compatible = "ti,sysc-dra7-mcasp", "ti,sysc";
2815                         reg = <0x6c000 0x4>,
2816                               <0x6c004 0x4>;
2817                         reg-names = "rev", "sysc";
2818                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
2819                                         <SYSC_IDLE_NO>,
2820                                         <SYSC_IDLE_SMART>;
2821                         /* Domains (P, C): l4per_pwrdm, l4per2_clkdm */
2822                         clocks = <&l4per2_clkctrl DRA7_L4PER2_MCASP4_CLKCTRL 0>,
2823                                  <&l4per2_clkctrl DRA7_L4PER2_MCASP4_CLKCTRL 24>;
2824                         clock-names = "fck", "ahclkx";
2825                         #address-cells = <1>;
2826                         #size-cells = <1>;
2827                         ranges = <0x0 0x6c000 0x2000>,
2828                                  <0x48436000 0x48436000 0x400000>;
2829
2830                         mcasp4: mcasp@0 {
2831                                 compatible = "ti,dra7-mcasp-audio";
2832                                 reg = <0x0 0x2000>,
2833                                       <0x48436000 0x1000>;      /* L3 data port */
2834                                 reg-names = "mpu","dat";
2835                                 interrupts = <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH>,
2836                                              <GIC_SPI 152 IRQ_TYPE_LEVEL_HIGH>;
2837                                 interrupt-names = "tx", "rx";
2838                                 dmas = <&edma_xbar 135 1>, <&edma_xbar 134 1>;
2839                                 dma-names = "tx", "rx";
2840                                 clocks = <&l4per2_clkctrl DRA7_L4PER2_MCASP4_CLKCTRL 0>,
2841                                          <&l4per2_clkctrl DRA7_L4PER2_MCASP4_CLKCTRL 24>;
2842                                 clock-names = "fck", "ahclkx";
2843                                 status = "disabled";
2844                         };
2845                 };
2846
2847                 target-module@70000 {                   /* 0x48470000, ap 19 36.0 */
2848                         compatible = "ti,sysc-dra7-mcasp", "ti,sysc";
2849                         reg = <0x70000 0x4>,
2850                               <0x70004 0x4>;
2851                         reg-names = "rev", "sysc";
2852                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
2853                                         <SYSC_IDLE_NO>,
2854                                         <SYSC_IDLE_SMART>;
2855                         /* Domains (P, C): l4per_pwrdm, l4per2_clkdm */
2856                         clocks = <&l4per2_clkctrl DRA7_L4PER2_MCASP5_CLKCTRL 0>,
2857                                  <&l4per2_clkctrl DRA7_L4PER2_MCASP5_CLKCTRL 24>;
2858                         clock-names = "fck", "ahclkx";
2859                         #address-cells = <1>;
2860                         #size-cells = <1>;
2861                         ranges = <0x0 0x70000 0x2000>,
2862                                  <0x4843a000 0x4843a000 0x400000>;
2863
2864                         mcasp5: mcasp@0 {
2865                                 compatible = "ti,dra7-mcasp-audio";
2866                                 reg = <0x0 0x2000>,
2867                                       <0x4843a000 0x1000>;      /* L3 data port */
2868                                 reg-names = "mpu","dat";
2869                                 interrupts = <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>,
2870                                              <GIC_SPI 154 IRQ_TYPE_LEVEL_HIGH>;
2871                                 interrupt-names = "tx", "rx";
2872                                 dmas = <&edma_xbar 137 1>, <&edma_xbar 136 1>;
2873                                 dma-names = "tx", "rx";
2874                                 clocks = <&l4per2_clkctrl DRA7_L4PER2_MCASP5_CLKCTRL 0>,
2875                                          <&l4per2_clkctrl DRA7_L4PER2_MCASP5_CLKCTRL 24>;
2876                                 clock-names = "fck", "ahclkx";
2877                                 status = "disabled";
2878                         };
2879                 };
2880
2881                 target-module@74000 {                   /* 0x48474000, ap 35 14.0 */
2882                         compatible = "ti,sysc-dra7-mcasp", "ti,sysc";
2883                         reg = <0x74000 0x4>,
2884                               <0x74004 0x4>;
2885                         reg-names = "rev", "sysc";
2886                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
2887                                         <SYSC_IDLE_NO>,
2888                                         <SYSC_IDLE_SMART>;
2889                         /* Domains (P, C): l4per_pwrdm, l4per2_clkdm */
2890                         clocks = <&l4per2_clkctrl DRA7_L4PER2_MCASP6_CLKCTRL 0>,
2891                                  <&l4per2_clkctrl DRA7_L4PER2_MCASP6_CLKCTRL 24>;
2892                         clock-names = "fck", "ahclkx";
2893                         #address-cells = <1>;
2894                         #size-cells = <1>;
2895                         ranges = <0x0 0x74000 0x2000>,
2896                                  <0x4844c000 0x4844c000 0x400000>;
2897
2898                         mcasp6: mcasp@0 {
2899                                 compatible = "ti,dra7-mcasp-audio";
2900                                 reg = <0x0 0x2000>,
2901                                       <0x4844c000 0x1000>;      /* L3 data port */
2902                                 reg-names = "mpu","dat";
2903                                 interrupts = <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>,
2904                                              <GIC_SPI 156 IRQ_TYPE_LEVEL_HIGH>;
2905                                 interrupt-names = "tx", "rx";
2906                                 dmas = <&edma_xbar 139 1>, <&edma_xbar 138 1>;
2907                                 dma-names = "tx", "rx";
2908                                 clocks = <&l4per2_clkctrl DRA7_L4PER2_MCASP6_CLKCTRL 0>,
2909                                          <&l4per2_clkctrl DRA7_L4PER2_MCASP6_CLKCTRL 24>;
2910                                 clock-names = "fck", "ahclkx";
2911                                 status = "disabled";
2912                         };
2913                 };
2914
2915                 target-module@78000 {                   /* 0x48478000, ap 39 0c.0 */
2916                         compatible = "ti,sysc-dra7-mcasp", "ti,sysc";
2917                         reg = <0x78000 0x4>,
2918                               <0x78004 0x4>;
2919                         reg-names = "rev", "sysc";
2920                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
2921                                         <SYSC_IDLE_NO>,
2922                                         <SYSC_IDLE_SMART>;
2923                         /* Domains (P, C): l4per_pwrdm, l4per2_clkdm */
2924                         clocks = <&l4per2_clkctrl DRA7_L4PER2_MCASP7_CLKCTRL 0>,
2925                                  <&l4per2_clkctrl DRA7_L4PER2_MCASP7_CLKCTRL 24>;
2926                         clock-names = "fck", "ahclkx";
2927                         #address-cells = <1>;
2928                         #size-cells = <1>;
2929                         ranges = <0x0 0x78000 0x2000>,
2930                                  <0x48450000 0x48450000 0x400000>;
2931
2932                         mcasp7: mcasp@0 {
2933                                 compatible = "ti,dra7-mcasp-audio";
2934                                 reg = <0x0 0x2000>,
2935                                       <0x48450000 0x1000>;      /* L3 data port */
2936                                 reg-names = "mpu","dat";
2937                                 interrupts = <GIC_SPI 159 IRQ_TYPE_LEVEL_HIGH>,
2938                                              <GIC_SPI 158 IRQ_TYPE_LEVEL_HIGH>;
2939                                 interrupt-names = "tx", "rx";
2940                                 dmas = <&edma_xbar 141 1>, <&edma_xbar 140 1>;
2941                                 dma-names = "tx", "rx";
2942                                 clocks = <&l4per2_clkctrl DRA7_L4PER2_MCASP7_CLKCTRL 0>,
2943                                          <&l4per2_clkctrl DRA7_L4PER2_MCASP7_CLKCTRL 24>;
2944                                 clock-names = "fck", "ahclkx";
2945                                 status = "disabled";
2946                         };
2947                 };
2948
2949                 target-module@7c000 {                   /* 0x4847c000, ap 43 04.0 */
2950                         compatible = "ti,sysc-dra7-mcasp", "ti,sysc";
2951                         reg = <0x7c000 0x4>,
2952                               <0x7c004 0x4>;
2953                         reg-names = "rev", "sysc";
2954                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
2955                                         <SYSC_IDLE_NO>,
2956                                         <SYSC_IDLE_SMART>;
2957                         /* Domains (P, C): l4per_pwrdm, l4per2_clkdm */
2958                         clocks = <&l4per2_clkctrl DRA7_L4PER2_MCASP8_CLKCTRL 0>,
2959                                  <&l4per2_clkctrl DRA7_L4PER2_MCASP8_CLKCTRL 24>;
2960                         clock-names = "fck", "ahclkx";
2961                         #address-cells = <1>;
2962                         #size-cells = <1>;
2963                         ranges = <0x0 0x7c000 0x2000>,
2964                                  <0x48454000 0x48454000 0x400000>;
2965
2966                         mcasp8: mcasp@0 {
2967                                 compatible = "ti,dra7-mcasp-audio";
2968                                 reg = <0x0 0x2000>,
2969                                       <0x48454000 0x1000>;      /* L3 data port */
2970                                 reg-names = "mpu","dat";
2971                                 interrupts = <GIC_SPI 161 IRQ_TYPE_LEVEL_HIGH>,
2972                                              <GIC_SPI 160 IRQ_TYPE_LEVEL_HIGH>;
2973                                 interrupt-names = "tx", "rx";
2974                                 dmas = <&edma_xbar 143 1>, <&edma_xbar 142 1>;
2975                                 dma-names = "tx", "rx";
2976                                 clocks = <&l4per2_clkctrl DRA7_L4PER2_MCASP8_CLKCTRL 0>,
2977                                          <&l4per2_clkctrl DRA7_L4PER2_MCASP8_CLKCTRL 24>;
2978                                 clock-names = "fck", "ahclkx";
2979                                 status = "disabled";
2980                         };
2981                 };
2982
2983                 target-module@80000 {                   /* 0x48480000, ap 31 16.0 */
2984                         compatible = "ti,sysc-omap4", "ti,sysc";
2985                         reg = <0x80020 0x4>;
2986                         reg-names = "rev";
2987                         clocks = <&l4per2_clkctrl DRA7_L4PER2_DCAN2_CLKCTRL 0>;
2988                         clock-names = "fck";
2989                         #address-cells = <1>;
2990                         #size-cells = <1>;
2991                         ranges = <0x0 0x80000 0x2000>;
2992
2993                         dcan2: can@0 {
2994                                 compatible = "ti,dra7-d_can";
2995                                 reg = <0x0 0x2000>;
2996                                 syscon-raminit = <&scm_conf 0x558 1>;
2997                                 interrupts = <GIC_SPI 225 IRQ_TYPE_LEVEL_HIGH>;
2998                                 clocks = <&sys_clkin1>;
2999                                 status = "disabled";
3000                         };
3001                 };
3002
3003                 target-module@84000 {                   /* 0x48484000, ap 3 10.0 */
3004                         compatible = "ti,sysc-omap4-simple", "ti,sysc";
3005                         reg = <0x85200 0x4>,
3006                               <0x85208 0x4>,
3007                               <0x85204 0x4>;
3008                         reg-names = "rev", "sysc", "syss";
3009                         ti,sysc-mask = <0>;
3010                         ti,sysc-midle = <SYSC_IDLE_FORCE>,
3011                                         <SYSC_IDLE_NO>;
3012                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
3013                                         <SYSC_IDLE_NO>;
3014                         ti,syss-mask = <1>;
3015                         clocks = <&gmac_clkctrl DRA7_GMAC_GMAC_CLKCTRL 0>;
3016                         clock-names = "fck";
3017                         #address-cells = <1>;
3018                         #size-cells = <1>;
3019                         ranges = <0x0 0x84000 0x4000>;
3020                         /*
3021                          * Do not allow gating of cpsw clock as workaround
3022                          * for errata i877. Keeping internal clock disabled
3023                          * causes the device switching characteristics
3024                          * to degrade over time and eventually fail to meet
3025                          * the data manual delay time/skew specs.
3026                          */
3027                         ti,no-idle;
3028
3029                         mac: ethernet@0 {
3030                                 compatible = "ti,dra7-cpsw","ti,cpsw";
3031                                 clocks = <&gmac_main_clk>, <&gmac_clkctrl DRA7_GMAC_GMAC_CLKCTRL 25>;
3032                                 clock-names = "fck", "cpts";
3033                                 cpdma_channels = <8>;
3034                                 ale_entries = <1024>;
3035                                 bd_ram_size = <0x2000>;
3036                                 mac_control = <0x20>;
3037                                 slaves = <2>;
3038                                 active_slave = <0>;
3039                                 cpts_clock_mult = <0x784CFE14>;
3040                                 cpts_clock_shift = <29>;
3041                                 reg = <0x0 0x1000
3042                                        0x1200 0x2e00>;
3043                                 #address-cells = <1>;
3044                                 #size-cells = <1>;
3045
3046                                 /*
3047                                  * rx_thresh_pend
3048                                  * rx_pend
3049                                  * tx_pend
3050                                  * misc_pend
3051                                  */
3052                                 interrupts = <GIC_SPI 334 IRQ_TYPE_LEVEL_HIGH>,
3053                                              <GIC_SPI 335 IRQ_TYPE_LEVEL_HIGH>,
3054                                              <GIC_SPI 336 IRQ_TYPE_LEVEL_HIGH>,
3055                                              <GIC_SPI 337 IRQ_TYPE_LEVEL_HIGH>;
3056                                 ranges = <0 0 0x4000>;
3057                                 syscon = <&scm_conf>;
3058                                 status = "disabled";
3059
3060                                 davinci_mdio: mdio@1000 {
3061                                         compatible = "ti,cpsw-mdio","ti,davinci_mdio";
3062                                         clocks = <&gmac_clkctrl DRA7_GMAC_GMAC_CLKCTRL 0>;
3063                                         clock-names = "fck";
3064                                         #address-cells = <1>;
3065                                         #size-cells = <0>;
3066                                         bus_freq = <1000000>;
3067                                         reg = <0x1000 0x100>;
3068                                 };
3069
3070                                 cpsw_emac0: slave@200 {
3071                                         /* Filled in by U-Boot */
3072                                         mac-address = [ 00 00 00 00 00 00 ];
3073                                         phys = <&phy_gmii_sel 1>;
3074                                 };
3075
3076                                 cpsw_emac1: slave@300 {
3077                                         /* Filled in by U-Boot */
3078                                         mac-address = [ 00 00 00 00 00 00 ];
3079                                         phys = <&phy_gmii_sel 2>;
3080                                 };
3081                         };
3082
3083                         mac_sw: switch@0 {
3084                                 compatible = "ti,dra7-cpsw-switch","ti,cpsw-switch";
3085                                 reg = <0x0 0x4000>;
3086                                 ranges = <0 0 0x4000>;
3087                                 clocks = <&gmac_main_clk>;
3088                                 clock-names = "fck";
3089                                 #address-cells = <1>;
3090                                 #size-cells = <1>;
3091                                 syscon = <&scm_conf>;
3092                                 status = "disabled";
3093
3094                                 interrupts = <GIC_SPI 334 IRQ_TYPE_LEVEL_HIGH>,
3095                                              <GIC_SPI 335 IRQ_TYPE_LEVEL_HIGH>,
3096                                              <GIC_SPI 336 IRQ_TYPE_LEVEL_HIGH>,
3097                                              <GIC_SPI 337 IRQ_TYPE_LEVEL_HIGH>;
3098                                 interrupt-names = "rx_thresh", "rx", "tx", "misc";
3099
3100                                 ethernet-ports {
3101                                         #address-cells = <1>;
3102                                         #size-cells = <0>;
3103
3104                                         cpsw_port1: port@1 {
3105                                                 reg = <1>;
3106                                                 label = "port1";
3107                                                 mac-address = [ 00 00 00 00 00 00 ];
3108                                                 phys = <&phy_gmii_sel 1>;
3109                                         };
3110
3111                                         cpsw_port2: port@2 {
3112                                                 reg = <2>;
3113                                                 label = "port2";
3114                                                 mac-address = [ 00 00 00 00 00 00 ];
3115                                                 phys = <&phy_gmii_sel 2>;
3116                                         };
3117                                 };
3118
3119                                 davinci_mdio_sw: mdio@1000 {
3120                                         compatible = "ti,cpsw-mdio","ti,davinci_mdio";
3121                                         clocks = <&gmac_main_clk>;
3122                                         clock-names = "fck";
3123                                         #address-cells = <1>;
3124                                         #size-cells = <0>;
3125                                         bus_freq = <1000000>;
3126                                         reg = <0x1000 0x100>;
3127                                 };
3128
3129                                 cpts {
3130                                         clocks = <&gmac_clkctrl DRA7_GMAC_GMAC_CLKCTRL 25>;
3131                                         clock-names = "cpts";
3132                                 };
3133                         };
3134                 };
3135         };
3136 };
3137
3138 &l4_per3 {                                              /* 0x48800000 */
3139         compatible = "ti,dra7-l4-per3", "simple-bus";
3140         reg = <0x48800000 0x800>,
3141               <0x48800800 0x800>,
3142               <0x48801000 0x400>,
3143               <0x48801400 0x400>,
3144               <0x48801800 0x400>;
3145         reg-names = "ap", "la", "ia0", "ia1", "ia2";
3146         #address-cells = <1>;
3147         #size-cells = <1>;
3148         ranges = <0x00000000 0x48800000 0x200000>;      /* segment 0 */
3149
3150         segment@0 {                                     /* 0x48800000 */
3151                 compatible = "simple-bus";
3152                 #address-cells = <1>;
3153                 #size-cells = <1>;
3154                 ranges = <0x00000000 0x00000000 0x000800>,      /* ap 0 */
3155                          <0x00000800 0x00000800 0x000800>,      /* ap 1 */
3156                          <0x00001000 0x00001000 0x000400>,      /* ap 2 */
3157                          <0x00001400 0x00001400 0x000400>,      /* ap 3 */
3158                          <0x00001800 0x00001800 0x000400>,      /* ap 4 */
3159                          <0x00020000 0x00020000 0x001000>,      /* ap 5 */
3160                          <0x00021000 0x00021000 0x001000>,      /* ap 6 */
3161                          <0x00022000 0x00022000 0x001000>,      /* ap 7 */
3162                          <0x00023000 0x00023000 0x001000>,      /* ap 8 */
3163                          <0x00024000 0x00024000 0x001000>,      /* ap 9 */
3164                          <0x00025000 0x00025000 0x001000>,      /* ap 10 */
3165                          <0x00026000 0x00026000 0x001000>,      /* ap 11 */
3166                          <0x00027000 0x00027000 0x001000>,      /* ap 12 */
3167                          <0x00028000 0x00028000 0x001000>,      /* ap 13 */
3168                          <0x00029000 0x00029000 0x001000>,      /* ap 14 */
3169                          <0x0002a000 0x0002a000 0x001000>,      /* ap 15 */
3170                          <0x0002b000 0x0002b000 0x001000>,      /* ap 16 */
3171                          <0x0002c000 0x0002c000 0x001000>,      /* ap 17 */
3172                          <0x0002d000 0x0002d000 0x001000>,      /* ap 18 */
3173                          <0x0002e000 0x0002e000 0x001000>,      /* ap 19 */
3174                          <0x0002f000 0x0002f000 0x001000>,      /* ap 20 */
3175                          <0x00170000 0x00170000 0x010000>,      /* ap 21 */
3176                          <0x00180000 0x00180000 0x001000>,      /* ap 22 */
3177                          <0x00190000 0x00190000 0x010000>,      /* ap 23 */
3178                          <0x001a0000 0x001a0000 0x001000>,      /* ap 24 */
3179                          <0x001b0000 0x001b0000 0x010000>,      /* ap 25 */
3180                          <0x001c0000 0x001c0000 0x001000>,      /* ap 26 */
3181                          <0x001d0000 0x001d0000 0x010000>,      /* ap 27 */
3182                          <0x001e0000 0x001e0000 0x001000>,      /* ap 28 */
3183                          <0x00038000 0x00038000 0x001000>,      /* ap 29 */
3184                          <0x00039000 0x00039000 0x001000>,      /* ap 30 */
3185                          <0x0005c000 0x0005c000 0x001000>,      /* ap 31 */
3186                          <0x0005d000 0x0005d000 0x001000>,      /* ap 32 */
3187                          <0x0003a000 0x0003a000 0x001000>,      /* ap 33 */
3188                          <0x0003b000 0x0003b000 0x001000>,      /* ap 34 */
3189                          <0x0003c000 0x0003c000 0x001000>,      /* ap 35 */
3190                          <0x0003d000 0x0003d000 0x001000>,      /* ap 36 */
3191                          <0x0003e000 0x0003e000 0x001000>,      /* ap 37 */
3192                          <0x0003f000 0x0003f000 0x001000>,      /* ap 38 */
3193                          <0x00040000 0x00040000 0x001000>,      /* ap 39 */
3194                          <0x00041000 0x00041000 0x001000>,      /* ap 40 */
3195                          <0x00042000 0x00042000 0x001000>,      /* ap 41 */
3196                          <0x00043000 0x00043000 0x001000>,      /* ap 42 */
3197                          <0x00044000 0x00044000 0x001000>,      /* ap 43 */
3198                          <0x00045000 0x00045000 0x001000>,      /* ap 44 */
3199                          <0x00046000 0x00046000 0x001000>,      /* ap 45 */
3200                          <0x00047000 0x00047000 0x001000>,      /* ap 46 */
3201                          <0x00048000 0x00048000 0x001000>,      /* ap 47 */
3202                          <0x00049000 0x00049000 0x001000>,      /* ap 48 */
3203                          <0x0004a000 0x0004a000 0x001000>,      /* ap 49 */
3204                          <0x0004b000 0x0004b000 0x001000>,      /* ap 50 */
3205                          <0x0004c000 0x0004c000 0x001000>,      /* ap 51 */
3206                          <0x0004d000 0x0004d000 0x001000>,      /* ap 52 */
3207                          <0x0004e000 0x0004e000 0x001000>,      /* ap 53 */
3208                          <0x0004f000 0x0004f000 0x001000>,      /* ap 54 */
3209                          <0x00050000 0x00050000 0x001000>,      /* ap 55 */
3210                          <0x00051000 0x00051000 0x001000>,      /* ap 56 */
3211                          <0x00052000 0x00052000 0x001000>,      /* ap 57 */
3212                          <0x00053000 0x00053000 0x001000>,      /* ap 58 */
3213                          <0x00054000 0x00054000 0x001000>,      /* ap 59 */
3214                          <0x00055000 0x00055000 0x001000>,      /* ap 60 */
3215                          <0x00056000 0x00056000 0x001000>,      /* ap 61 */
3216                          <0x00057000 0x00057000 0x001000>,      /* ap 62 */
3217                          <0x00058000 0x00058000 0x001000>,      /* ap 63 */
3218                          <0x00059000 0x00059000 0x001000>,      /* ap 64 */
3219                          <0x0005a000 0x0005a000 0x001000>,      /* ap 65 */
3220                          <0x0005b000 0x0005b000 0x001000>,      /* ap 66 */
3221                          <0x00064000 0x00064000 0x001000>,      /* ap 67 */
3222                          <0x00065000 0x00065000 0x001000>,      /* ap 68 */
3223                          <0x0005e000 0x0005e000 0x001000>,      /* ap 69 */
3224                          <0x0005f000 0x0005f000 0x001000>,      /* ap 70 */
3225                          <0x00060000 0x00060000 0x001000>,      /* ap 71 */
3226                          <0x00061000 0x00061000 0x001000>,      /* ap 72 */
3227                          <0x00062000 0x00062000 0x001000>,      /* ap 73 */
3228                          <0x00063000 0x00063000 0x001000>,      /* ap 74 */
3229                          <0x00140000 0x00140000 0x020000>,      /* ap 75 */
3230                          <0x00160000 0x00160000 0x001000>,      /* ap 76 */
3231                          <0x00016000 0x00016000 0x001000>,      /* ap 77 */
3232                          <0x00017000 0x00017000 0x001000>,      /* ap 78 */
3233                          <0x000c0000 0x000c0000 0x020000>,      /* ap 79 */
3234                          <0x000e0000 0x000e0000 0x001000>,      /* ap 80 */
3235                          <0x00004000 0x00004000 0x001000>,      /* ap 81 */
3236                          <0x00005000 0x00005000 0x001000>,      /* ap 82 */
3237                          <0x00080000 0x00080000 0x020000>,      /* ap 83 */
3238                          <0x000a0000 0x000a0000 0x001000>,      /* ap 84 */
3239                          <0x00100000 0x00100000 0x020000>,      /* ap 85 */
3240                          <0x00120000 0x00120000 0x001000>,      /* ap 86 */
3241                          <0x00010000 0x00010000 0x001000>,      /* ap 87 */
3242                          <0x00011000 0x00011000 0x001000>,      /* ap 88 */
3243                          <0x0000a000 0x0000a000 0x001000>,      /* ap 89 */
3244                          <0x0000b000 0x0000b000 0x001000>,      /* ap 90 */
3245                          <0x0001c000 0x0001c000 0x001000>,      /* ap 91 */
3246                          <0x0001d000 0x0001d000 0x001000>,      /* ap 92 */
3247                          <0x0001e000 0x0001e000 0x001000>,      /* ap 93 */
3248                          <0x0001f000 0x0001f000 0x001000>,      /* ap 94 */
3249                          <0x00002000 0x00002000 0x001000>,      /* ap 95 */
3250                          <0x00003000 0x00003000 0x001000>;      /* ap 96 */
3251
3252                 target-module@2000 {                    /* 0x48802000, ap 95 7c.0 */
3253                         compatible = "ti,sysc-omap4", "ti,sysc";
3254                         ti,hwmods = "mailbox13";
3255                         reg = <0x2000 0x4>,
3256                               <0x2010 0x4>;
3257                         reg-names = "rev", "sysc";
3258                         ti,sysc-mask = <SYSC_OMAP4_SOFTRESET>;
3259                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
3260                                         <SYSC_IDLE_NO>,
3261                                         <SYSC_IDLE_SMART>;
3262                         /* Domains (P, C): core_pwrdm, l4cfg_clkdm */
3263                         clocks = <&l4cfg_clkctrl DRA7_L4CFG_MAILBOX13_CLKCTRL 0>;
3264                         clock-names = "fck";
3265                         #address-cells = <1>;
3266                         #size-cells = <1>;
3267                         ranges = <0x0 0x2000 0x1000>;
3268
3269                         mailbox13: mailbox@0 {
3270                                 compatible = "ti,omap4-mailbox";
3271                                 reg = <0x0 0x200>;
3272                                 interrupts = <GIC_SPI 379 IRQ_TYPE_LEVEL_HIGH>,
3273                                              <GIC_SPI 380 IRQ_TYPE_LEVEL_HIGH>,
3274                                              <GIC_SPI 381 IRQ_TYPE_LEVEL_HIGH>,
3275                                              <GIC_SPI 382 IRQ_TYPE_LEVEL_HIGH>;
3276                                 #mbox-cells = <1>;
3277                                 ti,mbox-num-users = <4>;
3278                                 ti,mbox-num-fifos = <12>;
3279                                 status = "disabled";
3280                         };
3281                 };
3282
3283                 target-module@4000 {                    /* 0x48804000, ap 81 20.0 */
3284                         compatible = "ti,sysc";
3285                         status = "disabled";
3286                         #address-cells = <1>;
3287                         #size-cells = <1>;
3288                         ranges = <0x0 0x4000 0x1000>;
3289                 };
3290
3291                 target-module@a000 {                    /* 0x4880a000, ap 89 18.0 */
3292                         compatible = "ti,sysc";
3293                         status = "disabled";
3294                         #address-cells = <1>;
3295                         #size-cells = <1>;
3296                         ranges = <0x0 0xa000 0x1000>;
3297                 };
3298
3299                 target-module@10000 {                   /* 0x48810000, ap 87 28.0 */
3300                         compatible = "ti,sysc";
3301                         status = "disabled";
3302                         #address-cells = <1>;
3303                         #size-cells = <1>;
3304                         ranges = <0x0 0x10000 0x1000>;
3305                 };
3306
3307                 target-module@16000 {                   /* 0x48816000, ap 77 1e.0 */
3308                         compatible = "ti,sysc";
3309                         status = "disabled";
3310                         #address-cells = <1>;
3311                         #size-cells = <1>;
3312                         ranges = <0x0 0x16000 0x1000>;
3313                 };
3314
3315                 target-module@1c000 {                   /* 0x4881c000, ap 91 1c.0 */
3316                         compatible = "ti,sysc";
3317                         status = "disabled";
3318                         #address-cells = <1>;
3319                         #size-cells = <1>;
3320                         ranges = <0x0 0x1c000 0x1000>;
3321                 };
3322
3323                 target-module@1e000 {                   /* 0x4881e000, ap 93 2c.0 */
3324                         compatible = "ti,sysc";
3325                         status = "disabled";
3326                         #address-cells = <1>;
3327                         #size-cells = <1>;
3328                         ranges = <0x0 0x1e000 0x1000>;
3329                 };
3330
3331                 target-module@20000 {                   /* 0x48820000, ap 5 08.0 */
3332                         compatible = "ti,sysc-omap4-timer", "ti,sysc";
3333                         ti,hwmods = "timer5";
3334                         reg = <0x20000 0x4>,
3335                               <0x20010 0x4>;
3336                         reg-names = "rev", "sysc";
3337                         ti,sysc-mask = <(SYSC_OMAP4_FREEEMU |
3338                                          SYSC_OMAP4_SOFTRESET)>;
3339                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
3340                                         <SYSC_IDLE_NO>,
3341                                         <SYSC_IDLE_SMART>,
3342                                         <SYSC_IDLE_SMART_WKUP>;
3343                         /* Domains (P, C): ipu_pwrdm, ipu_clkdm */
3344                         clocks = <&ipu_clkctrl DRA7_IPU_TIMER5_CLKCTRL 0>;
3345                         clock-names = "fck";
3346                         #address-cells = <1>;
3347                         #size-cells = <1>;
3348                         ranges = <0x0 0x20000 0x1000>;
3349
3350                         timer5: timer@0 {
3351                                 compatible = "ti,omap5430-timer";
3352                                 reg = <0x0 0x80>;
3353                                 clocks = <&ipu_clkctrl DRA7_IPU_TIMER5_CLKCTRL 24>;
3354                                 clock-names = "fck";
3355                                 interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
3356                         };
3357                 };
3358
3359                 target-module@22000 {                   /* 0x48822000, ap 7 24.0 */
3360                         compatible = "ti,sysc-omap4-timer", "ti,sysc";
3361                         ti,hwmods = "timer6";
3362                         reg = <0x22000 0x4>,
3363                               <0x22010 0x4>;
3364                         reg-names = "rev", "sysc";
3365                         ti,sysc-mask = <(SYSC_OMAP4_FREEEMU |
3366                                          SYSC_OMAP4_SOFTRESET)>;
3367                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
3368                                         <SYSC_IDLE_NO>,
3369                                         <SYSC_IDLE_SMART>,
3370                                         <SYSC_IDLE_SMART_WKUP>;
3371                         /* Domains (P, C): ipu_pwrdm, ipu_clkdm */
3372                         clocks = <&ipu_clkctrl DRA7_IPU_TIMER6_CLKCTRL 0>;
3373                         clock-names = "fck";
3374                         #address-cells = <1>;
3375                         #size-cells = <1>;
3376                         ranges = <0x0 0x22000 0x1000>;
3377
3378                         timer6: timer@0 {
3379                                 compatible = "ti,omap5430-timer";
3380                                 reg = <0x0 0x80>;
3381                                 clocks = <&ipu_clkctrl DRA7_IPU_TIMER6_CLKCTRL 24>;
3382                                 clock-names = "fck";
3383                                 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
3384                         };
3385                 };
3386
3387                 target-module@24000 {                   /* 0x48824000, ap 9 26.0 */
3388                         compatible = "ti,sysc-omap4-timer", "ti,sysc";
3389                         ti,hwmods = "timer7";
3390                         reg = <0x24000 0x4>,
3391                               <0x24010 0x4>;
3392                         reg-names = "rev", "sysc";
3393                         ti,sysc-mask = <(SYSC_OMAP4_FREEEMU |
3394                                          SYSC_OMAP4_SOFTRESET)>;
3395                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
3396                                         <SYSC_IDLE_NO>,
3397                                         <SYSC_IDLE_SMART>,
3398                                         <SYSC_IDLE_SMART_WKUP>;
3399                         /* Domains (P, C): ipu_pwrdm, ipu_clkdm */
3400                         clocks = <&ipu_clkctrl DRA7_IPU_TIMER7_CLKCTRL 0>;
3401                         clock-names = "fck";
3402                         #address-cells = <1>;
3403                         #size-cells = <1>;
3404                         ranges = <0x0 0x24000 0x1000>;
3405
3406                         timer7: timer@0 {
3407                                 compatible = "ti,omap5430-timer";
3408                                 reg = <0x0 0x80>;
3409                                 clocks = <&ipu_clkctrl DRA7_IPU_TIMER7_CLKCTRL 24>;
3410                                 clock-names = "fck";
3411                                 interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
3412                         };
3413                 };
3414
3415                 target-module@26000 {                   /* 0x48826000, ap 11 0c.0 */
3416                         compatible = "ti,sysc-omap4-timer", "ti,sysc";
3417                         ti,hwmods = "timer8";
3418                         reg = <0x26000 0x4>,
3419                               <0x26010 0x4>;
3420                         reg-names = "rev", "sysc";
3421                         ti,sysc-mask = <(SYSC_OMAP4_FREEEMU |
3422                                          SYSC_OMAP4_SOFTRESET)>;
3423                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
3424                                         <SYSC_IDLE_NO>,
3425                                         <SYSC_IDLE_SMART>,
3426                                         <SYSC_IDLE_SMART_WKUP>;
3427                         /* Domains (P, C): ipu_pwrdm, ipu_clkdm */
3428                         clocks = <&ipu_clkctrl DRA7_IPU_TIMER8_CLKCTRL 0>;
3429                         clock-names = "fck";
3430                         #address-cells = <1>;
3431                         #size-cells = <1>;
3432                         ranges = <0x0 0x26000 0x1000>;
3433
3434                         timer8: timer@0 {
3435                                 compatible = "ti,omap5430-timer";
3436                                 reg = <0x0 0x80>;
3437                                 clocks = <&ipu_clkctrl DRA7_IPU_TIMER8_CLKCTRL 24>;
3438                                 clock-names = "fck";
3439                                 interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;
3440                         };
3441                 };
3442
3443                 target-module@28000 {                   /* 0x48828000, ap 13 16.0 */
3444                         compatible = "ti,sysc-omap4-timer", "ti,sysc";
3445                         ti,hwmods = "timer13";
3446                         reg = <0x28000 0x4>,
3447                               <0x28010 0x4>;
3448                         reg-names = "rev", "sysc";
3449                         ti,sysc-mask = <(SYSC_OMAP4_FREEEMU |
3450                                          SYSC_OMAP4_SOFTRESET)>;
3451                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
3452                                         <SYSC_IDLE_NO>,
3453                                         <SYSC_IDLE_SMART>,
3454                                         <SYSC_IDLE_SMART_WKUP>;
3455                         /* Domains (P, C): l4per_pwrdm, l4per3_clkdm */
3456                         clocks = <&l4per3_clkctrl DRA7_L4PER3_TIMER13_CLKCTRL 0>;
3457                         clock-names = "fck";
3458                         #address-cells = <1>;
3459                         #size-cells = <1>;
3460                         ranges = <0x0 0x28000 0x1000>;
3461
3462                         timer13: timer@0 {
3463                                 compatible = "ti,omap5430-timer";
3464                                 reg = <0x0 0x80>;
3465                                 clocks = <&l4per3_clkctrl DRA7_L4PER3_TIMER13_CLKCTRL 24>;
3466                                 clock-names = "fck";
3467                                 interrupts = <GIC_SPI 339 IRQ_TYPE_LEVEL_HIGH>;
3468                         };
3469                 };
3470
3471                 target-module@2a000 {                   /* 0x4882a000, ap 15 10.0 */
3472                         compatible = "ti,sysc-omap4-timer", "ti,sysc";
3473                         ti,hwmods = "timer14";
3474                         reg = <0x2a000 0x4>,
3475                               <0x2a010 0x4>;
3476                         reg-names = "rev", "sysc";
3477                         ti,sysc-mask = <(SYSC_OMAP4_FREEEMU |
3478                                          SYSC_OMAP4_SOFTRESET)>;
3479                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
3480                                         <SYSC_IDLE_NO>,
3481                                         <SYSC_IDLE_SMART>,
3482                                         <SYSC_IDLE_SMART_WKUP>;
3483                         /* Domains (P, C): l4per_pwrdm, l4per3_clkdm */
3484                         clocks = <&l4per3_clkctrl DRA7_L4PER3_TIMER14_CLKCTRL 0>;
3485                         clock-names = "fck";
3486                         #address-cells = <1>;
3487                         #size-cells = <1>;
3488                         ranges = <0x0 0x2a000 0x1000>;
3489
3490                         timer14: timer@0 {
3491                                 compatible = "ti,omap5430-timer";
3492                                 reg = <0x0 0x80>;
3493                                 clocks = <&l4per3_clkctrl DRA7_L4PER3_TIMER14_CLKCTRL 24>;
3494                                 clock-names = "fck";
3495                                 interrupts = <GIC_SPI 340 IRQ_TYPE_LEVEL_HIGH>;
3496                         };
3497                 };
3498
3499                 target-module@2c000 {                   /* 0x4882c000, ap 17 02.0 */
3500                         compatible = "ti,sysc-omap4-timer", "ti,sysc";
3501                         ti,hwmods = "timer15";
3502                         reg = <0x2c000 0x4>,
3503                               <0x2c010 0x4>;
3504                         reg-names = "rev", "sysc";
3505                         ti,sysc-mask = <(SYSC_OMAP4_FREEEMU |
3506                                          SYSC_OMAP4_SOFTRESET)>;
3507                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
3508                                         <SYSC_IDLE_NO>,
3509                                         <SYSC_IDLE_SMART>,
3510                                         <SYSC_IDLE_SMART_WKUP>;
3511                         /* Domains (P, C): l4per_pwrdm, l4per3_clkdm */
3512                         clocks = <&l4per3_clkctrl DRA7_L4PER3_TIMER15_CLKCTRL 0>;
3513                         clock-names = "fck";
3514                         #address-cells = <1>;
3515                         #size-cells = <1>;
3516                         ranges = <0x0 0x2c000 0x1000>;
3517
3518                         timer15: timer@0 {
3519                                 compatible = "ti,omap5430-timer";
3520                                 reg = <0x0 0x80>;
3521                                 clocks = <&l4per3_clkctrl DRA7_L4PER3_TIMER15_CLKCTRL 24>;
3522                                 clock-names = "fck";
3523                                 interrupts = <GIC_SPI 341 IRQ_TYPE_LEVEL_HIGH>;
3524                         };
3525                 };
3526
3527                 target-module@2e000 {                   /* 0x4882e000, ap 19 14.0 */
3528                         compatible = "ti,sysc-omap4-timer", "ti,sysc";
3529                         ti,hwmods = "timer16";
3530                         reg = <0x2e000 0x4>,
3531                               <0x2e010 0x4>;
3532                         reg-names = "rev", "sysc";
3533                         ti,sysc-mask = <(SYSC_OMAP4_FREEEMU |
3534                                          SYSC_OMAP4_SOFTRESET)>;
3535                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
3536                                         <SYSC_IDLE_NO>,
3537                                         <SYSC_IDLE_SMART>,
3538                                         <SYSC_IDLE_SMART_WKUP>;
3539                         /* Domains (P, C): l4per_pwrdm, l4per3_clkdm */
3540                         clocks = <&l4per3_clkctrl DRA7_L4PER3_TIMER16_CLKCTRL 0>;
3541                         clock-names = "fck";
3542                         #address-cells = <1>;
3543                         #size-cells = <1>;
3544                         ranges = <0x0 0x2e000 0x1000>;
3545
3546                         timer16: timer@0 {
3547                                 compatible = "ti,omap5430-timer";
3548                                 reg = <0x0 0x80>;
3549                                 clocks = <&l4per3_clkctrl DRA7_L4PER3_TIMER16_CLKCTRL 24>;
3550                                 clock-names = "fck";
3551                                 interrupts = <GIC_SPI 342 IRQ_TYPE_LEVEL_HIGH>;
3552                         };
3553                 };
3554
3555                 rtctarget: target-module@38000 {                        /* 0x48838000, ap 29 12.0 */
3556                         compatible = "ti,sysc-omap4-simple", "ti,sysc";
3557                         ti,hwmods = "rtcss";
3558                         reg = <0x38074 0x4>,
3559                               <0x38078 0x4>;
3560                         reg-names = "rev", "sysc";
3561                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
3562                                         <SYSC_IDLE_NO>,
3563                                         <SYSC_IDLE_SMART>,
3564                                         <SYSC_IDLE_SMART_WKUP>;
3565                         /* Domains (P, C): rtc_pwrdm, rtc_clkdm */
3566                         clocks = <&rtc_clkctrl DRA7_RTC_RTCSS_CLKCTRL 0>;
3567                         clock-names = "fck";
3568                         #address-cells = <1>;
3569                         #size-cells = <1>;
3570                         ranges = <0x0 0x38000 0x1000>;
3571
3572                         rtc: rtc@0 {
3573                                 compatible = "ti,am3352-rtc";
3574                                 reg = <0x0 0x100>;
3575                                 interrupts = <GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH>,
3576                                              <GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH>;
3577                                 clocks = <&sys_32k_ck>;
3578                         };
3579                 };
3580
3581                 target-module@3a000 {                   /* 0x4883a000, ap 33 3e.0 */
3582                         compatible = "ti,sysc-omap4", "ti,sysc";
3583                         ti,hwmods = "mailbox2";
3584                         reg = <0x3a000 0x4>,
3585                               <0x3a010 0x4>;
3586                         reg-names = "rev", "sysc";
3587                         ti,sysc-mask = <SYSC_OMAP4_SOFTRESET>;
3588                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
3589                                         <SYSC_IDLE_NO>,
3590                                         <SYSC_IDLE_SMART>;
3591                         /* Domains (P, C): core_pwrdm, l4cfg_clkdm */
3592                         clocks = <&l4cfg_clkctrl DRA7_L4CFG_MAILBOX2_CLKCTRL 0>;
3593                         clock-names = "fck";
3594                         #address-cells = <1>;
3595                         #size-cells = <1>;
3596                         ranges = <0x0 0x3a000 0x1000>;
3597
3598                         mailbox2: mailbox@0 {
3599                                 compatible = "ti,omap4-mailbox";
3600                                 reg = <0x0 0x200>;
3601                                 interrupts = <GIC_SPI 237 IRQ_TYPE_LEVEL_HIGH>,
3602                                              <GIC_SPI 238 IRQ_TYPE_LEVEL_HIGH>,
3603                                              <GIC_SPI 239 IRQ_TYPE_LEVEL_HIGH>,
3604                                              <GIC_SPI 240 IRQ_TYPE_LEVEL_HIGH>;
3605                                 #mbox-cells = <1>;
3606                                 ti,mbox-num-users = <4>;
3607                                 ti,mbox-num-fifos = <12>;
3608                                 status = "disabled";
3609                         };
3610                 };
3611
3612                 target-module@3c000 {                   /* 0x4883c000, ap 35 3a.0 */
3613                         compatible = "ti,sysc-omap4", "ti,sysc";
3614                         ti,hwmods = "mailbox3";
3615                         reg = <0x3c000 0x4>,
3616                               <0x3c010 0x4>;
3617                         reg-names = "rev", "sysc";
3618                         ti,sysc-mask = <SYSC_OMAP4_SOFTRESET>;
3619                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
3620                                         <SYSC_IDLE_NO>,
3621                                         <SYSC_IDLE_SMART>;
3622                         /* Domains (P, C): core_pwrdm, l4cfg_clkdm */
3623                         clocks = <&l4cfg_clkctrl DRA7_L4CFG_MAILBOX3_CLKCTRL 0>;
3624                         clock-names = "fck";
3625                         #address-cells = <1>;
3626                         #size-cells = <1>;
3627                         ranges = <0x0 0x3c000 0x1000>;
3628
3629                         mailbox3: mailbox@0 {
3630                                 compatible = "ti,omap4-mailbox";
3631                                 reg = <0x0 0x200>;
3632                                 interrupts = <GIC_SPI 241 IRQ_TYPE_LEVEL_HIGH>,
3633                                              <GIC_SPI 242 IRQ_TYPE_LEVEL_HIGH>,
3634                                              <GIC_SPI 243 IRQ_TYPE_LEVEL_HIGH>,
3635                                              <GIC_SPI 244 IRQ_TYPE_LEVEL_HIGH>;
3636                                 #mbox-cells = <1>;
3637                                 ti,mbox-num-users = <4>;
3638                                 ti,mbox-num-fifos = <12>;
3639                                 status = "disabled";
3640                         };
3641                 };
3642
3643                 target-module@3e000 {                   /* 0x4883e000, ap 37 46.0 */
3644                         compatible = "ti,sysc-omap4", "ti,sysc";
3645                         ti,hwmods = "mailbox4";
3646                         reg = <0x3e000 0x4>,
3647                               <0x3e010 0x4>;
3648                         reg-names = "rev", "sysc";
3649                         ti,sysc-mask = <SYSC_OMAP4_SOFTRESET>;
3650                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
3651                                         <SYSC_IDLE_NO>,
3652                                         <SYSC_IDLE_SMART>;
3653                         /* Domains (P, C): core_pwrdm, l4cfg_clkdm */
3654                         clocks = <&l4cfg_clkctrl DRA7_L4CFG_MAILBOX4_CLKCTRL 0>;
3655                         clock-names = "fck";
3656                         #address-cells = <1>;
3657                         #size-cells = <1>;
3658                         ranges = <0x0 0x3e000 0x1000>;
3659
3660                         mailbox4: mailbox@0 {
3661                                 compatible = "ti,omap4-mailbox";
3662                                 reg = <0x0 0x200>;
3663                                 interrupts = <GIC_SPI 245 IRQ_TYPE_LEVEL_HIGH>,
3664                                              <GIC_SPI 246 IRQ_TYPE_LEVEL_HIGH>,
3665                                              <GIC_SPI 247 IRQ_TYPE_LEVEL_HIGH>,
3666                                              <GIC_SPI 248 IRQ_TYPE_LEVEL_HIGH>;
3667                                 #mbox-cells = <1>;
3668                                 ti,mbox-num-users = <4>;
3669                                 ti,mbox-num-fifos = <12>;
3670                                 status = "disabled";
3671                         };
3672                 };
3673
3674                 target-module@40000 {                   /* 0x48840000, ap 39 64.0 */
3675                         compatible = "ti,sysc-omap4", "ti,sysc";
3676                         ti,hwmods = "mailbox5";
3677                         reg = <0x40000 0x4>,
3678                               <0x40010 0x4>;
3679                         reg-names = "rev", "sysc";
3680                         ti,sysc-mask = <SYSC_OMAP4_SOFTRESET>;
3681                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
3682                                         <SYSC_IDLE_NO>,
3683                                         <SYSC_IDLE_SMART>;
3684                         /* Domains (P, C): core_pwrdm, l4cfg_clkdm */
3685                         clocks = <&l4cfg_clkctrl DRA7_L4CFG_MAILBOX5_CLKCTRL 0>;
3686                         clock-names = "fck";
3687                         #address-cells = <1>;
3688                         #size-cells = <1>;
3689                         ranges = <0x0 0x40000 0x1000>;
3690
3691                         mailbox5: mailbox@0 {
3692                                 compatible = "ti,omap4-mailbox";
3693                                 reg = <0x0 0x200>;
3694                                 interrupts = <GIC_SPI 249 IRQ_TYPE_LEVEL_HIGH>,
3695                                              <GIC_SPI 250 IRQ_TYPE_LEVEL_HIGH>,
3696                                              <GIC_SPI 251 IRQ_TYPE_LEVEL_HIGH>,
3697                                              <GIC_SPI 252 IRQ_TYPE_LEVEL_HIGH>;
3698                                 #mbox-cells = <1>;
3699                                 ti,mbox-num-users = <4>;
3700                                 ti,mbox-num-fifos = <12>;
3701                                 status = "disabled";
3702                         };
3703                 };
3704
3705                 target-module@42000 {                   /* 0x48842000, ap 41 4e.0 */
3706                         compatible = "ti,sysc-omap4", "ti,sysc";
3707                         ti,hwmods = "mailbox6";
3708                         reg = <0x42000 0x4>,
3709                               <0x42010 0x4>;
3710                         reg-names = "rev", "sysc";
3711                         ti,sysc-mask = <SYSC_OMAP4_SOFTRESET>;
3712                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
3713                                         <SYSC_IDLE_NO>,
3714                                         <SYSC_IDLE_SMART>;
3715                         /* Domains (P, C): core_pwrdm, l4cfg_clkdm */
3716                         clocks = <&l4cfg_clkctrl DRA7_L4CFG_MAILBOX6_CLKCTRL 0>;
3717                         clock-names = "fck";
3718                         #address-cells = <1>;
3719                         #size-cells = <1>;
3720                         ranges = <0x0 0x42000 0x1000>;
3721
3722                         mailbox6: mailbox@0 {
3723                                 compatible = "ti,omap4-mailbox";
3724                                 reg = <0x0 0x200>;
3725                                 interrupts = <GIC_SPI 253 IRQ_TYPE_LEVEL_HIGH>,
3726                                              <GIC_SPI 254 IRQ_TYPE_LEVEL_HIGH>,
3727                                              <GIC_SPI 255 IRQ_TYPE_LEVEL_HIGH>,
3728                                              <GIC_SPI 256 IRQ_TYPE_LEVEL_HIGH>;
3729                                 #mbox-cells = <1>;
3730                                 ti,mbox-num-users = <4>;
3731                                 ti,mbox-num-fifos = <12>;
3732                                 status = "disabled";
3733                         };
3734                 };
3735
3736                 target-module@44000 {                   /* 0x48844000, ap 43 42.0 */
3737                         compatible = "ti,sysc-omap4", "ti,sysc";
3738                         ti,hwmods = "mailbox7";
3739                         reg = <0x44000 0x4>,
3740                               <0x44010 0x4>;
3741                         reg-names = "rev", "sysc";
3742                         ti,sysc-mask = <SYSC_OMAP4_SOFTRESET>;
3743                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
3744                                         <SYSC_IDLE_NO>,
3745                                         <SYSC_IDLE_SMART>;
3746                         /* Domains (P, C): core_pwrdm, l4cfg_clkdm */
3747                         clocks = <&l4cfg_clkctrl DRA7_L4CFG_MAILBOX7_CLKCTRL 0>;
3748                         clock-names = "fck";
3749                         #address-cells = <1>;
3750                         #size-cells = <1>;
3751                         ranges = <0x0 0x44000 0x1000>;
3752
3753                         mailbox7: mailbox@0 {
3754                                 compatible = "ti,omap4-mailbox";
3755                                 reg = <0x0 0x200>;
3756                                 interrupts = <GIC_SPI 257 IRQ_TYPE_LEVEL_HIGH>,
3757                                              <GIC_SPI 258 IRQ_TYPE_LEVEL_HIGH>,
3758                                              <GIC_SPI 259 IRQ_TYPE_LEVEL_HIGH>,
3759                                              <GIC_SPI 260 IRQ_TYPE_LEVEL_HIGH>;
3760                                 #mbox-cells = <1>;
3761                                 ti,mbox-num-users = <4>;
3762                                 ti,mbox-num-fifos = <12>;
3763                                 status = "disabled";
3764                         };
3765                 };
3766
3767                 target-module@46000 {                   /* 0x48846000, ap 45 48.0 */
3768                         compatible = "ti,sysc-omap4", "ti,sysc";
3769                         ti,hwmods = "mailbox8";
3770                         reg = <0x46000 0x4>,
3771                               <0x46010 0x4>;
3772                         reg-names = "rev", "sysc";
3773                         ti,sysc-mask = <SYSC_OMAP4_SOFTRESET>;
3774                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
3775                                         <SYSC_IDLE_NO>,
3776                                         <SYSC_IDLE_SMART>;
3777                         /* Domains (P, C): core_pwrdm, l4cfg_clkdm */
3778                         clocks = <&l4cfg_clkctrl DRA7_L4CFG_MAILBOX8_CLKCTRL 0>;
3779                         clock-names = "fck";
3780                         #address-cells = <1>;
3781                         #size-cells = <1>;
3782                         ranges = <0x0 0x46000 0x1000>;
3783
3784                         mailbox8: mailbox@0 {
3785                                 compatible = "ti,omap4-mailbox";
3786                                 reg = <0x0 0x200>;
3787                                 interrupts = <GIC_SPI 261 IRQ_TYPE_LEVEL_HIGH>,
3788                                              <GIC_SPI 262 IRQ_TYPE_LEVEL_HIGH>,
3789                                              <GIC_SPI 263 IRQ_TYPE_LEVEL_HIGH>,
3790                                              <GIC_SPI 264 IRQ_TYPE_LEVEL_HIGH>;
3791                                 #mbox-cells = <1>;
3792                                 ti,mbox-num-users = <4>;
3793                                 ti,mbox-num-fifos = <12>;
3794                                 status = "disabled";
3795                         };
3796                 };
3797
3798                 target-module@48000 {                   /* 0x48848000, ap 47 36.0 */
3799                         compatible = "ti,sysc";
3800                         status = "disabled";
3801                         #address-cells = <1>;
3802                         #size-cells = <1>;
3803                         ranges = <0x0 0x48000 0x1000>;
3804                 };
3805
3806                 target-module@4a000 {                   /* 0x4884a000, ap 49 38.0 */
3807                         compatible = "ti,sysc";
3808                         status = "disabled";
3809                         #address-cells = <1>;
3810                         #size-cells = <1>;
3811                         ranges = <0x0 0x4a000 0x1000>;
3812                 };
3813
3814                 target-module@4c000 {                   /* 0x4884c000, ap 51 44.0 */
3815                         compatible = "ti,sysc";
3816                         status = "disabled";
3817                         #address-cells = <1>;
3818                         #size-cells = <1>;
3819                         ranges = <0x0 0x4c000 0x1000>;
3820                 };
3821
3822                 target-module@4e000 {                   /* 0x4884e000, ap 53 4c.0 */
3823                         compatible = "ti,sysc";
3824                         status = "disabled";
3825                         #address-cells = <1>;
3826                         #size-cells = <1>;
3827                         ranges = <0x0 0x4e000 0x1000>;
3828                 };
3829
3830                 target-module@50000 {                   /* 0x48850000, ap 55 40.0 */
3831                         compatible = "ti,sysc";
3832                         status = "disabled";
3833                         #address-cells = <1>;
3834                         #size-cells = <1>;
3835                         ranges = <0x0 0x50000 0x1000>;
3836                 };
3837
3838                 target-module@52000 {                   /* 0x48852000, ap 57 54.0 */
3839                         compatible = "ti,sysc";
3840                         status = "disabled";
3841                         #address-cells = <1>;
3842                         #size-cells = <1>;
3843                         ranges = <0x0 0x52000 0x1000>;
3844                 };
3845
3846                 target-module@54000 {                   /* 0x48854000, ap 59 1a.0 */
3847                         compatible = "ti,sysc";
3848                         status = "disabled";
3849                         #address-cells = <1>;
3850                         #size-cells = <1>;
3851                         ranges = <0x0 0x54000 0x1000>;
3852                 };
3853
3854                 target-module@56000 {                   /* 0x48856000, ap 61 22.0 */
3855                         compatible = "ti,sysc";
3856                         status = "disabled";
3857                         #address-cells = <1>;
3858                         #size-cells = <1>;
3859                         ranges = <0x0 0x56000 0x1000>;
3860                 };
3861
3862                 target-module@58000 {                   /* 0x48858000, ap 63 2a.0 */
3863                         compatible = "ti,sysc";
3864                         status = "disabled";
3865                         #address-cells = <1>;
3866                         #size-cells = <1>;
3867                         ranges = <0x0 0x58000 0x1000>;
3868                 };
3869
3870                 target-module@5a000 {                   /* 0x4885a000, ap 65 5c.0 */
3871                         compatible = "ti,sysc";
3872                         status = "disabled";
3873                         #address-cells = <1>;
3874                         #size-cells = <1>;
3875                         ranges = <0x0 0x5a000 0x1000>;
3876                 };
3877
3878                 target-module@5c000 {                   /* 0x4885c000, ap 31 32.0 */
3879                         compatible = "ti,sysc";
3880                         status = "disabled";
3881                         #address-cells = <1>;
3882                         #size-cells = <1>;
3883                         ranges = <0x0 0x5c000 0x1000>;
3884                 };
3885
3886                 target-module@5e000 {                   /* 0x4885e000, ap 69 6c.0 */
3887                         compatible = "ti,sysc-omap4", "ti,sysc";
3888                         ti,hwmods = "mailbox9";
3889                         reg = <0x5e000 0x4>,
3890                               <0x5e010 0x4>;
3891                         reg-names = "rev", "sysc";
3892                         ti,sysc-mask = <SYSC_OMAP4_SOFTRESET>;
3893                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
3894                                         <SYSC_IDLE_NO>,
3895                                         <SYSC_IDLE_SMART>;
3896                         /* Domains (P, C): core_pwrdm, l4cfg_clkdm */
3897                         clocks = <&l4cfg_clkctrl DRA7_L4CFG_MAILBOX9_CLKCTRL 0>;
3898                         clock-names = "fck";
3899                         #address-cells = <1>;
3900                         #size-cells = <1>;
3901                         ranges = <0x0 0x5e000 0x1000>;
3902
3903                         mailbox9: mailbox@0 {
3904                                 compatible = "ti,omap4-mailbox";
3905                                 reg = <0x0 0x200>;
3906                                 interrupts = <GIC_SPI 265 IRQ_TYPE_LEVEL_HIGH>,
3907                                              <GIC_SPI 266 IRQ_TYPE_LEVEL_HIGH>,
3908                                              <GIC_SPI 267 IRQ_TYPE_LEVEL_HIGH>,
3909                                              <GIC_SPI 268 IRQ_TYPE_LEVEL_HIGH>;
3910                                 #mbox-cells = <1>;
3911                                 ti,mbox-num-users = <4>;
3912                                 ti,mbox-num-fifos = <12>;
3913                                 status = "disabled";
3914                         };
3915                 };
3916
3917                 target-module@60000 {                   /* 0x48860000, ap 71 4a.0 */
3918                         compatible = "ti,sysc-omap4", "ti,sysc";
3919                         ti,hwmods = "mailbox10";
3920                         reg = <0x60000 0x4>,
3921                               <0x60010 0x4>;
3922                         reg-names = "rev", "sysc";
3923                         ti,sysc-mask = <SYSC_OMAP4_SOFTRESET>;
3924                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
3925                                         <SYSC_IDLE_NO>,
3926                                         <SYSC_IDLE_SMART>;
3927                         /* Domains (P, C): core_pwrdm, l4cfg_clkdm */
3928                         clocks = <&l4cfg_clkctrl DRA7_L4CFG_MAILBOX10_CLKCTRL 0>;
3929                         clock-names = "fck";
3930                         #address-cells = <1>;
3931                         #size-cells = <1>;
3932                         ranges = <0x0 0x60000 0x1000>;
3933
3934                         mailbox10: mailbox@0 {
3935                                 compatible = "ti,omap4-mailbox";
3936                                 reg = <0x0 0x200>;
3937                                 interrupts = <GIC_SPI 269 IRQ_TYPE_LEVEL_HIGH>,
3938                                              <GIC_SPI 270 IRQ_TYPE_LEVEL_HIGH>,
3939                                              <GIC_SPI 271 IRQ_TYPE_LEVEL_HIGH>,
3940                                              <GIC_SPI 272 IRQ_TYPE_LEVEL_HIGH>;
3941                                 #mbox-cells = <1>;
3942                                 ti,mbox-num-users = <4>;
3943                                 ti,mbox-num-fifos = <12>;
3944                                 status = "disabled";
3945                         };
3946                 };
3947
3948                 target-module@62000 {                   /* 0x48862000, ap 73 74.0 */
3949                         compatible = "ti,sysc-omap4", "ti,sysc";
3950                         ti,hwmods = "mailbox11";
3951                         reg = <0x62000 0x4>,
3952                               <0x62010 0x4>;
3953                         reg-names = "rev", "sysc";
3954                         ti,sysc-mask = <SYSC_OMAP4_SOFTRESET>;
3955                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
3956                                         <SYSC_IDLE_NO>,
3957                                         <SYSC_IDLE_SMART>;
3958                         /* Domains (P, C): core_pwrdm, l4cfg_clkdm */
3959                         clocks = <&l4cfg_clkctrl DRA7_L4CFG_MAILBOX11_CLKCTRL 0>;
3960                         clock-names = "fck";
3961                         #address-cells = <1>;
3962                         #size-cells = <1>;
3963                         ranges = <0x0 0x62000 0x1000>;
3964
3965                         mailbox11: mailbox@0 {
3966                                 compatible = "ti,omap4-mailbox";
3967                                 reg = <0x0 0x200>;
3968                                 interrupts = <GIC_SPI 273 IRQ_TYPE_LEVEL_HIGH>,
3969                                              <GIC_SPI 274 IRQ_TYPE_LEVEL_HIGH>,
3970                                              <GIC_SPI 275 IRQ_TYPE_LEVEL_HIGH>,
3971                                              <GIC_SPI 276 IRQ_TYPE_LEVEL_HIGH>;
3972                                 #mbox-cells = <1>;
3973                                 ti,mbox-num-users = <4>;
3974                                 ti,mbox-num-fifos = <12>;
3975                                 status = "disabled";
3976                         };
3977                 };
3978
3979                 target-module@64000 {                   /* 0x48864000, ap 67 52.0 */
3980                         compatible = "ti,sysc-omap4", "ti,sysc";
3981                         ti,hwmods = "mailbox12";
3982                         reg = <0x64000 0x4>,
3983                               <0x64010 0x4>;
3984                         reg-names = "rev", "sysc";
3985                         ti,sysc-mask = <SYSC_OMAP4_SOFTRESET>;
3986                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
3987                                         <SYSC_IDLE_NO>,
3988                                         <SYSC_IDLE_SMART>;
3989                         /* Domains (P, C): core_pwrdm, l4cfg_clkdm */
3990                         clocks = <&l4cfg_clkctrl DRA7_L4CFG_MAILBOX12_CLKCTRL 0>;
3991                         clock-names = "fck";
3992                         #address-cells = <1>;
3993                         #size-cells = <1>;
3994                         ranges = <0x0 0x64000 0x1000>;
3995
3996                         mailbox12: mailbox@0 {
3997                                 compatible = "ti,omap4-mailbox";
3998                                 reg = <0x0 0x200>;
3999                                 interrupts = <GIC_SPI 277 IRQ_TYPE_LEVEL_HIGH>,
4000                                              <GIC_SPI 278 IRQ_TYPE_LEVEL_HIGH>,
4001                                              <GIC_SPI 279 IRQ_TYPE_LEVEL_HIGH>,
4002                                              <GIC_SPI 280 IRQ_TYPE_LEVEL_HIGH>;
4003                                 #mbox-cells = <1>;
4004                                 ti,mbox-num-users = <4>;
4005                                 ti,mbox-num-fifos = <12>;
4006                                 status = "disabled";
4007                         };
4008                 };
4009
4010                 target-module@80000 {                   /* 0x48880000, ap 83 0e.1 */
4011                         compatible = "ti,sysc-omap4", "ti,sysc";
4012                         ti,hwmods = "usb_otg_ss1";
4013                         reg = <0x80000 0x4>,
4014                               <0x80010 0x4>;
4015                         reg-names = "rev", "sysc";
4016                         ti,sysc-mask = <SYSC_OMAP4_DMADISABLE>;
4017                         ti,sysc-midle = <SYSC_IDLE_FORCE>,
4018                                         <SYSC_IDLE_NO>,
4019                                         <SYSC_IDLE_SMART>,
4020                                         <SYSC_IDLE_SMART_WKUP>;
4021                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
4022                                         <SYSC_IDLE_NO>,
4023                                         <SYSC_IDLE_SMART>,
4024                                         <SYSC_IDLE_SMART_WKUP>;
4025                         /* Domains (P, C): l3init_pwrdm, l3init_clkdm */
4026                         clocks = <&l3init_clkctrl DRA7_L3INIT_USB_OTG_SS1_CLKCTRL 0>;
4027                         clock-names = "fck";
4028                         #address-cells = <1>;
4029                         #size-cells = <1>;
4030                         ranges = <0x0 0x80000 0x20000>;
4031
4032                         omap_dwc3_1: omap_dwc3_1@0 {
4033                                 compatible = "ti,dwc3";
4034                                 reg = <0x0 0x10000>;
4035                                 interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
4036                                 #address-cells = <1>;
4037                                 #size-cells = <1>;
4038                                 utmi-mode = <2>;
4039                                 ranges = <0 0 0x20000>;
4040
4041                                 usb1: usb@10000 {
4042                                         compatible = "snps,dwc3";
4043                                         reg = <0x10000 0x17000>;
4044                                         interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>,
4045                                                      <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>,
4046                                                      <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
4047                                         interrupt-names = "peripheral",
4048                                                           "host",
4049                                                           "otg";
4050                                         phys = <&usb2_phy1>, <&usb3_phy1>;
4051                                         phy-names = "usb2-phy", "usb3-phy";
4052                                         maximum-speed = "super-speed";
4053                                         dr_mode = "otg";
4054                                         snps,dis_u3_susphy_quirk;
4055                                         snps,dis_u2_susphy_quirk;
4056                                 };
4057                         };
4058                 };
4059
4060                 target-module@c0000 {                   /* 0x488c0000, ap 79 06.0 */
4061                         compatible = "ti,sysc-omap4", "ti,sysc";
4062                         ti,hwmods = "usb_otg_ss2";
4063                         reg = <0xc0000 0x4>,
4064                               <0xc0010 0x4>;
4065                         reg-names = "rev", "sysc";
4066                         ti,sysc-mask = <SYSC_OMAP4_DMADISABLE>;
4067                         ti,sysc-midle = <SYSC_IDLE_FORCE>,
4068                                         <SYSC_IDLE_NO>,
4069                                         <SYSC_IDLE_SMART>,
4070                                         <SYSC_IDLE_SMART_WKUP>;
4071                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
4072                                         <SYSC_IDLE_NO>,
4073                                         <SYSC_IDLE_SMART>,
4074                                         <SYSC_IDLE_SMART_WKUP>;
4075                         /* Domains (P, C): l3init_pwrdm, l3init_clkdm */
4076                         clocks = <&l3init_clkctrl DRA7_L3INIT_USB_OTG_SS2_CLKCTRL 0>;
4077                         clock-names = "fck";
4078                         #address-cells = <1>;
4079                         #size-cells = <1>;
4080                         ranges = <0x0 0xc0000 0x20000>;
4081
4082                         omap_dwc3_2: omap_dwc3_2@0 {
4083                                 compatible = "ti,dwc3";
4084                                 reg = <0x0 0x10000>;
4085                                 interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
4086                                 #address-cells = <1>;
4087                                 #size-cells = <1>;
4088                                 utmi-mode = <2>;
4089                                 ranges = <0 0 0x20000>;
4090
4091                                 usb2: usb@10000 {
4092                                         compatible = "snps,dwc3";
4093                                         reg = <0x10000 0x17000>;
4094                                         interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>,
4095                                                      <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>,
4096                                                      <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
4097                                         interrupt-names = "peripheral",
4098                                                           "host",
4099                                                           "otg";
4100                                         phys = <&usb2_phy2>;
4101                                         phy-names = "usb2-phy";
4102                                         maximum-speed = "high-speed";
4103                                         dr_mode = "otg";
4104                                         snps,dis_u3_susphy_quirk;
4105                                         snps,dis_u2_susphy_quirk;
4106                                         snps,dis_metastability_quirk;
4107                                 };
4108                         };
4109                 };
4110
4111                 usb3_tm: target-module@100000 {         /* 0x48900000, ap 85 04.0 */
4112                         compatible = "ti,sysc-omap4", "ti,sysc";
4113                         ti,hwmods = "usb_otg_ss3";
4114                         reg = <0x100000 0x4>,
4115                               <0x100010 0x4>;
4116                         reg-names = "rev", "sysc";
4117                         ti,sysc-mask = <SYSC_OMAP4_DMADISABLE>;
4118                         ti,sysc-midle = <SYSC_IDLE_FORCE>,
4119                                         <SYSC_IDLE_NO>,
4120                                         <SYSC_IDLE_SMART>,
4121                                         <SYSC_IDLE_SMART_WKUP>;
4122                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
4123                                         <SYSC_IDLE_NO>,
4124                                         <SYSC_IDLE_SMART>,
4125                                         <SYSC_IDLE_SMART_WKUP>;
4126                         /* Domains (P, C): l3init_pwrdm, l3init_clkdm */
4127                         clocks = <&l3init_clkctrl DRA7_L3INIT_USB_OTG_SS3_CLKCTRL 0>;
4128                         clock-names = "fck";
4129                         #address-cells = <1>;
4130                         #size-cells = <1>;
4131                         ranges = <0x0 0x100000 0x20000>;
4132
4133                         omap_dwc3_3: omap_dwc3_3@0 {
4134                                 compatible = "ti,dwc3";
4135                                 reg = <0x0 0x10000>;
4136                                 interrupts = <GIC_SPI 344 IRQ_TYPE_LEVEL_HIGH>;
4137                                 #address-cells = <1>;
4138                                 #size-cells = <1>;
4139                                 utmi-mode = <2>;
4140                                 ranges = <0 0 0x20000>;
4141                                 status = "disabled";
4142
4143                                 usb3: usb@10000 {
4144                                         compatible = "snps,dwc3";
4145                                         reg = <0x10000 0x17000>;
4146                                         interrupts = <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>,
4147                                                      <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>,
4148                                                      <GIC_SPI 344 IRQ_TYPE_LEVEL_HIGH>;
4149                                         interrupt-names = "peripheral",
4150                                                           "host",
4151                                                           "otg";
4152                                         maximum-speed = "high-speed";
4153                                         dr_mode = "otg";
4154                                         snps,dis_u3_susphy_quirk;
4155                                         snps,dis_u2_susphy_quirk;
4156                                 };
4157                         };
4158                 };
4159
4160                 usb4_tm: target-module@140000 {         /* 0x48940000, ap 75 3c.0 */
4161                         compatible = "ti,sysc-omap4", "ti,sysc";
4162                         ti,hwmods = "usb_otg_ss4";
4163                         reg = <0x140000 0x4>,
4164                               <0x140010 0x4>;
4165                         reg-names = "rev", "sysc";
4166                         ti,sysc-mask = <SYSC_OMAP4_DMADISABLE>;
4167                         ti,sysc-midle = <SYSC_IDLE_FORCE>,
4168                                         <SYSC_IDLE_NO>,
4169                                         <SYSC_IDLE_SMART>,
4170                                         <SYSC_IDLE_SMART_WKUP>;
4171                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
4172                                         <SYSC_IDLE_NO>,
4173                                         <SYSC_IDLE_SMART>,
4174                                         <SYSC_IDLE_SMART_WKUP>;
4175                         /* Domains (P, C): l3init_pwrdm, l3init_clkdm */
4176                         clocks = <&l3init_clkctrl DRA7_L3INIT_USB_OTG_SS4_CLKCTRL 0>;
4177                         clock-names = "fck";
4178                         #address-cells = <1>;
4179                         #size-cells = <1>;
4180                         ranges = <0x0 0x140000 0x20000>;
4181                 };
4182
4183                 target-module@170000 {                  /* 0x48970000, ap 21 0a.0 */
4184                         compatible = "ti,sysc";
4185                         status = "disabled";
4186                         #address-cells = <1>;
4187                         #size-cells = <1>;
4188                         ranges = <0x0 0x170000 0x10000>;
4189                 };
4190
4191                 target-module@190000 {                  /* 0x48990000, ap 23 2e.0 */
4192                         compatible = "ti,sysc";
4193                         status = "disabled";
4194                         #address-cells = <1>;
4195                         #size-cells = <1>;
4196                         ranges = <0x0 0x190000 0x10000>;
4197                 };
4198
4199                 target-module@1b0000 {                  /* 0x489b0000, ap 25 34.0 */
4200                         compatible = "ti,sysc";
4201                         status = "disabled";
4202                         #address-cells = <1>;
4203                         #size-cells = <1>;
4204                         ranges = <0x0 0x1b0000 0x10000>;
4205                 };
4206
4207                 target-module@1d0000 {                  /* 0x489d0000, ap 27 30.0 */
4208                         compatible = "ti,sysc";
4209                         status = "disabled";
4210                         #address-cells = <1>;
4211                         #size-cells = <1>;
4212                         ranges = <0x0 0x1d0000 0x10000>;
4213                 };
4214         };
4215 };
4216
4217 &l4_wkup {                                              /* 0x4ae00000 */
4218         compatible = "ti,dra7-l4-wkup", "simple-bus";
4219         reg = <0x4ae00000 0x800>,
4220               <0x4ae00800 0x800>,
4221               <0x4ae01000 0x1000>;
4222         reg-names = "ap", "la", "ia0";
4223         #address-cells = <1>;
4224         #size-cells = <1>;
4225         ranges = <0x00000000 0x4ae00000 0x010000>,      /* segment 0 */
4226                  <0x00010000 0x4ae10000 0x010000>,      /* segment 1 */
4227                  <0x00020000 0x4ae20000 0x010000>,      /* segment 2 */
4228                  <0x00030000 0x4ae30000 0x010000>;      /* segment 3 */
4229
4230         segment@0 {                                     /* 0x4ae00000 */
4231                 compatible = "simple-bus";
4232                 #address-cells = <1>;
4233                 #size-cells = <1>;
4234                 ranges = <0x00000000 0x00000000 0x000800>,      /* ap 0 */
4235                          <0x00001000 0x00001000 0x001000>,      /* ap 1 */
4236                          <0x00000800 0x00000800 0x000800>,      /* ap 2 */
4237                          <0x00006000 0x00006000 0x002000>,      /* ap 3 */
4238                          <0x00008000 0x00008000 0x001000>,      /* ap 4 */
4239                          <0x00004000 0x00004000 0x001000>,      /* ap 15 */
4240                          <0x00005000 0x00005000 0x001000>,      /* ap 16 */
4241                          <0x0000c000 0x0000c000 0x001000>,      /* ap 17 */
4242                          <0x0000d000 0x0000d000 0x001000>;      /* ap 18 */
4243
4244                 target-module@4000 {                    /* 0x4ae04000, ap 15 40.0 */
4245                         compatible = "ti,sysc-omap2", "ti,sysc";
4246                         ti,hwmods = "counter_32k";
4247                         reg = <0x4000 0x4>,
4248                               <0x4010 0x4>;
4249                         reg-names = "rev", "sysc";
4250                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
4251                                         <SYSC_IDLE_NO>,
4252                                         <SYSC_IDLE_SMART>,
4253                                         <SYSC_IDLE_SMART_WKUP>;
4254                         /* Domains (P, C): wkupaon_pwrdm, wkupaon_clkdm */
4255                         clocks = <&wkupaon_clkctrl DRA7_WKUPAON_COUNTER_32K_CLKCTRL 0>;
4256                         clock-names = "fck";
4257                         #address-cells = <1>;
4258                         #size-cells = <1>;
4259                         ranges = <0x0 0x4000 0x1000>;
4260
4261                         counter32k: counter@0 {
4262                                 compatible = "ti,omap-counter32k";
4263                                 reg = <0x0 0x40>;
4264                         };
4265                 };
4266
4267                 target-module@6000 {                    /* 0x4ae06000, ap 3 10.0 */
4268                         compatible = "ti,sysc-omap4", "ti,sysc";
4269                         reg = <0x6000 0x4>;
4270                         reg-names = "rev";
4271                         #address-cells = <1>;
4272                         #size-cells = <1>;
4273                         ranges = <0x0 0x6000 0x2000>;
4274
4275                         prm: prm@0 {
4276                                 compatible = "ti,dra7-prm", "simple-bus";
4277                                 reg = <0 0x3000>;
4278                                 interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
4279                                 #address-cells = <1>;
4280                                 #size-cells = <1>;
4281                                 ranges = <0 0 0x3000>;
4282
4283                                 prm_clocks: clocks {
4284                                         #address-cells = <1>;
4285                                         #size-cells = <0>;
4286                                 };
4287
4288                                 prm_clockdomains: clockdomains {
4289                                 };
4290                         };
4291                 };
4292
4293                 target-module@c000 {                    /* 0x4ae0c000, ap 17 50.0 */
4294                         compatible = "ti,sysc-omap4", "ti,sysc";
4295                         reg = <0xc000 0x4>;
4296                         reg-names = "rev";
4297                         #address-cells = <1>;
4298                         #size-cells = <1>;
4299                         ranges = <0x0 0xc000 0x1000>;
4300
4301                         scm_wkup: scm_conf@0 {
4302                                 compatible = "syscon";
4303                                 reg = <0 0x1000>;
4304                         };
4305                 };
4306         };
4307
4308         segment@10000 {                                 /* 0x4ae10000 */
4309                 compatible = "simple-bus";
4310                 #address-cells = <1>;
4311                 #size-cells = <1>;
4312                 ranges = <0x00000000 0x00010000 0x001000>,      /* ap 5 */
4313                          <0x00001000 0x00011000 0x001000>,      /* ap 6 */
4314                          <0x00004000 0x00014000 0x001000>,      /* ap 7 */
4315                          <0x00005000 0x00015000 0x001000>,      /* ap 8 */
4316                          <0x00008000 0x00018000 0x001000>,      /* ap 9 */
4317                          <0x00009000 0x00019000 0x001000>,      /* ap 10 */
4318                          <0x0000c000 0x0001c000 0x001000>,      /* ap 11 */
4319                          <0x0000d000 0x0001d000 0x001000>;      /* ap 12 */
4320
4321                 target-module@0 {                       /* 0x4ae10000, ap 5 20.0 */
4322                         compatible = "ti,sysc-omap2", "ti,sysc";
4323                         reg = <0x0 0x4>,
4324                               <0x10 0x4>,
4325                               <0x114 0x4>;
4326                         reg-names = "rev", "sysc", "syss";
4327                         ti,sysc-mask = <(SYSC_OMAP2_ENAWAKEUP |
4328                                          SYSC_OMAP2_SOFTRESET |
4329                                          SYSC_OMAP2_AUTOIDLE)>;
4330                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
4331                                         <SYSC_IDLE_NO>,
4332                                         <SYSC_IDLE_SMART>,
4333                                         <SYSC_IDLE_SMART_WKUP>;
4334                         ti,syss-mask = <1>;
4335                         /* Domains (P, C): wkupaon_pwrdm, wkupaon_clkdm */
4336                         clocks = <&wkupaon_clkctrl DRA7_WKUPAON_GPIO1_CLKCTRL 0>,
4337                                  <&wkupaon_clkctrl DRA7_WKUPAON_GPIO1_CLKCTRL 8>;
4338                         clock-names = "fck", "dbclk";
4339                         #address-cells = <1>;
4340                         #size-cells = <1>;
4341                         ranges = <0x0 0x0 0x1000>;
4342
4343                         gpio1: gpio@0 {
4344                                 compatible = "ti,omap4-gpio";
4345                                 reg = <0x0 0x200>;
4346                                 interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
4347                                 gpio-controller;
4348                                 #gpio-cells = <2>;
4349                                 interrupt-controller;
4350                                 #interrupt-cells = <2>;
4351                         };
4352                 };
4353
4354                 target-module@4000 {                    /* 0x4ae14000, ap 7 28.0 */
4355                         compatible = "ti,sysc-omap2", "ti,sysc";
4356                         ti,hwmods = "wd_timer2";
4357                         reg = <0x4000 0x4>,
4358                               <0x4010 0x4>,
4359                               <0x4014 0x4>;
4360                         reg-names = "rev", "sysc", "syss";
4361                         ti,sysc-mask = <(SYSC_OMAP2_EMUFREE |
4362                                          SYSC_OMAP2_SOFTRESET)>;
4363                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
4364                                         <SYSC_IDLE_NO>,
4365                                         <SYSC_IDLE_SMART>,
4366                                         <SYSC_IDLE_SMART_WKUP>;
4367                         ti,syss-mask = <1>;
4368                         /* Domains (P, C): wkupaon_pwrdm, wkupaon_clkdm */
4369                         clocks = <&wkupaon_clkctrl DRA7_WKUPAON_WD_TIMER2_CLKCTRL 0>;
4370                         clock-names = "fck";
4371                         #address-cells = <1>;
4372                         #size-cells = <1>;
4373                         ranges = <0x0 0x4000 0x1000>;
4374
4375                         wdt2: wdt@0 {
4376                                 compatible = "ti,omap3-wdt";
4377                                 reg = <0x0 0x80>;
4378                                 interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
4379                         };
4380                 };
4381
4382                 target-module@8000 {                    /* 0x4ae18000, ap 9 30.0 */
4383                         compatible = "ti,sysc-omap4-timer", "ti,sysc";
4384                         ti,hwmods = "timer1";
4385                         reg = <0x8000 0x4>,
4386                               <0x8010 0x4>;
4387                         reg-names = "rev", "sysc";
4388                         ti,sysc-mask = <(SYSC_OMAP4_FREEEMU |
4389                                          SYSC_OMAP4_SOFTRESET)>;
4390                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
4391                                         <SYSC_IDLE_NO>,
4392                                         <SYSC_IDLE_SMART>,
4393                                         <SYSC_IDLE_SMART_WKUP>;
4394                         /* Domains (P, C): wkupaon_pwrdm, wkupaon_clkdm */
4395                         clocks = <&wkupaon_clkctrl DRA7_WKUPAON_TIMER1_CLKCTRL 0>;
4396                         clock-names = "fck";
4397                         #address-cells = <1>;
4398                         #size-cells = <1>;
4399                         ranges = <0x0 0x8000 0x1000>;
4400
4401                         timer1: timer@0 {
4402                                 compatible = "ti,omap5430-timer";
4403                                 reg = <0x0 0x80>;
4404                                 clocks = <&wkupaon_clkctrl DRA7_WKUPAON_TIMER1_CLKCTRL 24>;
4405                                 clock-names = "fck";
4406                                 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
4407                                 ti,timer-alwon;
4408                         };
4409                 };
4410
4411                 target-module@c000 {                    /* 0x4ae1c000, ap 11 38.0 */
4412                         compatible = "ti,sysc";
4413                         status = "disabled";
4414                         #address-cells = <1>;
4415                         #size-cells = <1>;
4416                         ranges = <0x0 0xc000 0x1000>;
4417                 };
4418         };
4419
4420         segment@20000 {                                 /* 0x4ae20000 */
4421                 compatible = "simple-bus";
4422                 #address-cells = <1>;
4423                 #size-cells = <1>;
4424                 ranges = <0x00006000 0x00026000 0x001000>,      /* ap 13 */
4425                          <0x0000a000 0x0002a000 0x001000>,      /* ap 14 */
4426                          <0x00000000 0x00020000 0x001000>,      /* ap 19 */
4427                          <0x00001000 0x00021000 0x001000>,      /* ap 20 */
4428                          <0x00002000 0x00022000 0x001000>,      /* ap 21 */
4429                          <0x00003000 0x00023000 0x001000>,      /* ap 22 */
4430                          <0x00007000 0x00027000 0x000400>,      /* ap 23 */
4431                          <0x00008000 0x00028000 0x000800>,      /* ap 24 */
4432                          <0x00009000 0x00029000 0x000100>,      /* ap 25 */
4433                          <0x00008800 0x00028800 0x000200>,      /* ap 26 */
4434                          <0x00008a00 0x00028a00 0x000100>,      /* ap 27 */
4435                          <0x0000b000 0x0002b000 0x001000>,      /* ap 28 */
4436                          <0x0000c000 0x0002c000 0x001000>,      /* ap 29 */
4437                          <0x0000f000 0x0002f000 0x001000>;      /* ap 32 */
4438
4439                 target-module@0 {                       /* 0x4ae20000, ap 19 08.0 */
4440                         compatible = "ti,sysc-omap4-timer", "ti,sysc";
4441                         ti,hwmods = "timer12";
4442                         reg = <0x0 0x4>,
4443                               <0x10 0x4>;
4444                         reg-names = "rev", "sysc";
4445                         ti,sysc-mask = <(SYSC_OMAP4_FREEEMU |
4446                                          SYSC_OMAP4_SOFTRESET)>;
4447                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
4448                                         <SYSC_IDLE_NO>,
4449                                         <SYSC_IDLE_SMART>,
4450                                         <SYSC_IDLE_SMART_WKUP>;
4451                         /* Domains (P, C): wkupaon_pwrdm, wkupaon_clkdm */
4452                         clocks = <&wkupaon_clkctrl DRA7_WKUPAON_TIMER12_CLKCTRL 0>;
4453                         clock-names = "fck";
4454                         #address-cells = <1>;
4455                         #size-cells = <1>;
4456                         ranges = <0x0 0x0 0x1000>;
4457
4458                         timer12: timer@0 {
4459                                 compatible = "ti,omap5430-timer";
4460                                 reg = <0x0 0x80>;
4461                                 interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>;
4462                                 ti,timer-alwon;
4463                                 ti,timer-secure;
4464                         };
4465                 };
4466
4467                 target-module@2000 {                    /* 0x4ae22000, ap 21 18.0 */
4468                         compatible = "ti,sysc";
4469                         status = "disabled";
4470                         #address-cells = <1>;
4471                         #size-cells = <1>;
4472                         ranges = <0x0 0x2000 0x1000>;
4473                 };
4474
4475                 target-module@6000 {                    /* 0x4ae26000, ap 13 48.0 */
4476                         compatible = "ti,sysc";
4477                         status = "disabled";
4478                         #address-cells = <1>;
4479                         #size-cells = <1>;
4480                         ranges = <0x00000000 0x00006000 0x00001000>,
4481                                  <0x00001000 0x00007000 0x00000400>,
4482                                  <0x00002000 0x00008000 0x00000800>,
4483                                  <0x00002800 0x00008800 0x00000200>,
4484                                  <0x00002a00 0x00008a00 0x00000100>,
4485                                  <0x00003000 0x00009000 0x00000100>;
4486                 };
4487
4488                 target-module@b000 {                    /* 0x4ae2b000, ap 28 02.0 */
4489                         compatible = "ti,sysc-omap2", "ti,sysc";
4490                         reg = <0xb050 0x4>,
4491                               <0xb054 0x4>,
4492                               <0xb058 0x4>;
4493                         reg-names = "rev", "sysc", "syss";
4494                         ti,sysc-mask = <(SYSC_OMAP2_ENAWAKEUP |
4495                                          SYSC_OMAP2_SOFTRESET |
4496                                          SYSC_OMAP2_AUTOIDLE)>;
4497                         ti,sysc-sidle = <SYSC_IDLE_FORCE>,
4498                                         <SYSC_IDLE_NO>,
4499                                         <SYSC_IDLE_SMART>,
4500                                         <SYSC_IDLE_SMART_WKUP>;
4501                         ti,syss-mask = <1>;
4502                         /* Domains (P, C): wkupaon_pwrdm, wkupaon_clkdm */
4503                         clocks = <&wkupaon_clkctrl DRA7_WKUPAON_UART10_CLKCTRL 0>;
4504                         clock-names = "fck";
4505                         #address-cells = <1>;
4506                         #size-cells = <1>;
4507                         ranges = <0x0 0xb000 0x1000>;
4508
4509                         uart10: serial@0 {
4510                                 compatible = "ti,dra742-uart", "ti,omap4-uart";
4511                                 reg = <0x0 0x100>;
4512                                 interrupts = <GIC_SPI 221 IRQ_TYPE_LEVEL_HIGH>;
4513                                 clock-frequency = <48000000>;
4514                                 status = "disabled";
4515                         };
4516                 };
4517
4518                 target-module@f000 {                    /* 0x4ae2f000, ap 32 58.0 */
4519                         compatible = "ti,sysc";
4520                         status = "disabled";
4521                         #address-cells = <1>;
4522                         #size-cells = <1>;
4523                         ranges = <0x0 0xf000 0x1000>;
4524                 };
4525         };
4526
4527         segment@30000 {                                 /* 0x4ae30000 */
4528                 compatible = "simple-bus";
4529                 #address-cells = <1>;
4530                 #size-cells = <1>;
4531                 ranges = <0x0000c000 0x0003c000 0x002000>,      /* ap 30 */
4532                          <0x0000e000 0x0003e000 0x001000>,      /* ap 31 */
4533                          <0x00000000 0x00030000 0x001000>,      /* ap 33 */
4534                          <0x00001000 0x00031000 0x001000>,      /* ap 34 */
4535                          <0x00002000 0x00032000 0x001000>,      /* ap 35 */
4536                          <0x00003000 0x00033000 0x001000>,      /* ap 36 */
4537                          <0x00004000 0x00034000 0x001000>,      /* ap 37 */
4538                          <0x00005000 0x00035000 0x001000>,      /* ap 38 */
4539                          <0x00006000 0x00036000 0x001000>,      /* ap 39 */
4540                          <0x00007000 0x00037000 0x001000>,      /* ap 40 */
4541                          <0x00008000 0x00038000 0x001000>,      /* ap 41 */
4542                          <0x00009000 0x00039000 0x001000>,      /* ap 42 */
4543                          <0x0000a000 0x0003a000 0x001000>;      /* ap 43 */
4544
4545                 target-module@1000 {                    /* 0x4ae31000, ap 34 60.0 */
4546                         compatible = "ti,sysc";
4547                         status = "disabled";
4548                         #address-cells = <1>;
4549                         #size-cells = <1>;
4550                         ranges = <0x0 0x1000 0x1000>;
4551                 };
4552
4553                 target-module@3000 {                    /* 0x4ae33000, ap 36 0a.0 */
4554                         compatible = "ti,sysc";
4555                         status = "disabled";
4556                         #address-cells = <1>;
4557                         #size-cells = <1>;
4558                         ranges = <0x0 0x3000 0x1000>;
4559                 };
4560
4561                 target-module@5000 {                    /* 0x4ae35000, ap 38 0c.0 */
4562                         compatible = "ti,sysc";
4563                         status = "disabled";
4564                         #address-cells = <1>;
4565                         #size-cells = <1>;
4566                         ranges = <0x0 0x5000 0x1000>;
4567                 };
4568
4569                 target-module@7000 {                    /* 0x4ae37000, ap 40 68.0 */
4570                         compatible = "ti,sysc";
4571                         status = "disabled";
4572                         #address-cells = <1>;
4573                         #size-cells = <1>;
4574                         ranges = <0x0 0x7000 0x1000>;
4575                 };
4576
4577                 target-module@9000 {                    /* 0x4ae39000, ap 42 70.0 */
4578                         compatible = "ti,sysc";
4579                         status = "disabled";
4580                         #address-cells = <1>;
4581                         #size-cells = <1>;
4582                         ranges = <0x0 0x9000 0x1000>;
4583                 };
4584
4585                 target-module@c000 {                    /* 0x4ae3c000, ap 30 04.0 */
4586                         compatible = "ti,sysc-omap4", "ti,sysc";
4587                         reg = <0xc020 0x4>;
4588                         reg-names = "rev";
4589                         clocks = <&wkupaon_clkctrl DRA7_WKUPAON_DCAN1_CLKCTRL 0>;
4590                         clock-names = "fck";
4591                         #address-cells = <1>;
4592                         #size-cells = <1>;
4593                         ranges = <0x0 0xc000 0x2000>;
4594
4595                         dcan1: can@0 {
4596                                 compatible = "ti,dra7-d_can";
4597                                 reg = <0x0 0x2000>;
4598                                 syscon-raminit = <&scm_conf 0x558 0>;
4599                                 interrupts = <GIC_SPI 222 IRQ_TYPE_LEVEL_HIGH>;
4600                                 clocks = <&wkupaon_clkctrl DRA7_WKUPAON_DCAN1_CLKCTRL 24>;
4601                                 status = "disabled";
4602                         };
4603                 };
4604         };
4605 };
4606