blob: fb61fe98e3dead2abe2998f9ef69da2e904215f8 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Jagannadha Sutradharudu Teki369ccb12014-01-09 01:48:26 +05302/*
3 * Xilinx Zynq 7000 DTSI
4 * Describes the hardware common to all Zynq 7000-based boards.
5 *
Michal Simekca87b552015-07-22 11:18:43 +02006 * Copyright (C) 2011 - 2015 Xilinx
Jagannadha Sutradharudu Teki369ccb12014-01-09 01:48:26 +05307 */
Jagannadha Sutradharudu Teki369ccb12014-01-09 01:48:26 +05308
9/ {
Michal Simekb3585f42016-11-11 13:11:37 +010010 #address-cells = <1>;
11 #size-cells = <1>;
Jagannadha Sutradharudu Teki369ccb12014-01-09 01:48:26 +053012 compatible = "xlnx,zynq-7000";
Masahiro Yamada5e6b8aa2014-05-15 20:37:53 +090013
Michal Simekc9ac4dd2023-08-03 14:51:53 +020014 options {
15 u-boot {
16 compatible = "u-boot,config";
17 bootscr-address = /bits/ 64 <0x3000000>;
18 };
19 };
20
Masahiro Yamada5e6b8aa2014-05-15 20:37:53 +090021 cpus {
22 #address-cells = <1>;
23 #size-cells = <0>;
24
Moritz Fischerae8f14a2016-12-12 08:48:50 -080025 cpu0: cpu@0 {
Masahiro Yamada5e6b8aa2014-05-15 20:37:53 +090026 compatible = "arm,cortex-a9";
27 device_type = "cpu";
28 reg = <0>;
29 clocks = <&clkc 3>;
30 clock-latency = <1000>;
Michal Simeka943cd02015-07-22 10:38:45 +020031 cpu0-supply = <&regulator_vccpint>;
Masahiro Yamada5e6b8aa2014-05-15 20:37:53 +090032 operating-points = <
33 /* kHz uV */
34 666667 1000000
35 333334 1000000
Masahiro Yamada5e6b8aa2014-05-15 20:37:53 +090036 >;
37 };
38
Moritz Fischerae8f14a2016-12-12 08:48:50 -080039 cpu1: cpu@1 {
Masahiro Yamada5e6b8aa2014-05-15 20:37:53 +090040 compatible = "arm,cortex-a9";
41 device_type = "cpu";
42 reg = <1>;
43 clocks = <&clkc 3>;
44 };
45 };
46
Michal Simek54f4d072017-02-14 17:40:21 +010047 fpga_full: fpga-full {
48 compatible = "fpga-region";
49 fpga-mgr = <&devcfg>;
50 #address-cells = <1>;
51 #size-cells = <1>;
52 ranges;
53 };
54
Michal Simekb3585f42016-11-11 13:11:37 +010055 pmu@f8891000 {
Masahiro Yamada5e6b8aa2014-05-15 20:37:53 +090056 compatible = "arm,cortex-a9-pmu";
57 interrupts = <0 5 4>, <0 6 4>;
58 interrupt-parent = <&intc>;
Michal Simekddf924f2016-11-16 09:29:57 +010059 reg = <0xf8891000 0x1000>,
60 <0xf8893000 0x1000>;
Masahiro Yamada5e6b8aa2014-05-15 20:37:53 +090061 };
62
Michal Simekb3585f42016-11-11 13:11:37 +010063 regulator_vccpint: fixedregulator {
Michal Simeka943cd02015-07-22 10:38:45 +020064 compatible = "regulator-fixed";
65 regulator-name = "VCCPINT";
66 regulator-min-microvolt = <1000000>;
67 regulator-max-microvolt = <1000000>;
68 regulator-boot-on;
69 regulator-always-on;
70 };
71
Zumeng Chen29f0f942019-09-23 17:47:09 +080072 replicator {
73 compatible = "arm,coresight-static-replicator";
74 clocks = <&clkc 27>, <&clkc 46>, <&clkc 47>;
75 clock-names = "apb_pclk", "dbg_trc", "dbg_apb";
76
77 out-ports {
78 #address-cells = <1>;
79 #size-cells = <0>;
80
81 /* replicator output ports */
82 port@0 {
83 reg = <0>;
84 replicator_out_port0: endpoint {
85 remote-endpoint = <&tpiu_in_port>;
86 };
87 };
88 port@1 {
89 reg = <1>;
90 replicator_out_port1: endpoint {
91 remote-endpoint = <&etb_in_port>;
92 };
93 };
94 };
95 in-ports {
96 /* replicator input port */
97 port {
98 replicator_in_port0: endpoint {
99 remote-endpoint = <&funnel_out_port>;
100 };
101 };
102 };
103 };
104
Michal Simekd0fb19c2020-11-26 14:25:01 +0100105 amba: axi {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700106 bootph-all;
Masahiro Yamada5e6b8aa2014-05-15 20:37:53 +0900107 compatible = "simple-bus";
108 #address-cells = <1>;
109 #size-cells = <1>;
110 interrupt-parent = <&intc>;
111 ranges;
112
Michal Simekb829de52015-07-22 10:32:05 +0200113 adc: adc@f8007100 {
114 compatible = "xlnx,zynq-xadc-1.00.a";
115 reg = <0xf8007100 0x20>;
116 interrupts = <0 7 4>;
117 interrupt-parent = <&intc>;
118 clocks = <&clkc 12>;
119 };
120
121 can0: can@e0008000 {
122 compatible = "xlnx,zynq-can-1.0";
123 status = "disabled";
124 clocks = <&clkc 19>, <&clkc 36>;
125 clock-names = "can_clk", "pclk";
126 reg = <0xe0008000 0x1000>;
127 interrupts = <0 28 4>;
128 interrupt-parent = <&intc>;
129 tx-fifo-depth = <0x40>;
130 rx-fifo-depth = <0x40>;
131 };
132
133 can1: can@e0009000 {
134 compatible = "xlnx,zynq-can-1.0";
135 status = "disabled";
136 clocks = <&clkc 20>, <&clkc 37>;
137 clock-names = "can_clk", "pclk";
138 reg = <0xe0009000 0x1000>;
139 interrupts = <0 51 4>;
140 interrupt-parent = <&intc>;
141 tx-fifo-depth = <0x40>;
142 rx-fifo-depth = <0x40>;
143 };
144
145 gpio0: gpio@e000a000 {
146 compatible = "xlnx,zynq-gpio-1.0";
147 #gpio-cells = <2>;
148 clocks = <&clkc 42>;
149 gpio-controller;
Michal Simek5d27fd82016-04-07 10:54:08 +0200150 interrupt-controller;
Michal Simekd69a70e2017-11-02 09:24:12 +0100151 #interrupt-cells = <2>;
Michal Simekb829de52015-07-22 10:32:05 +0200152 interrupt-parent = <&intc>;
153 interrupts = <0 20 4>;
154 reg = <0xe000a000 0x1000>;
155 };
156
Michal Simek45d35332015-07-22 10:28:48 +0200157 i2c0: i2c@e0004000 {
Masahiro Yamada5e6b8aa2014-05-15 20:37:53 +0900158 compatible = "cdns,i2c-r1p10";
159 status = "disabled";
160 clocks = <&clkc 38>;
161 interrupt-parent = <&intc>;
162 interrupts = <0 25 4>;
Varalaxmi Bingi2b6ea082023-07-10 14:37:27 +0200163 clock-frequency = <400000>;
Masahiro Yamada5e6b8aa2014-05-15 20:37:53 +0900164 reg = <0xe0004000 0x1000>;
165 #address-cells = <1>;
166 #size-cells = <0>;
167 };
168
Michal Simek45d35332015-07-22 10:28:48 +0200169 i2c1: i2c@e0005000 {
Masahiro Yamada5e6b8aa2014-05-15 20:37:53 +0900170 compatible = "cdns,i2c-r1p10";
171 status = "disabled";
172 clocks = <&clkc 39>;
173 interrupt-parent = <&intc>;
174 interrupts = <0 48 4>;
Varalaxmi Bingi2b6ea082023-07-10 14:37:27 +0200175 clock-frequency = <400000>;
Masahiro Yamada5e6b8aa2014-05-15 20:37:53 +0900176 reg = <0xe0005000 0x1000>;
177 #address-cells = <1>;
178 #size-cells = <0>;
179 };
180
181 intc: interrupt-controller@f8f01000 {
182 compatible = "arm,cortex-a9-gic";
183 #interrupt-cells = <3>;
Masahiro Yamada5e6b8aa2014-05-15 20:37:53 +0900184 interrupt-controller;
185 reg = <0xF8F01000 0x1000>,
186 <0xF8F00100 0x100>;
187 };
188
Michal Simek45d35332015-07-22 10:28:48 +0200189 L2: cache-controller@f8f02000 {
Masahiro Yamada5e6b8aa2014-05-15 20:37:53 +0900190 compatible = "arm,pl310-cache";
191 reg = <0xF8F02000 0x1000>;
Michal Simekbcce54b2015-07-22 11:26:08 +0200192 interrupts = <0 2 4>;
Masahiro Yamada5e6b8aa2014-05-15 20:37:53 +0900193 arm,data-latency = <3 2 2>;
194 arm,tag-latency = <2 2 2>;
195 cache-unified;
196 cache-level = <2>;
197 };
198
Michal Simekb829de52015-07-22 10:32:05 +0200199 mc: memory-controller@f8006000 {
200 compatible = "xlnx,zynq-ddrc-a05";
201 reg = <0xf8006000 0x1000>;
202 };
203
Michal Simeka835b9e2022-09-06 12:38:34 +0200204 ocm: sram@fffc0000 {
205 compatible = "mmio-sram";
206 reg = <0xfffc0000 0x10000>;
207 #address-cells = <1>;
208 #size-cells = <1>;
209 ranges = <0 0xfffc0000 0x10000>;
210 ocm-sram@0 {
211 reg = <0x0 0x10000>;
212 };
213 };
214
Michal Simek45d35332015-07-22 10:28:48 +0200215 uart0: serial@e0000000 {
Michal Simek173d7f52015-07-22 10:40:51 +0200216 compatible = "xlnx,xuartps", "cdns,uart-r1p8";
Masahiro Yamada5e6b8aa2014-05-15 20:37:53 +0900217 status = "disabled";
218 clocks = <&clkc 23>, <&clkc 40>;
Michal Simek173d7f52015-07-22 10:40:51 +0200219 clock-names = "uart_clk", "pclk";
Masahiro Yamada5e6b8aa2014-05-15 20:37:53 +0900220 reg = <0xE0000000 0x1000>;
221 interrupts = <0 27 4>;
222 };
223
Michal Simek45d35332015-07-22 10:28:48 +0200224 uart1: serial@e0001000 {
Michal Simek173d7f52015-07-22 10:40:51 +0200225 compatible = "xlnx,xuartps", "cdns,uart-r1p8";
Masahiro Yamada5e6b8aa2014-05-15 20:37:53 +0900226 status = "disabled";
227 clocks = <&clkc 24>, <&clkc 41>;
Michal Simek173d7f52015-07-22 10:40:51 +0200228 clock-names = "uart_clk", "pclk";
Masahiro Yamada5e6b8aa2014-05-15 20:37:53 +0900229 reg = <0xE0001000 0x1000>;
230 interrupts = <0 50 4>;
231 };
232
Jagan Tekic30d1832015-06-27 00:51:33 +0530233 spi0: spi@e0006000 {
Michal Simek0cf97aa2015-07-22 10:47:33 +0200234 compatible = "xlnx,zynq-spi-r1p6";
Jagan Tekic30d1832015-06-27 00:51:33 +0530235 reg = <0xe0006000 0x1000>;
236 status = "disabled";
237 interrupt-parent = <&intc>;
238 interrupts = <0 26 4>;
239 clocks = <&clkc 25>, <&clkc 34>;
240 clock-names = "ref_clk", "pclk";
241 #address-cells = <1>;
242 #size-cells = <0>;
243 };
244
245 spi1: spi@e0007000 {
Michal Simek0cf97aa2015-07-22 10:47:33 +0200246 compatible = "xlnx,zynq-spi-r1p6";
Jagan Tekic30d1832015-06-27 00:51:33 +0530247 reg = <0xe0007000 0x1000>;
248 status = "disabled";
249 interrupt-parent = <&intc>;
250 interrupts = <0 49 4>;
251 clocks = <&clkc 26>, <&clkc 35>;
252 clock-names = "ref_clk", "pclk";
253 #address-cells = <1>;
254 #size-cells = <0>;
255 };
256
Jagan Teki0a2dc1d2015-08-15 23:02:31 +0530257 qspi: spi@e000d000 {
Jagan Teki0a2dc1d2015-08-15 23:02:31 +0530258 compatible = "xlnx,zynq-qspi-1.0";
Michal Simekb74ad7f2022-09-06 12:35:42 +0200259 reg = <0xe000d000 0x1000>;
Jagan Teki0a2dc1d2015-08-15 23:02:31 +0530260 interrupt-parent = <&intc>;
261 interrupts = <0 19 4>;
Michal Simekb74ad7f2022-09-06 12:35:42 +0200262 clocks = <&clkc 10>, <&clkc 43>;
263 clock-names = "ref_clk", "pclk";
264 status = "disabled";
Jagan Teki0a2dc1d2015-08-15 23:02:31 +0530265 #address-cells = <1>;
266 #size-cells = <0>;
267 };
268
Masahiro Yamada5e6b8aa2014-05-15 20:37:53 +0900269 gem0: ethernet@e000b000 {
Michal Simeka8ecf552023-02-06 13:50:00 +0100270 compatible = "xlnx,zynq-gem", "cdns,gem";
Michal Simeka80e6b42015-07-22 10:50:02 +0200271 reg = <0xe000b000 0x1000>;
Masahiro Yamada5e6b8aa2014-05-15 20:37:53 +0900272 status = "disabled";
273 interrupts = <0 22 4>;
274 clocks = <&clkc 30>, <&clkc 30>, <&clkc 13>;
275 clock-names = "pclk", "hclk", "tx_clk";
Michal Simeka2924012015-07-22 11:03:36 +0200276 #address-cells = <1>;
277 #size-cells = <0>;
Masahiro Yamada5e6b8aa2014-05-15 20:37:53 +0900278 };
279
280 gem1: ethernet@e000c000 {
Michal Simeka8ecf552023-02-06 13:50:00 +0100281 compatible = "xlnx,zynq-gem", "cdns,gem";
Michal Simeka80e6b42015-07-22 10:50:02 +0200282 reg = <0xe000c000 0x1000>;
Masahiro Yamada5e6b8aa2014-05-15 20:37:53 +0900283 status = "disabled";
284 interrupts = <0 45 4>;
285 clocks = <&clkc 31>, <&clkc 31>, <&clkc 14>;
286 clock-names = "pclk", "hclk", "tx_clk";
Michal Simeka2924012015-07-22 11:03:36 +0200287 #address-cells = <1>;
288 #size-cells = <0>;
Masahiro Yamada5e6b8aa2014-05-15 20:37:53 +0900289 };
290
Michael Walle42abea62022-02-23 15:10:34 +0100291 smcc: memory-controller@e000e000 {
292 compatible = "arm,pl353-smc-r2p1", "arm,primecell";
293 reg = <0xe000e000 0x0001000>;
294 status = "disabled";
295 clock-names = "memclk", "apb_pclk";
296 clocks = <&clkc 11>, <&clkc 44>;
297 ranges = <0x0 0x0 0xe1000000 0x1000000 /* Nand CS region */
298 0x1 0x0 0xe2000000 0x2000000 /* SRAM/NOR CS0 region */
299 0x2 0x0 0xe4000000 0x2000000>; /* SRAM/NOR CS1 region */
300 #address-cells = <2>;
301 #size-cells = <1>;
302 interrupt-parent = <&intc>;
303 interrupts = <0 18 4>;
304
305 nfc0: nand-controller@0,0 {
306 compatible = "arm,pl353-nand-r2p1";
307 reg = <0 0 0x1000000>;
308 status = "disabled";
309 #address-cells = <1>;
Amit Kumar Mahapatra973f9492022-06-15 12:22:41 +0200310 #size-cells = <0>;
Michael Walle42abea62022-02-23 15:10:34 +0100311 };
312 nor0: flash@1,0 {
313 status = "disabled";
314 compatible = "cfi-flash";
315 reg = <1 0 0x2000000>;
316 #address-cells = <1>;
317 #size-cells = <1>;
318 };
319 };
320
Michal Simek6a0eb6f2018-09-26 13:36:16 +0200321 sdhci0: mmc@e0100000 {
Masahiro Yamada5e6b8aa2014-05-15 20:37:53 +0900322 compatible = "arasan,sdhci-8.9a";
323 status = "disabled";
324 clock-names = "clk_xin", "clk_ahb";
325 clocks = <&clkc 21>, <&clkc 32>;
326 interrupt-parent = <&intc>;
327 interrupts = <0 24 4>;
328 reg = <0xe0100000 0x1000>;
Michal Simekf4654372016-01-14 13:06:28 +0100329 };
Masahiro Yamada5e6b8aa2014-05-15 20:37:53 +0900330
Michal Simek6a0eb6f2018-09-26 13:36:16 +0200331 sdhci1: mmc@e0101000 {
Masahiro Yamada5e6b8aa2014-05-15 20:37:53 +0900332 compatible = "arasan,sdhci-8.9a";
333 status = "disabled";
334 clock-names = "clk_xin", "clk_ahb";
335 clocks = <&clkc 22>, <&clkc 33>;
336 interrupt-parent = <&intc>;
337 interrupts = <0 47 4>;
338 reg = <0xe0101000 0x1000>;
Michal Simekf4654372016-01-14 13:06:28 +0100339 };
Masahiro Yamada5e6b8aa2014-05-15 20:37:53 +0900340
341 slcr: slcr@f8000000 {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700342 bootph-all;
Masahiro Yamada5e6b8aa2014-05-15 20:37:53 +0900343 #address-cells = <1>;
344 #size-cells = <1>;
Masahiro Yamadae5b29482016-04-25 12:14:43 +0900345 compatible = "xlnx,zynq-slcr", "syscon", "simple-mfd";
Masahiro Yamada5e6b8aa2014-05-15 20:37:53 +0900346 reg = <0xF8000000 0x1000>;
347 ranges;
348 clkc: clkc@100 {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700349 bootph-all;
Masahiro Yamada5e6b8aa2014-05-15 20:37:53 +0900350 #clock-cells = <1>;
351 compatible = "xlnx,ps7-clkc";
Christian Kohn20c26882022-10-12 11:30:33 +0200352 fclk-enable = <0xf>;
Masahiro Yamada5e6b8aa2014-05-15 20:37:53 +0900353 clock-output-names = "armpll", "ddrpll", "iopll", "cpu_6or4x",
354 "cpu_3or2x", "cpu_2x", "cpu_1x", "ddr2x", "ddr3x",
355 "dci", "lqspi", "smc", "pcap", "gem0", "gem1",
356 "fclk0", "fclk1", "fclk2", "fclk3", "can0", "can1",
357 "sdio0", "sdio1", "uart0", "uart1", "spi0", "spi1",
358 "dma", "usb0_aper", "usb1_aper", "gem0_aper",
359 "gem1_aper", "sdio0_aper", "sdio1_aper",
360 "spi0_aper", "spi1_aper", "can0_aper", "can1_aper",
361 "i2c0_aper", "i2c1_aper", "uart0_aper", "uart1_aper",
362 "gpio_aper", "lqspi_aper", "smc_aper", "swdt",
363 "dbg_trc", "dbg_apb";
364 reg = <0x100 0x100>;
365 };
Michal Simek6a494ec2015-07-22 11:07:49 +0200366
Moritz Fischer6b75cff2015-07-30 18:13:55 -0700367 rstc: rstc@200 {
368 compatible = "xlnx,zynq-reset";
369 reg = <0x200 0x48>;
370 #reset-cells = <1>;
371 syscon = <&slcr>;
372 };
373
Michal Simek6a494ec2015-07-22 11:07:49 +0200374 pinctrl0: pinctrl@700 {
375 compatible = "xlnx,pinctrl-zynq";
376 reg = <0x700 0x200>;
377 syscon = <&slcr>;
378 };
Masahiro Yamada5e6b8aa2014-05-15 20:37:53 +0900379 };
380
Michal Simekc4901ea2023-01-05 09:41:22 +0100381 dmac_s: dma-controller@f8003000 {
Michal Simekb829de52015-07-22 10:32:05 +0200382 compatible = "arm,pl330", "arm,primecell";
383 reg = <0xf8003000 0x1000>;
384 interrupt-parent = <&intc>;
Michal Simek1db252a2023-01-05 09:40:32 +0100385 /*
386 * interrupt-names = "abort", "dma0", "dma1", "dma2", "dma3",
387 * "dma4", "dma5", "dma6", "dma7";
388 */
Michal Simekb829de52015-07-22 10:32:05 +0200389 interrupts = <0 13 4>,
390 <0 14 4>, <0 15 4>,
391 <0 16 4>, <0 17 4>,
392 <0 40 4>, <0 41 4>,
393 <0 42 4>, <0 43 4>;
394 #dma-cells = <1>;
Michal Simekb829de52015-07-22 10:32:05 +0200395 clocks = <&clkc 27>;
396 clock-names = "apb_pclk";
397 };
398
399 devcfg: devcfg@f8007000 {
400 compatible = "xlnx,zynq-devcfg-1.0";
Michal Simekb74ad7f2022-09-06 12:35:42 +0200401 reg = <0xf8007000 0x100>;
Michal Simek69727782016-04-07 11:00:37 +0200402 interrupt-parent = <&intc>;
403 interrupts = <0 8 4>;
Michal Simek69727782016-04-07 11:00:37 +0200404 clocks = <&clkc 12>, <&clkc 15>, <&clkc 16>, <&clkc 17>, <&clkc 18>;
405 clock-names = "ref_clk", "fclk0", "fclk1", "fclk2", "fclk3";
Moritz Fischerec052ab2015-06-22 23:18:44 -0700406 syscon = <&slcr>;
Michal Simekb829de52015-07-22 10:32:05 +0200407 };
408
Michal Simek3cab96f2017-02-28 11:46:37 +0100409 efuse: efuse@f800d000 {
410 compatible = "xlnx,zynq-efuse";
411 reg = <0xf800d000 0x20>;
412 };
413
Masahiro Yamada5e6b8aa2014-05-15 20:37:53 +0900414 global_timer: timer@f8f00200 {
415 compatible = "arm,cortex-a9-global-timer";
416 reg = <0xf8f00200 0x20>;
417 interrupts = <1 11 0x301>;
418 interrupt-parent = <&intc>;
419 clocks = <&clkc 4>;
420 };
421
Michal Simek45d35332015-07-22 10:28:48 +0200422 ttc0: timer@f8001000 {
Masahiro Yamada5e6b8aa2014-05-15 20:37:53 +0900423 interrupt-parent = <&intc>;
Michal Simek2b917f92015-07-22 10:57:51 +0200424 interrupts = <0 10 4>, <0 11 4>, <0 12 4>;
Masahiro Yamada5e6b8aa2014-05-15 20:37:53 +0900425 compatible = "cdns,ttc";
426 clocks = <&clkc 6>;
427 reg = <0xF8001000 0x1000>;
428 };
429
Michal Simek45d35332015-07-22 10:28:48 +0200430 ttc1: timer@f8002000 {
Masahiro Yamada5e6b8aa2014-05-15 20:37:53 +0900431 interrupt-parent = <&intc>;
Michal Simek2b917f92015-07-22 10:57:51 +0200432 interrupts = <0 37 4>, <0 38 4>, <0 39 4>;
Masahiro Yamada5e6b8aa2014-05-15 20:37:53 +0900433 compatible = "cdns,ttc";
434 clocks = <&clkc 6>;
435 reg = <0xF8002000 0x1000>;
436 };
Michal Simekb829de52015-07-22 10:32:05 +0200437
Michal Simek45d35332015-07-22 10:28:48 +0200438 scutimer: timer@f8f00600 {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700439 bootph-all;
Masahiro Yamada5e6b8aa2014-05-15 20:37:53 +0900440 interrupt-parent = <&intc>;
Michal Simekf4654372016-01-14 13:06:28 +0100441 interrupts = <1 13 0x301>;
Masahiro Yamada5e6b8aa2014-05-15 20:37:53 +0900442 compatible = "arm,cortex-a9-twd-timer";
Michal Simekf4654372016-01-14 13:06:28 +0100443 reg = <0xf8f00600 0x20>;
Masahiro Yamada5e6b8aa2014-05-15 20:37:53 +0900444 clocks = <&clkc 4>;
Michal Simekf4654372016-01-14 13:06:28 +0100445 };
Michal Simekb829de52015-07-22 10:32:05 +0200446
447 usb0: usb@e0002000 {
448 compatible = "xlnx,zynq-usb-2.20a", "chipidea,usb2";
449 status = "disabled";
450 clocks = <&clkc 28>;
451 interrupt-parent = <&intc>;
452 interrupts = <0 21 4>;
453 reg = <0xe0002000 0x1000>;
454 phy_type = "ulpi";
455 };
456
457 usb1: usb@e0003000 {
458 compatible = "xlnx,zynq-usb-2.20a", "chipidea,usb2";
459 status = "disabled";
460 clocks = <&clkc 29>;
461 interrupt-parent = <&intc>;
462 interrupts = <0 44 4>;
463 reg = <0xe0003000 0x1000>;
464 phy_type = "ulpi";
465 };
466
467 watchdog0: watchdog@f8005000 {
468 clocks = <&clkc 45>;
469 compatible = "cdns,wdt-r1p2";
470 interrupt-parent = <&intc>;
471 interrupts = <0 9 1>;
472 reg = <0xf8005000 0x1000>;
473 timeout-sec = <10>;
474 };
Zumeng Chen29f0f942019-09-23 17:47:09 +0800475
476 etb@f8801000 {
477 compatible = "arm,coresight-etb10", "arm,primecell";
478 reg = <0xf8801000 0x1000>;
479 clocks = <&clkc 27>, <&clkc 46>, <&clkc 47>;
480 clock-names = "apb_pclk", "dbg_trc", "dbg_apb";
481 in-ports {
482 port {
483 etb_in_port: endpoint {
484 remote-endpoint = <&replicator_out_port1>;
485 };
486 };
487 };
488 };
489
490 tpiu@f8803000 {
491 compatible = "arm,coresight-tpiu", "arm,primecell";
492 reg = <0xf8803000 0x1000>;
493 clocks = <&clkc 27>, <&clkc 46>, <&clkc 47>;
494 clock-names = "apb_pclk", "dbg_trc", "dbg_apb";
495 in-ports {
496 port {
497 tpiu_in_port: endpoint {
498 remote-endpoint = <&replicator_out_port0>;
499 };
500 };
501 };
502 };
503
504 funnel@f8804000 {
505 compatible = "arm,coresight-static-funnel", "arm,primecell";
506 reg = <0xf8804000 0x1000>;
507 clocks = <&clkc 27>, <&clkc 46>, <&clkc 47>;
508 clock-names = "apb_pclk", "dbg_trc", "dbg_apb";
509
510 /* funnel output ports */
511 out-ports {
512 port {
513 funnel_out_port: endpoint {
514 remote-endpoint =
515 <&replicator_in_port0>;
516 };
517 };
518 };
519
520 in-ports {
521 #address-cells = <1>;
522 #size-cells = <0>;
523
524 /* funnel input ports */
525 port@0 {
526 reg = <0>;
527 funnel0_in_port0: endpoint {
528 remote-endpoint = <&ptm0_out_port>;
529 };
530 };
531
532 port@1 {
533 reg = <1>;
534 funnel0_in_port1: endpoint {
535 remote-endpoint = <&ptm1_out_port>;
536 };
537 };
538
539 port@2 {
540 reg = <2>;
541 funnel0_in_port2: endpoint {
542 };
543 };
544 /* The other input ports are not connect to anything */
545 };
546 };
547
548 ptm@f889c000 {
549 compatible = "arm,coresight-etm3x", "arm,primecell";
550 reg = <0xf889c000 0x1000>;
551 clocks = <&clkc 27>, <&clkc 46>, <&clkc 47>;
552 clock-names = "apb_pclk", "dbg_trc", "dbg_apb";
553 cpu = <&cpu0>;
554 out-ports {
555 port {
556 ptm0_out_port: endpoint {
557 remote-endpoint = <&funnel0_in_port0>;
558 };
559 };
560 };
561 };
562
563 ptm@f889d000 {
564 compatible = "arm,coresight-etm3x", "arm,primecell";
565 reg = <0xf889d000 0x1000>;
566 clocks = <&clkc 27>, <&clkc 46>, <&clkc 47>;
567 clock-names = "apb_pclk", "dbg_trc", "dbg_apb";
568 cpu = <&cpu1>;
569 out-ports {
570 port {
571 ptm1_out_port: endpoint {
572 remote-endpoint = <&funnel0_in_port1>;
573 };
574 };
575 };
576 };
Masahiro Yamada5e6b8aa2014-05-15 20:37:53 +0900577 };
Jagannadha Sutradharudu Teki369ccb12014-01-09 01:48:26 +0530578};