blob: f24e9ba52e6c310b69d1a9adfc7317319b21bfe4 [file] [log] [blame]
Johan Jonkerc4161d02023-03-15 19:33:25 +01001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
Simon Glass087e9872015-08-30 16:55:20 -06002
3#include <dt-bindings/gpio/gpio.h>
4#include <dt-bindings/interrupt-controller/irq.h>
5#include <dt-bindings/interrupt-controller/arm-gic.h>
6#include <dt-bindings/pinctrl/rockchip.h>
7#include <dt-bindings/clock/rk3288-cru.h>
Johan Jonker250dd562022-04-15 23:21:37 +02008#include <dt-bindings/power/rk3288-power.h>
Simon Glass087e9872015-08-30 16:55:20 -06009#include <dt-bindings/thermal/thermal.h>
Johan Jonkerc4161d02023-03-15 19:33:25 +010010#include <dt-bindings/soc/rockchip,boot-mode.h>
Simon Glass087e9872015-08-30 16:55:20 -060011
12/ {
Johan Jonkerc4161d02023-03-15 19:33:25 +010013 #address-cells = <1>;
14 #size-cells = <1>;
15
Simon Glass087e9872015-08-30 16:55:20 -060016 compatible = "rockchip,rk3288";
17
18 interrupt-parent = <&gic>;
Johan Jonkerc4161d02023-03-15 19:33:25 +010019
Simon Glass087e9872015-08-30 16:55:20 -060020 aliases {
Johan Jonkerbcfdbf82022-09-28 16:24:28 +020021 ethernet0 = &gmac;
Simon Glass087e9872015-08-30 16:55:20 -060022 i2c0 = &i2c0;
23 i2c1 = &i2c1;
24 i2c2 = &i2c2;
25 i2c3 = &i2c3;
26 i2c4 = &i2c4;
27 i2c5 = &i2c5;
Simon Glass087e9872015-08-30 16:55:20 -060028 mshc0 = &emmc;
29 mshc1 = &sdmmc;
30 mshc2 = &sdio0;
31 mshc3 = &sdio1;
32 serial0 = &uart0;
33 serial1 = &uart1;
34 serial2 = &uart2;
35 serial3 = &uart3;
36 serial4 = &uart4;
37 spi0 = &spi0;
38 spi1 = &spi1;
39 spi2 = &spi2;
40 };
41
Johan Jonkerbcfdbf82022-09-28 16:24:28 +020042 arm-pmu {
43 compatible = "arm,cortex-a12-pmu";
44 interrupts = <GIC_SPI 151 IRQ_TYPE_LEVEL_HIGH>,
45 <GIC_SPI 152 IRQ_TYPE_LEVEL_HIGH>,
46 <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH>,
47 <GIC_SPI 154 IRQ_TYPE_LEVEL_HIGH>;
48 interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>;
49 };
50
Simon Glass087e9872015-08-30 16:55:20 -060051 cpus {
52 #address-cells = <1>;
53 #size-cells = <0>;
54 enable-method = "rockchip,rk3066-smp";
55 rockchip,pmu = <&pmu>;
56
57 cpu0: cpu@500 {
58 device_type = "cpu";
59 compatible = "arm,cortex-a12";
60 reg = <0x500>;
Johan Jonkere116f952022-09-28 16:24:14 +020061 resets = <&cru SRST_CORE0>;
62 operating-points-v2 = <&cpu_opp_table>;
Simon Glass087e9872015-08-30 16:55:20 -060063 #cooling-cells = <2>; /* min followed by max */
64 clock-latency = <40000>;
65 clocks = <&cru ARMCLK>;
Johan Jonkere116f952022-09-28 16:24:14 +020066 dynamic-power-coefficient = <370>;
Simon Glass087e9872015-08-30 16:55:20 -060067 };
Johan Jonkere116f952022-09-28 16:24:14 +020068 cpu1: cpu@501 {
Simon Glass087e9872015-08-30 16:55:20 -060069 device_type = "cpu";
70 compatible = "arm,cortex-a12";
71 reg = <0x501>;
72 resets = <&cru SRST_CORE1>;
Johan Jonkere116f952022-09-28 16:24:14 +020073 operating-points-v2 = <&cpu_opp_table>;
74 #cooling-cells = <2>; /* min followed by max */
75 clock-latency = <40000>;
76 clocks = <&cru ARMCLK>;
77 dynamic-power-coefficient = <370>;
Simon Glass087e9872015-08-30 16:55:20 -060078 };
Johan Jonkere116f952022-09-28 16:24:14 +020079 cpu2: cpu@502 {
Simon Glass087e9872015-08-30 16:55:20 -060080 device_type = "cpu";
81 compatible = "arm,cortex-a12";
82 reg = <0x502>;
83 resets = <&cru SRST_CORE2>;
Johan Jonkere116f952022-09-28 16:24:14 +020084 operating-points-v2 = <&cpu_opp_table>;
85 #cooling-cells = <2>; /* min followed by max */
86 clock-latency = <40000>;
87 clocks = <&cru ARMCLK>;
88 dynamic-power-coefficient = <370>;
Simon Glass087e9872015-08-30 16:55:20 -060089 };
Johan Jonkere116f952022-09-28 16:24:14 +020090 cpu3: cpu@503 {
Simon Glass087e9872015-08-30 16:55:20 -060091 device_type = "cpu";
92 compatible = "arm,cortex-a12";
93 reg = <0x503>;
94 resets = <&cru SRST_CORE3>;
Johan Jonkere116f952022-09-28 16:24:14 +020095 operating-points-v2 = <&cpu_opp_table>;
96 #cooling-cells = <2>; /* min followed by max */
97 clock-latency = <40000>;
98 clocks = <&cru ARMCLK>;
99 dynamic-power-coefficient = <370>;
100 };
101 };
102
103 cpu_opp_table: opp-table-0 {
104 compatible = "operating-points-v2";
105 opp-shared;
106
107 opp-126000000 {
108 opp-hz = /bits/ 64 <126000000>;
109 opp-microvolt = <900000>;
110 };
111 opp-216000000 {
112 opp-hz = /bits/ 64 <216000000>;
113 opp-microvolt = <900000>;
114 };
115 opp-312000000 {
116 opp-hz = /bits/ 64 <312000000>;
117 opp-microvolt = <900000>;
118 };
119 opp-408000000 {
120 opp-hz = /bits/ 64 <408000000>;
121 opp-microvolt = <900000>;
122 };
123 opp-600000000 {
124 opp-hz = /bits/ 64 <600000000>;
125 opp-microvolt = <900000>;
126 };
127 opp-696000000 {
128 opp-hz = /bits/ 64 <696000000>;
129 opp-microvolt = <950000>;
130 };
131 opp-816000000 {
132 opp-hz = /bits/ 64 <816000000>;
133 opp-microvolt = <1000000>;
134 };
135 opp-1008000000 {
136 opp-hz = /bits/ 64 <1008000000>;
137 opp-microvolt = <1050000>;
138 };
139 opp-1200000000 {
140 opp-hz = /bits/ 64 <1200000000>;
141 opp-microvolt = <1100000>;
142 };
143 opp-1416000000 {
144 opp-hz = /bits/ 64 <1416000000>;
145 opp-microvolt = <1200000>;
146 };
147 opp-1512000000 {
148 opp-hz = /bits/ 64 <1512000000>;
149 opp-microvolt = <1300000>;
150 };
151 opp-1608000000 {
152 opp-hz = /bits/ 64 <1608000000>;
153 opp-microvolt = <1350000>;
Simon Glass087e9872015-08-30 16:55:20 -0600154 };
155 };
156
Johan Jonkerbcfdbf82022-09-28 16:24:28 +0200157 reserved-memory {
158 #address-cells = <1>;
159 #size-cells = <1>;
160 ranges;
161
162 /*
163 * The rk3288 cannot use the memory area above 0xfe000000
164 * for dma operations for some reason. While there is
165 * probably a better solution available somewhere, we
166 * haven't found it yet and while devices with 2GB of ram
167 * are not affected, this issue prevents 4GB from booting.
168 * So to make these devices at least bootable, block
169 * this area for the time being until the real solution
170 * is found.
171 */
172 dma-unusable@fe000000 {
173 reg = <0xfe000000 0x1000000>;
174 };
175 };
176
Simon Glass087e9872015-08-30 16:55:20 -0600177 xin24m: oscillator {
178 compatible = "fixed-clock";
179 clock-frequency = <24000000>;
180 clock-output-names = "xin24m";
181 #clock-cells = <0>;
182 };
183
184 timer {
Simon Glass087e9872015-08-30 16:55:20 -0600185 compatible = "arm,armv7-timer";
Johan Jonkerbcfdbf82022-09-28 16:24:28 +0200186 arm,cpu-registers-not-fw-configured;
Simon Glass087e9872015-08-30 16:55:20 -0600187 interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>,
188 <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>,
189 <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>,
190 <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
191 clock-frequency = <24000000>;
Johan Jonkerbcfdbf82022-09-28 16:24:28 +0200192 arm,no-tick-in-suspend;
193 };
194
195 timer: timer@ff810000 {
196 compatible = "rockchip,rk3288-timer";
197 reg = <0x0 0xff810000 0x0 0x20>;
198 interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
199 clocks = <&cru PCLK_TIMER>, <&xin24m>;
200 clock-names = "pclk", "timer";
Simon Glass087e9872015-08-30 16:55:20 -0600201 };
202
203 display-subsystem {
204 compatible = "rockchip,display-subsystem";
205 ports = <&vopl_out>, <&vopb_out>;
206 };
207
Johan Jonker05b94932022-05-02 11:42:22 +0200208 sdmmc: mmc@ff0c0000 {
Simon Glass087e9872015-08-30 16:55:20 -0600209 compatible = "rockchip,rk3288-dw-mshc";
Kever Yangd0947322017-06-14 16:31:44 +0800210 max-frequency = <150000000>;
Simon Glass087e9872015-08-30 16:55:20 -0600211 clocks = <&cru HCLK_SDMMC>, <&cru SCLK_SDMMC>,
212 <&cru SCLK_SDMMC_DRV>, <&cru SCLK_SDMMC_SAMPLE>;
Johan Jonker05b94932022-05-02 11:42:22 +0200213 clock-names = "biu", "ciu", "ciu-drive", "ciu-sample";
Simon Glass087e9872015-08-30 16:55:20 -0600214 fifo-depth = <0x100>;
215 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
216 reg = <0xff0c0000 0x4000>;
Johan Jonkerbcfdbf82022-09-28 16:24:28 +0200217 resets = <&cru SRST_MMC0>;
218 reset-names = "reset";
Simon Glass087e9872015-08-30 16:55:20 -0600219 status = "disabled";
220 };
221
Johan Jonker05b94932022-05-02 11:42:22 +0200222 sdio0: mmc@ff0d0000 {
Simon Glass087e9872015-08-30 16:55:20 -0600223 compatible = "rockchip,rk3288-dw-mshc";
Kever Yangd0947322017-06-14 16:31:44 +0800224 max-frequency = <150000000>;
Simon Glass087e9872015-08-30 16:55:20 -0600225 clocks = <&cru HCLK_SDIO0>, <&cru SCLK_SDIO0>,
226 <&cru SCLK_SDIO0_DRV>, <&cru SCLK_SDIO0_SAMPLE>;
Johan Jonker05b94932022-05-02 11:42:22 +0200227 clock-names = "biu", "ciu", "ciu-drive", "ciu-sample";
Simon Glass087e9872015-08-30 16:55:20 -0600228 fifo-depth = <0x100>;
229 interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
230 reg = <0xff0d0000 0x4000>;
Johan Jonkerbcfdbf82022-09-28 16:24:28 +0200231 resets = <&cru SRST_SDIO0>;
232 reset-names = "reset";
Simon Glass087e9872015-08-30 16:55:20 -0600233 status = "disabled";
234 };
235
Johan Jonker05b94932022-05-02 11:42:22 +0200236 sdio1: mmc@ff0e0000 {
Simon Glass087e9872015-08-30 16:55:20 -0600237 compatible = "rockchip,rk3288-dw-mshc";
Kever Yangd0947322017-06-14 16:31:44 +0800238 max-frequency = <150000000>;
Simon Glass087e9872015-08-30 16:55:20 -0600239 clocks = <&cru HCLK_SDIO1>, <&cru SCLK_SDIO1>,
240 <&cru SCLK_SDIO1_DRV>, <&cru SCLK_SDIO1_SAMPLE>;
Johan Jonker05b94932022-05-02 11:42:22 +0200241 clock-names = "biu", "ciu", "ciu-drive", "ciu-sample";
Simon Glass087e9872015-08-30 16:55:20 -0600242 fifo-depth = <0x100>;
243 interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
244 reg = <0xff0e0000 0x4000>;
Johan Jonkerbcfdbf82022-09-28 16:24:28 +0200245 resets = <&cru SRST_SDIO1>;
246 reset-names = "reset";
Simon Glass087e9872015-08-30 16:55:20 -0600247 status = "disabled";
248 };
249
Johan Jonker05b94932022-05-02 11:42:22 +0200250 emmc: mmc@ff0f0000 {
Simon Glass087e9872015-08-30 16:55:20 -0600251 compatible = "rockchip,rk3288-dw-mshc";
Kever Yangd0947322017-06-14 16:31:44 +0800252 max-frequency = <150000000>;
Simon Glass087e9872015-08-30 16:55:20 -0600253 clocks = <&cru HCLK_EMMC>, <&cru SCLK_EMMC>,
254 <&cru SCLK_EMMC_DRV>, <&cru SCLK_EMMC_SAMPLE>;
Johan Jonker05b94932022-05-02 11:42:22 +0200255 clock-names = "biu", "ciu", "ciu-drive", "ciu-sample";
Simon Glass087e9872015-08-30 16:55:20 -0600256 fifo-depth = <0x100>;
257 interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
258 reg = <0xff0f0000 0x4000>;
Johan Jonkerbcfdbf82022-09-28 16:24:28 +0200259 resets = <&cru SRST_EMMC>;
260 reset-names = "reset";
Simon Glass087e9872015-08-30 16:55:20 -0600261 status = "disabled";
262 };
263
264 saradc: saradc@ff100000 {
265 compatible = "rockchip,saradc";
266 reg = <0xff100000 0x100>;
267 interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
268 #io-channel-cells = <1>;
269 clocks = <&cru SCLK_SARADC>, <&cru PCLK_SARADC>;
270 clock-names = "saradc", "apb_pclk";
Johan Jonkerbcfdbf82022-09-28 16:24:28 +0200271 resets = <&cru SRST_SARADC>;
272 reset-names = "saradc-apb";
Simon Glass087e9872015-08-30 16:55:20 -0600273 status = "disabled";
274 };
275
276 spi0: spi@ff110000 {
277 compatible = "rockchip,rk3288-spi", "rockchip,rk3066-spi";
278 clocks = <&cru SCLK_SPI0>, <&cru PCLK_SPI0>;
279 clock-names = "spiclk", "apb_pclk";
280 dmas = <&dmac_peri 11>, <&dmac_peri 12>;
281 dma-names = "tx", "rx";
282 interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>;
283 pinctrl-names = "default";
284 pinctrl-0 = <&spi0_clk &spi0_tx &spi0_rx &spi0_cs0>;
285 reg = <0xff110000 0x1000>;
286 #address-cells = <1>;
287 #size-cells = <0>;
288 status = "disabled";
289 };
290
291 spi1: spi@ff120000 {
292 compatible = "rockchip,rk3288-spi", "rockchip,rk3066-spi";
293 clocks = <&cru SCLK_SPI1>, <&cru PCLK_SPI1>;
294 clock-names = "spiclk", "apb_pclk";
295 dmas = <&dmac_peri 13>, <&dmac_peri 14>;
296 dma-names = "tx", "rx";
297 interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
298 pinctrl-names = "default";
299 pinctrl-0 = <&spi1_clk &spi1_tx &spi1_rx &spi1_cs0>;
300 reg = <0xff120000 0x1000>;
301 #address-cells = <1>;
302 #size-cells = <0>;
303 status = "disabled";
304 };
305
306 spi2: spi@ff130000 {
307 compatible = "rockchip,rk3288-spi", "rockchip,rk3066-spi";
308 clocks = <&cru SCLK_SPI2>, <&cru PCLK_SPI2>;
309 clock-names = "spiclk", "apb_pclk";
310 dmas = <&dmac_peri 15>, <&dmac_peri 16>;
311 dma-names = "tx", "rx";
312 interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
313 pinctrl-names = "default";
314 pinctrl-0 = <&spi2_clk &spi2_tx &spi2_rx &spi2_cs0>;
315 reg = <0xff130000 0x1000>;
316 #address-cells = <1>;
317 #size-cells = <0>;
318 status = "disabled";
319 };
320
321 i2c1: i2c@ff140000 {
322 compatible = "rockchip,rk3288-i2c";
323 reg = <0xff140000 0x1000>;
324 interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>;
325 #address-cells = <1>;
326 #size-cells = <0>;
327 clock-names = "i2c";
328 clocks = <&cru PCLK_I2C1>;
329 pinctrl-names = "default";
330 pinctrl-0 = <&i2c1_xfer>;
331 status = "disabled";
332 };
333
334 i2c3: i2c@ff150000 {
335 compatible = "rockchip,rk3288-i2c";
336 reg = <0xff150000 0x1000>;
337 interrupts = <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>;
338 #address-cells = <1>;
339 #size-cells = <0>;
340 clock-names = "i2c";
341 clocks = <&cru PCLK_I2C3>;
342 pinctrl-names = "default";
343 pinctrl-0 = <&i2c3_xfer>;
344 status = "disabled";
345 };
346
347 i2c4: i2c@ff160000 {
348 compatible = "rockchip,rk3288-i2c";
349 reg = <0xff160000 0x1000>;
350 interrupts = <GIC_SPI 64 IRQ_TYPE_LEVEL_HIGH>;
351 #address-cells = <1>;
352 #size-cells = <0>;
353 clock-names = "i2c";
354 clocks = <&cru PCLK_I2C4>;
355 pinctrl-names = "default";
356 pinctrl-0 = <&i2c4_xfer>;
357 status = "disabled";
358 };
359
360 i2c5: i2c@ff170000 {
361 compatible = "rockchip,rk3288-i2c";
362 reg = <0xff170000 0x1000>;
363 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
364 #address-cells = <1>;
365 #size-cells = <0>;
366 clock-names = "i2c";
367 clocks = <&cru PCLK_I2C5>;
368 pinctrl-names = "default";
369 pinctrl-0 = <&i2c5_xfer>;
370 status = "disabled";
371 };
Johan Jonkerbcfdbf82022-09-28 16:24:28 +0200372
Simon Glass087e9872015-08-30 16:55:20 -0600373 uart0: serial@ff180000 {
374 compatible = "rockchip,rk3288-uart", "snps,dw-apb-uart";
375 reg = <0xff180000 0x100>;
376 interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
377 reg-shift = <2>;
378 reg-io-width = <4>;
379 clocks = <&cru SCLK_UART0>, <&cru PCLK_UART0>;
380 clock-names = "baudclk", "apb_pclk";
Johan Jonkerbcfdbf82022-09-28 16:24:28 +0200381 dmas = <&dmac_peri 1>, <&dmac_peri 2>;
382 dma-names = "tx", "rx";
Simon Glass087e9872015-08-30 16:55:20 -0600383 pinctrl-names = "default";
384 pinctrl-0 = <&uart0_xfer>;
385 status = "disabled";
386 };
387
388 uart1: serial@ff190000 {
389 compatible = "rockchip,rk3288-uart", "snps,dw-apb-uart";
390 reg = <0xff190000 0x100>;
391 interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
392 reg-shift = <2>;
393 reg-io-width = <4>;
394 clocks = <&cru SCLK_UART1>, <&cru PCLK_UART1>;
395 clock-names = "baudclk", "apb_pclk";
Johan Jonkerbcfdbf82022-09-28 16:24:28 +0200396 dmas = <&dmac_peri 3>, <&dmac_peri 4>;
397 dma-names = "tx", "rx";
Simon Glass087e9872015-08-30 16:55:20 -0600398 pinctrl-names = "default";
399 pinctrl-0 = <&uart1_xfer>;
400 status = "disabled";
401 };
402
403 uart2: serial@ff690000 {
404 compatible = "rockchip,rk3288-uart", "snps,dw-apb-uart";
405 reg = <0xff690000 0x100>;
406 interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
407 reg-shift = <2>;
408 reg-io-width = <4>;
409 clocks = <&cru SCLK_UART2>, <&cru PCLK_UART2>;
410 clock-names = "baudclk", "apb_pclk";
411 pinctrl-names = "default";
412 pinctrl-0 = <&uart2_xfer>;
413 status = "disabled";
414 };
Johan Jonkerbcfdbf82022-09-28 16:24:28 +0200415
Simon Glass087e9872015-08-30 16:55:20 -0600416 uart3: serial@ff1b0000 {
417 compatible = "rockchip,rk3288-uart", "snps,dw-apb-uart";
418 reg = <0xff1b0000 0x100>;
419 interrupts = <GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>;
420 reg-shift = <2>;
421 reg-io-width = <4>;
422 clocks = <&cru SCLK_UART3>, <&cru PCLK_UART3>;
423 clock-names = "baudclk", "apb_pclk";
Johan Jonkerbcfdbf82022-09-28 16:24:28 +0200424 dmas = <&dmac_peri 7>, <&dmac_peri 8>;
425 dma-names = "tx", "rx";
Simon Glass087e9872015-08-30 16:55:20 -0600426 pinctrl-names = "default";
427 pinctrl-0 = <&uart3_xfer>;
428 status = "disabled";
429 };
430
431 uart4: serial@ff1c0000 {
432 compatible = "rockchip,rk3288-uart", "snps,dw-apb-uart";
433 reg = <0xff1c0000 0x100>;
434 interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
435 reg-shift = <2>;
436 reg-io-width = <4>;
437 clocks = <&cru SCLK_UART4>, <&cru PCLK_UART4>;
438 clock-names = "baudclk", "apb_pclk";
Johan Jonkerbcfdbf82022-09-28 16:24:28 +0200439 dmas = <&dmac_peri 9>, <&dmac_peri 10>;
440 dma-names = "tx", "rx";
Simon Glass087e9872015-08-30 16:55:20 -0600441 pinctrl-names = "default";
442 pinctrl-0 = <&uart4_xfer>;
443 status = "disabled";
444 };
Johan Jonker75d78eb2022-05-02 13:22:55 +0200445
446 dmac_peri: dma-controller@ff250000 {
447 compatible = "arm,pl330", "arm,primecell";
448 reg = <0xff250000 0x4000>;
449 interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>,
450 <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;
451 #dma-cells = <1>;
Johan Jonkerbcfdbf82022-09-28 16:24:28 +0200452 arm,pl330-broken-no-flushp;
453 arm,pl330-periph-burst;
Johan Jonker75d78eb2022-05-02 13:22:55 +0200454 clocks = <&cru ACLK_DMAC2>;
455 clock-names = "apb_pclk";
456 };
457
Simon Glass087e9872015-08-30 16:55:20 -0600458 thermal: thermal-zones {
Johan Jonkerf816c742022-09-28 16:24:06 +0200459 reserve_thermal: reserve-thermal {
460 polling-delay-passive = <1000>; /* milliseconds */
461 polling-delay = <5000>; /* milliseconds */
462
463 thermal-sensors = <&tsadc 0>;
464 };
465
466 cpu_thermal: cpu-thermal {
467 polling-delay-passive = <100>; /* milliseconds */
468 polling-delay = <5000>; /* milliseconds */
469
470 thermal-sensors = <&tsadc 1>;
471
472 trips {
473 cpu_alert0: cpu_alert0 {
474 temperature = <70000>; /* millicelsius */
475 hysteresis = <2000>; /* millicelsius */
476 type = "passive";
477 };
478 cpu_alert1: cpu_alert1 {
479 temperature = <75000>; /* millicelsius */
480 hysteresis = <2000>; /* millicelsius */
481 type = "passive";
482 };
483 cpu_crit: cpu_crit {
484 temperature = <90000>; /* millicelsius */
485 hysteresis = <2000>; /* millicelsius */
486 type = "critical";
487 };
488 };
489
490 cooling-maps {
491 map0 {
492 trip = <&cpu_alert0>;
493 cooling-device =
Johan Jonkere116f952022-09-28 16:24:14 +0200494 <&cpu0 THERMAL_NO_LIMIT 6>,
495 <&cpu1 THERMAL_NO_LIMIT 6>,
496 <&cpu2 THERMAL_NO_LIMIT 6>,
497 <&cpu3 THERMAL_NO_LIMIT 6>;
Johan Jonkerf816c742022-09-28 16:24:06 +0200498 };
499 map1 {
500 trip = <&cpu_alert1>;
501 cooling-device =
Johan Jonkere116f952022-09-28 16:24:14 +0200502 <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
503 <&cpu1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
504 <&cpu2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
505 <&cpu3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
Johan Jonkerf816c742022-09-28 16:24:06 +0200506 };
507 };
508 };
509
510 gpu_thermal: gpu-thermal {
511 polling-delay-passive = <100>; /* milliseconds */
512 polling-delay = <5000>; /* milliseconds */
513
514 thermal-sensors = <&tsadc 2>;
515
516 trips {
517 gpu_alert0: gpu_alert0 {
518 temperature = <70000>; /* millicelsius */
519 hysteresis = <2000>; /* millicelsius */
520 type = "passive";
521 };
522 gpu_crit: gpu_crit {
523 temperature = <90000>; /* millicelsius */
524 hysteresis = <2000>; /* millicelsius */
525 type = "critical";
526 };
527 };
528
529 cooling-maps {
530 map0 {
531 trip = <&gpu_alert0>;
532 cooling-device =
533 <&gpu THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
534 };
535 };
536 };
Simon Glass087e9872015-08-30 16:55:20 -0600537 };
538
539 tsadc: tsadc@ff280000 {
540 compatible = "rockchip,rk3288-tsadc";
541 reg = <0xff280000 0x100>;
542 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
543 clocks = <&cru SCLK_TSADC>, <&cru PCLK_TSADC>;
544 clock-names = "tsadc", "apb_pclk";
545 resets = <&cru SRST_TSADC>;
546 reset-names = "tsadc-apb";
547 pinctrl-names = "otp_out";
548 pinctrl-0 = <&otp_out>;
549 #thermal-sensor-cells = <1>;
550 hw-shut-temp = <125000>;
551 status = "disabled";
552 };
553
554 gmac: ethernet@ff290000 {
555 compatible = "rockchip,rk3288-gmac";
556 reg = <0xff290000 0x10000>;
557 interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>;
558 interrupt-names = "macirq";
559 rockchip,grf = <&grf>;
560 clocks = <&cru SCLK_MAC>,
561 <&cru SCLK_MAC_RX>, <&cru SCLK_MAC_TX>,
562 <&cru SCLK_MACREF>, <&cru SCLK_MACREF_OUT>,
563 <&cru ACLK_GMAC>, <&cru PCLK_GMAC>;
564 clock-names = "stmmaceth",
565 "mac_clk_rx", "mac_clk_tx",
566 "clk_mac_ref", "clk_mac_refout",
567 "aclk_mac", "pclk_mac";
Johan Jonkerbcfdbf82022-09-28 16:24:28 +0200568 resets = <&cru SRST_MAC>;
569 reset-names = "stmmaceth";
Simon Glass087e9872015-08-30 16:55:20 -0600570 };
571
572 usb_host0_ehci: usb@ff500000 {
573 compatible = "generic-ehci";
574 reg = <0xff500000 0x100>;
575 interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
576 clocks = <&cru HCLK_USBHOST0>;
577 clock-names = "usbhost";
578 phys = <&usbphy1>;
579 phy-names = "usb";
580 status = "disabled";
581 };
582
Johan Jonkerbcfdbf82022-09-28 16:24:28 +0200583 /* NOTE: doesn't work on RK3288, but was fixed on RK3288W */
Jagan Teki00f57792020-07-21 20:54:37 +0530584 usb_host0_ohci: usb@ff520000 {
585 compatible = "generic-ohci";
586 reg = <0x0 0xff520000 0x0 0x100>;
587 interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
588 clocks = <&cru HCLK_USBHOST0>;
589 phys = <&usbphy1>;
590 phy-names = "usb";
591 status = "disabled";
592 };
Simon Glass087e9872015-08-30 16:55:20 -0600593
594 usb_host1: usb@ff540000 {
595 compatible = "rockchip,rk3288-usb", "rockchip,rk3066-usb",
596 "snps,dwc2";
597 reg = <0xff540000 0x40000>;
598 interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
599 clocks = <&cru HCLK_USBHOST1>;
600 clock-names = "otg";
Johan Jonkerbcfdbf82022-09-28 16:24:28 +0200601 dr_mode = "host";
Simon Glass087e9872015-08-30 16:55:20 -0600602 phys = <&usbphy2>;
603 phy-names = "usb2-phy";
Johan Jonkerbcfdbf82022-09-28 16:24:28 +0200604 snps,reset-phy-on-wake;
Simon Glass087e9872015-08-30 16:55:20 -0600605 status = "disabled";
606 };
607
608 usb_otg: usb@ff580000 {
609 compatible = "rockchip,rk3288-usb", "rockchip,rk3066-usb",
610 "snps,dwc2";
611 reg = <0xff580000 0x40000>;
612 interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
613 clocks = <&cru HCLK_OTG0>;
614 clock-names = "otg";
Xu Ziyuana11a53f2016-07-15 00:26:59 +0800615 dr_mode = "otg";
Johan Jonkerbcfdbf82022-09-28 16:24:28 +0200616 g-np-tx-fifo-size = <16>;
617 g-rx-fifo-size = <275>;
618 g-tx-fifo-size = <256 128 128 64 64 32>;
Simon Glass087e9872015-08-30 16:55:20 -0600619 phys = <&usbphy0>;
620 phy-names = "usb2-phy";
621 status = "disabled";
622 };
623
624 usb_hsic: usb@ff5c0000 {
625 compatible = "generic-ehci";
626 reg = <0xff5c0000 0x100>;
627 interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
628 clocks = <&cru HCLK_HSIC>;
629 clock-names = "usbhost";
630 status = "disabled";
631 };
632
Johan Jonker75d78eb2022-05-02 13:22:55 +0200633 dmac_bus_ns: dma-controller@ff600000 {
634 compatible = "arm,pl330", "arm,primecell";
635 reg = <0xff600000 0x4000>;
636 interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
637 <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
638 #dma-cells = <1>;
Johan Jonkerbcfdbf82022-09-28 16:24:28 +0200639 arm,pl330-broken-no-flushp;
640 arm,pl330-periph-burst;
Johan Jonker75d78eb2022-05-02 13:22:55 +0200641 clocks = <&cru ACLK_DMAC1>;
642 clock-names = "apb_pclk";
643 status = "disabled";
644 };
645
Simon Glass087e9872015-08-30 16:55:20 -0600646 i2c0: i2c@ff650000 {
647 compatible = "rockchip,rk3288-i2c";
648 reg = <0xff650000 0x1000>;
649 interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
650 #address-cells = <1>;
651 #size-cells = <0>;
652 clock-names = "i2c";
653 clocks = <&cru PCLK_I2C0>;
654 pinctrl-names = "default";
655 pinctrl-0 = <&i2c0_xfer>;
656 status = "disabled";
657 };
658
659 i2c2: i2c@ff660000 {
660 compatible = "rockchip,rk3288-i2c";
661 reg = <0xff660000 0x1000>;
662 interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
663 #address-cells = <1>;
664 #size-cells = <0>;
665 clock-names = "i2c";
666 clocks = <&cru PCLK_I2C2>;
667 pinctrl-names = "default";
668 pinctrl-0 = <&i2c2_xfer>;
669 status = "disabled";
670 };
671
672 pwm0: pwm@ff680000 {
673 compatible = "rockchip,rk3288-pwm";
674 reg = <0xff680000 0x10>;
675 #pwm-cells = <3>;
676 pinctrl-names = "default";
677 pinctrl-0 = <&pwm0_pin>;
678 clocks = <&cru PCLK_PWM>;
679 clock-names = "pwm";
680 rockchip,grf = <&grf>;
681 status = "disabled";
682 };
683
684 pwm1: pwm@ff680010 {
685 compatible = "rockchip,rk3288-pwm";
686 reg = <0xff680010 0x10>;
687 #pwm-cells = <3>;
688 pinctrl-names = "default";
689 pinctrl-0 = <&pwm1_pin>;
690 clocks = <&cru PCLK_PWM>;
691 clock-names = "pwm";
692 rockchip,grf = <&grf>;
693 status = "disabled";
694 };
695
696 pwm2: pwm@ff680020 {
697 compatible = "rockchip,rk3288-pwm";
698 reg = <0xff680020 0x10>;
699 #pwm-cells = <3>;
700 pinctrl-names = "default";
701 pinctrl-0 = <&pwm2_pin>;
702 clocks = <&cru PCLK_PWM>;
703 clock-names = "pwm";
704 rockchip,grf = <&grf>;
705 status = "disabled";
706 };
707
708 pwm3: pwm@ff680030 {
709 compatible = "rockchip,rk3288-pwm";
710 reg = <0xff680030 0x10>;
711 #pwm-cells = <2>;
712 pinctrl-names = "default";
713 pinctrl-0 = <&pwm3_pin>;
714 clocks = <&cru PCLK_PWM>;
715 clock-names = "pwm";
716 rockchip,grf = <&grf>;
717 status = "disabled";
718 };
719
Johan Jonkerbcfdbf82022-09-28 16:24:28 +0200720 bus_intmem: sram@ff700000 {
Simon Glass087e9872015-08-30 16:55:20 -0600721 compatible = "mmio-sram";
722 reg = <0xff700000 0x18000>;
723 #address-cells = <1>;
724 #size-cells = <1>;
725 ranges = <0 0xff700000 0x18000>;
726 smp-sram@0 {
727 compatible = "rockchip,rk3066-smp-sram";
728 reg = <0x00 0x10>;
729 };
Simon Glass087e9872015-08-30 16:55:20 -0600730 };
731
Johan Jonkerbcfdbf82022-09-28 16:24:28 +0200732 pmu_sram: sram@ff720000 {
Simon Glass087e9872015-08-30 16:55:20 -0600733 compatible = "rockchip,rk3288-pmu-sram", "mmio-sram";
734 reg = <0xff720000 0x1000>;
735 };
736
737 pmu: power-management@ff730000 {
Johan Jonkerc4161d02023-03-15 19:33:25 +0100738 compatible = "rockchip,rk3288-pmu", "syscon", "simple-mfd";
Simon Glass087e9872015-08-30 16:55:20 -0600739 reg = <0xff730000 0x100>;
Johan Jonkerc4161d02023-03-15 19:33:25 +0100740
741 power: power-controller {
742 compatible = "rockchip,rk3288-power-controller";
743 #power-domain-cells = <1>;
744 #address-cells = <1>;
745 #size-cells = <0>;
746
747 assigned-clocks = <&cru SCLK_EDP_24M>;
748 assigned-clock-parents = <&xin24m>;
749
750 /*
751 * Note: Although SCLK_* are the working clocks
752 * of device without including on the NOC, needed for
753 * synchronous reset.
754 *
755 * The clocks on the which NOC:
756 * ACLK_IEP/ACLK_VIP/ACLK_VOP0 are on ACLK_VIO0_NIU.
757 * ACLK_ISP/ACLK_VOP1 are on ACLK_VIO1_NIU.
758 * ACLK_RGA is on ACLK_RGA_NIU.
759 * The others (HCLK_*,PLCK_*) are on HCLK_VIO_NIU.
760 *
761 * Which clock are device clocks:
762 * clocks devices
763 * *_IEP IEP:Image Enhancement Processor
764 * *_ISP ISP:Image Signal Processing
765 * *_VIP VIP:Video Input Processor
766 * *_VOP* VOP:Visual Output Processor
767 * *_RGA RGA
768 * *_EDP* EDP
769 * *_LVDS_* LVDS
770 * *_HDMI HDMI
771 * *_MIPI_* MIPI
772 */
773 power-domain@RK3288_PD_VIO {
774 reg = <RK3288_PD_VIO>;
775 clocks = <&cru ACLK_IEP>,
776 <&cru ACLK_ISP>,
777 <&cru ACLK_RGA>,
778 <&cru ACLK_VIP>,
779 <&cru ACLK_VOP0>,
780 <&cru ACLK_VOP1>,
781 <&cru DCLK_VOP0>,
782 <&cru DCLK_VOP1>,
783 <&cru HCLK_IEP>,
784 <&cru HCLK_ISP>,
785 <&cru HCLK_RGA>,
786 <&cru HCLK_VIP>,
787 <&cru HCLK_VOP0>,
788 <&cru HCLK_VOP1>,
789 <&cru PCLK_EDP_CTRL>,
790 <&cru PCLK_HDMI_CTRL>,
791 <&cru PCLK_LVDS_PHY>,
792 <&cru PCLK_MIPI_CSI>,
793 <&cru PCLK_MIPI_DSI0>,
794 <&cru PCLK_MIPI_DSI1>,
795 <&cru SCLK_EDP_24M>,
796 <&cru SCLK_EDP>,
797 <&cru SCLK_ISP_JPE>,
798 <&cru SCLK_ISP>,
799 <&cru SCLK_RGA>;
800 pm_qos = <&qos_vio0_iep>,
801 <&qos_vio1_vop>,
802 <&qos_vio1_isp_w0>,
803 <&qos_vio1_isp_w1>,
804 <&qos_vio0_vop>,
805 <&qos_vio0_vip>,
806 <&qos_vio2_rga_r>,
807 <&qos_vio2_rga_w>,
808 <&qos_vio1_isp_r>;
809 #power-domain-cells = <0>;
810 };
811
812 /*
813 * Note: The following 3 are HEVC(H.265) clocks,
814 * and on the ACLK_HEVC_NIU (NOC).
815 */
816 power-domain@RK3288_PD_HEVC {
817 reg = <RK3288_PD_HEVC>;
818 clocks = <&cru ACLK_HEVC>,
819 <&cru SCLK_HEVC_CABAC>,
820 <&cru SCLK_HEVC_CORE>;
821 pm_qos = <&qos_hevc_r>,
822 <&qos_hevc_w>;
823 #power-domain-cells = <0>;
824 };
825
826 /*
827 * Note: ACLK_VCODEC/HCLK_VCODEC are VCODEC
828 * (video endecoder & decoder) clocks that on the
829 * ACLK_VCODEC_NIU and HCLK_VCODEC_NIU (NOC).
830 */
831 power-domain@RK3288_PD_VIDEO {
832 reg = <RK3288_PD_VIDEO>;
833 clocks = <&cru ACLK_VCODEC>,
834 <&cru HCLK_VCODEC>;
835 pm_qos = <&qos_video>;
836 #power-domain-cells = <0>;
837 };
838
839 /*
840 * Note: ACLK_GPU is the GPU clock,
841 * and on the ACLK_GPU_NIU (NOC).
842 */
843 power-domain@RK3288_PD_GPU {
844 reg = <RK3288_PD_GPU>;
845 clocks = <&cru ACLK_GPU>;
846 pm_qos = <&qos_gpu_r>,
847 <&qos_gpu_w>;
848 #power-domain-cells = <0>;
849 };
850 };
851
852 reboot-mode {
853 compatible = "syscon-reboot-mode";
854 offset = <0x94>;
855 mode-normal = <BOOT_NORMAL>;
856 mode-recovery = <BOOT_RECOVERY>;
857 mode-bootloader = <BOOT_FASTBOOT>;
858 mode-loader = <BOOT_BL_DOWNLOAD>;
859 };
Simon Glass087e9872015-08-30 16:55:20 -0600860 };
861
862 sgrf: syscon@ff740000 {
863 compatible = "rockchip,rk3288-sgrf", "syscon";
864 reg = <0xff740000 0x1000>;
865 };
866
867 cru: clock-controller@ff760000 {
868 compatible = "rockchip,rk3288-cru";
869 reg = <0xff760000 0x1000>;
870 rockchip,grf = <&grf>;
871 #clock-cells = <1>;
872 #reset-cells = <1>;
David Wu452bb032018-01-13 14:06:16 +0800873 assigned-clocks = <&cru PLL_GPLL>, <&cru PLL_CPLL>,
Simon Glass087e9872015-08-30 16:55:20 -0600874 <&cru PLL_NPLL>, <&cru ACLK_CPU>,
875 <&cru HCLK_CPU>, <&cru PCLK_CPU>,
876 <&cru ACLK_PERI>, <&cru HCLK_PERI>,
877 <&cru PCLK_PERI>;
David Wu452bb032018-01-13 14:06:16 +0800878 assigned-clock-rates = <594000000>, <400000000>,
Simon Glass087e9872015-08-30 16:55:20 -0600879 <500000000>, <300000000>,
880 <150000000>, <75000000>,
881 <300000000>, <150000000>,
882 <75000000>;
Simon Glass087e9872015-08-30 16:55:20 -0600883 };
884
885 grf: syscon@ff770000 {
Johan Jonkerc4161d02023-03-15 19:33:25 +0100886 compatible = "rockchip,rk3288-grf", "syscon", "simple-mfd";
Simon Glass087e9872015-08-30 16:55:20 -0600887 reg = <0xff770000 0x1000>;
Johan Jonkera5b4bdb2023-03-15 19:31:57 +0100888
Johan Jonkerc4161d02023-03-15 19:33:25 +0100889 edp_phy: edp-phy {
890 compatible = "rockchip,rk3288-dp-phy";
891 clocks = <&cru SCLK_EDP_24M>;
892 clock-names = "24m";
893 #phy-cells = <0>;
894 status = "disabled";
895 };
896
Johan Jonkera5b4bdb2023-03-15 19:31:57 +0100897 io_domains: io-domains {
898 compatible = "rockchip,rk3288-io-voltage-domain";
899 status = "disabled";
900 };
Johan Jonkerc4161d02023-03-15 19:33:25 +0100901
902 usbphy: usbphy {
903 compatible = "rockchip,rk3288-usb-phy";
904 #address-cells = <1>;
905 #size-cells = <0>;
906 status = "disabled";
907
908 usbphy0: usb-phy@320 {
909 #phy-cells = <0>;
910 reg = <0x320>;
911 clocks = <&cru SCLK_OTGPHY0>;
912 clock-names = "phyclk";
913 #clock-cells = <0>;
914 resets = <&cru SRST_USBOTG_PHY>;
915 reset-names = "phy-reset";
916 };
917
918 usbphy1: usb-phy@334 {
919 #phy-cells = <0>;
920 reg = <0x334>;
921 clocks = <&cru SCLK_OTGPHY1>;
922 clock-names = "phyclk";
923 #clock-cells = <0>;
924 resets = <&cru SRST_USBHOST0_PHY>;
925 reset-names = "phy-reset";
926 };
927
928 usbphy2: usb-phy@348 {
929 #phy-cells = <0>;
930 reg = <0x348>;
931 clocks = <&cru SCLK_OTGPHY2>;
932 clock-names = "phyclk";
933 #clock-cells = <0>;
934 resets = <&cru SRST_USBHOST1_PHY>;
935 reset-names = "phy-reset";
936 };
937 };
Simon Glass087e9872015-08-30 16:55:20 -0600938 };
939
940 wdt: watchdog@ff800000 {
941 compatible = "rockchip,rk3288-wdt", "snps,dw-wdt";
942 reg = <0xff800000 0x100>;
943 clocks = <&cru PCLK_WDT>;
Johan Jonkerbcfdbf82022-09-28 16:24:28 +0200944 interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
Simon Glass087e9872015-08-30 16:55:20 -0600945 status = "disabled";
946 };
947
Simon Glass15019802016-01-21 19:45:21 -0700948 spdif: sound@ff88b0000 {
949 compatible = "rockchip,rk3288-spdif", "rockchip,rk3066-spdif";
950 reg = <0xff8b0000 0x10000>;
951 #sound-dai-cells = <0>;
Johan Jonkerbcfdbf82022-09-28 16:24:28 +0200952 clocks = <&cru SCLK_SPDIF8CH>, <&cru HCLK_SPDIF8CH>;
953 clock-names = "mclk", "hclk";
Simon Glass15019802016-01-21 19:45:21 -0700954 dmas = <&dmac_bus_s 3>;
955 dma-names = "tx";
Johan Jonkerbcfdbf82022-09-28 16:24:28 +0200956 interrupts = <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>;
Simon Glass15019802016-01-21 19:45:21 -0700957 pinctrl-names = "default";
958 pinctrl-0 = <&spdif_tx>;
959 rockchip,grf = <&grf>;
960 status = "disabled";
961 };
962
Simon Glass087e9872015-08-30 16:55:20 -0600963 i2s: i2s@ff890000 {
964 compatible = "rockchip,rk3288-i2s", "rockchip,rk3066-i2s";
965 reg = <0xff890000 0x10000>;
Johan Jonkerbcfdbf82022-09-28 16:24:28 +0200966 #sound-dai-cells = <0>;
967 interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
968 clocks = <&cru SCLK_I2S0>, <&cru HCLK_I2S0>;
969 clock-names = "i2s_clk", "i2s_hclk";
Simon Glass087e9872015-08-30 16:55:20 -0600970 dmas = <&dmac_bus_s 0>, <&dmac_bus_s 1>;
971 dma-names = "tx", "rx";
Simon Glass087e9872015-08-30 16:55:20 -0600972 pinctrl-names = "default";
973 pinctrl-0 = <&i2s0_bus>;
Johan Jonkerbcfdbf82022-09-28 16:24:28 +0200974 rockchip,playback-channels = <8>;
975 rockchip,capture-channels = <2>;
976 status = "disabled";
977 };
978
979 crypto: crypto@ff8a0000 {
980 compatible = "rockchip,rk3288-crypto";
981 reg = <0xff8a0000 0x4000>;
982 interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>;
983 clocks = <&cru ACLK_CRYPTO>, <&cru HCLK_CRYPTO>,
984 <&cru SCLK_CRYPTO>, <&cru ACLK_DMAC1>;
985 clock-names = "aclk", "hclk", "sclk", "apb_pclk";
986 resets = <&cru SRST_CRYPTO>;
987 reset-names = "crypto-rst";
988 };
989
990 iep_mmu: iommu@ff900800 {
991 compatible = "rockchip,iommu";
992 reg = <0xff900800 0x40>;
993 interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
994 clocks = <&cru ACLK_IEP>, <&cru HCLK_IEP>;
995 clock-names = "aclk", "iface";
996 #iommu-cells = <0>;
Simon Glass087e9872015-08-30 16:55:20 -0600997 status = "disabled";
998 };
999
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001000 isp_mmu: iommu@ff914000 {
1001 compatible = "rockchip,iommu";
1002 reg = <0xff914000 0x100>, <0xff915000 0x100>;
1003 interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
1004 clocks = <&cru ACLK_ISP>, <&cru HCLK_ISP>;
1005 clock-names = "aclk", "iface";
1006 #iommu-cells = <0>;
1007 rockchip,disable-mmu-reset;
1008 status = "disabled";
1009 };
1010
1011 rga: rga@ff920000 {
1012 compatible = "rockchip,rk3288-rga";
1013 reg = <0xff920000 0x180>;
1014 interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>;
1015 clocks = <&cru ACLK_RGA>, <&cru HCLK_RGA>, <&cru SCLK_RGA>;
1016 clock-names = "aclk", "hclk", "sclk";
1017 power-domains = <&power RK3288_PD_VIO>;
1018 resets = <&cru SRST_RGA_CORE>, <&cru SRST_RGA_AXI>, <&cru SRST_RGA_AHB>;
1019 reset-names = "core", "axi", "ahb";
1020 };
1021
Simon Glass087e9872015-08-30 16:55:20 -06001022 vopb: vop@ff930000 {
1023 compatible = "rockchip,rk3288-vop";
Johan Jonker8004e4e2023-03-15 19:34:01 +01001024 reg = <0xff930000 0x19c>, <0xff931000 0x1000>;
Simon Glass087e9872015-08-30 16:55:20 -06001025 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
1026 clocks = <&cru ACLK_VOP0>, <&cru DCLK_VOP0>, <&cru HCLK_VOP0>;
1027 clock-names = "aclk_vop", "dclk_vop", "hclk_vop";
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001028 power-domains = <&power RK3288_PD_VIO>;
Simon Glass087e9872015-08-30 16:55:20 -06001029 resets = <&cru SRST_LCDC0_AXI>, <&cru SRST_LCDC0_AHB>, <&cru SRST_LCDC0_DCLK>;
1030 reset-names = "axi", "ahb", "dclk";
1031 iommus = <&vopb_mmu>;
Simon Glass087e9872015-08-30 16:55:20 -06001032 status = "disabled";
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001033
Simon Glass087e9872015-08-30 16:55:20 -06001034 vopb_out: port {
1035 #address-cells = <1>;
1036 #size-cells = <0>;
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001037
Johan Jonker8004e4e2023-03-15 19:34:01 +01001038 vopb_out_hdmi: endpoint@0 {
Simon Glass087e9872015-08-30 16:55:20 -06001039 reg = <0>;
Johan Jonker8004e4e2023-03-15 19:34:01 +01001040 remote-endpoint = <&hdmi_in_vopb>;
Simon Glass087e9872015-08-30 16:55:20 -06001041 };
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001042
Johan Jonker8004e4e2023-03-15 19:34:01 +01001043 vopb_out_edp: endpoint@1 {
Simon Glass087e9872015-08-30 16:55:20 -06001044 reg = <1>;
Johan Jonker8004e4e2023-03-15 19:34:01 +01001045 remote-endpoint = <&edp_in_vopb>;
Simon Glass087e9872015-08-30 16:55:20 -06001046 };
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001047
Johan Jonker8004e4e2023-03-15 19:34:01 +01001048 vopb_out_mipi: endpoint@2 {
Jacob Chen17fd3442016-03-14 11:20:17 +08001049 reg = <2>;
Johan Jonker8004e4e2023-03-15 19:34:01 +01001050 remote-endpoint = <&mipi_in_vopb>;
Jacob Chen17fd3442016-03-14 11:20:17 +08001051 };
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001052
Johan Jonker8004e4e2023-03-15 19:34:01 +01001053 vopb_out_lvds: endpoint@3 {
Eric Gao590c4ac2017-05-02 18:32:45 +08001054 reg = <3>;
Johan Jonker8004e4e2023-03-15 19:34:01 +01001055 remote-endpoint = <&lvds_in_vopb>;
Eric Gao590c4ac2017-05-02 18:32:45 +08001056 };
Simon Glass087e9872015-08-30 16:55:20 -06001057 };
1058 };
1059
1060 vopb_mmu: iommu@ff930300 {
1061 compatible = "rockchip,iommu";
1062 reg = <0xff930300 0x100>;
1063 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001064 clocks = <&cru ACLK_VOP0>, <&cru HCLK_VOP0>;
1065 clock-names = "aclk", "iface";
Simon Glass087e9872015-08-30 16:55:20 -06001066 power-domains = <&power RK3288_PD_VIO>;
1067 #iommu-cells = <0>;
1068 status = "disabled";
1069 };
1070
1071 vopl: vop@ff940000 {
1072 compatible = "rockchip,rk3288-vop";
Johan Jonker8004e4e2023-03-15 19:34:01 +01001073 reg = <0xff940000 0x19c>, <0xff941000 0x1000>;
Simon Glass087e9872015-08-30 16:55:20 -06001074 interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
1075 clocks = <&cru ACLK_VOP1>, <&cru DCLK_VOP1>, <&cru HCLK_VOP1>;
1076 clock-names = "aclk_vop", "dclk_vop", "hclk_vop";
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001077 power-domains = <&power RK3288_PD_VIO>;
Simon Glass087e9872015-08-30 16:55:20 -06001078 resets = <&cru SRST_LCDC1_AXI>, <&cru SRST_LCDC1_AHB>, <&cru SRST_LCDC1_DCLK>;
1079 reset-names = "axi", "ahb", "dclk";
1080 iommus = <&vopl_mmu>;
Simon Glass087e9872015-08-30 16:55:20 -06001081 status = "disabled";
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001082
Simon Glass087e9872015-08-30 16:55:20 -06001083 vopl_out: port {
1084 #address-cells = <1>;
1085 #size-cells = <0>;
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001086
Johan Jonker8004e4e2023-03-15 19:34:01 +01001087 vopl_out_hdmi: endpoint@0 {
Simon Glass087e9872015-08-30 16:55:20 -06001088 reg = <0>;
Johan Jonker8004e4e2023-03-15 19:34:01 +01001089 remote-endpoint = <&hdmi_in_vopl>;
Simon Glass087e9872015-08-30 16:55:20 -06001090 };
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001091
Johan Jonker8004e4e2023-03-15 19:34:01 +01001092 vopl_out_edp: endpoint@1 {
Simon Glass087e9872015-08-30 16:55:20 -06001093 reg = <1>;
Johan Jonker8004e4e2023-03-15 19:34:01 +01001094 remote-endpoint = <&edp_in_vopl>;
Simon Glass087e9872015-08-30 16:55:20 -06001095 };
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001096
Johan Jonker8004e4e2023-03-15 19:34:01 +01001097 vopl_out_mipi: endpoint@2 {
Jacob Chen17fd3442016-03-14 11:20:17 +08001098 reg = <2>;
Johan Jonker8004e4e2023-03-15 19:34:01 +01001099 remote-endpoint = <&mipi_in_vopl>;
Jacob Chen17fd3442016-03-14 11:20:17 +08001100 };
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001101
Johan Jonker8004e4e2023-03-15 19:34:01 +01001102 vopl_out_lvds: endpoint@3 {
Eric Gao590c4ac2017-05-02 18:32:45 +08001103 reg = <3>;
Johan Jonker8004e4e2023-03-15 19:34:01 +01001104 remote-endpoint = <&lvds_in_vopl>;
Eric Gao590c4ac2017-05-02 18:32:45 +08001105 };
Simon Glass087e9872015-08-30 16:55:20 -06001106 };
1107 };
1108
1109 vopl_mmu: iommu@ff940300 {
1110 compatible = "rockchip,iommu";
1111 reg = <0xff940300 0x100>;
1112 interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001113 clocks = <&cru ACLK_VOP1>, <&cru HCLK_VOP1>;
1114 clock-names = "aclk", "iface";
Simon Glass087e9872015-08-30 16:55:20 -06001115 power-domains = <&power RK3288_PD_VIO>;
1116 #iommu-cells = <0>;
1117 status = "disabled";
1118 };
1119
Johan Jonker63f0ffb2022-05-02 12:19:34 +02001120 mipi_dsi: mipi@ff960000 {
Johan Jonker8004e4e2023-03-15 19:34:01 +01001121 compatible = "rockchip,rk3288-mipi-dsi", "snps,dw-mipi-dsi";
Johan Jonker63f0ffb2022-05-02 12:19:34 +02001122 reg = <0xff960000 0x4000>;
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001123 interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
Johan Jonker8004e4e2023-03-15 19:34:01 +01001124 clocks = <&cru SCLK_MIPIDSI_24M>, <&cru PCLK_MIPI_DSI0>;
1125 clock-names = "ref", "pclk";
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001126 power-domains = <&power RK3288_PD_VIO>;
Simon Glass087e9872015-08-30 16:55:20 -06001127 rockchip,grf = <&grf>;
Simon Glass087e9872015-08-30 16:55:20 -06001128 status = "disabled";
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001129
Simon Glass087e9872015-08-30 16:55:20 -06001130 ports {
Johan Jonker63f0ffb2022-05-02 12:19:34 +02001131 mipi_in: port {
Simon Glass087e9872015-08-30 16:55:20 -06001132 #address-cells = <1>;
1133 #size-cells = <0>;
Johan Jonker63f0ffb2022-05-02 12:19:34 +02001134 mipi_in_vopb: endpoint@0 {
Simon Glass087e9872015-08-30 16:55:20 -06001135 reg = <0>;
Johan Jonker63f0ffb2022-05-02 12:19:34 +02001136 remote-endpoint = <&vopb_out_mipi>;
Simon Glass087e9872015-08-30 16:55:20 -06001137 };
Johan Jonker63f0ffb2022-05-02 12:19:34 +02001138 mipi_in_vopl: endpoint@1 {
Simon Glass087e9872015-08-30 16:55:20 -06001139 reg = <1>;
Johan Jonker63f0ffb2022-05-02 12:19:34 +02001140 remote-endpoint = <&vopl_out_mipi>;
Simon Glass087e9872015-08-30 16:55:20 -06001141 };
1142 };
1143 };
1144 };
1145
Jacob Chen17fd3442016-03-14 11:20:17 +08001146 lvds: lvds@ff96c000 {
1147 compatible = "rockchip,rk3288-lvds";
1148 reg = <0xff96c000 0x4000>;
1149 clocks = <&cru PCLK_LVDS_PHY>;
1150 clock-names = "pclk_lvds";
Johan Jonker8004e4e2023-03-15 19:34:01 +01001151 pinctrl-names = "lcdc";
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001152 pinctrl-0 = <&lcdc_ctl>;
1153 power-domains = <&power RK3288_PD_VIO>;
Jacob Chen17fd3442016-03-14 11:20:17 +08001154 rockchip,grf = <&grf>;
1155 status = "disabled";
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001156
Jacob Chen17fd3442016-03-14 11:20:17 +08001157 ports {
1158 #address-cells = <1>;
1159 #size-cells = <0>;
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001160
Jacob Chen17fd3442016-03-14 11:20:17 +08001161 lvds_in: port@0 {
1162 reg = <0>;
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001163
Jacob Chen17fd3442016-03-14 11:20:17 +08001164 #address-cells = <1>;
1165 #size-cells = <0>;
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001166
Jacob Chen17fd3442016-03-14 11:20:17 +08001167 lvds_in_vopb: endpoint@0 {
1168 reg = <0>;
1169 remote-endpoint = <&vopb_out_lvds>;
1170 };
1171 lvds_in_vopl: endpoint@1 {
1172 reg = <1>;
1173 remote-endpoint = <&vopl_out_lvds>;
1174 };
1175 };
1176 };
1177 };
1178
Johan Jonker63f0ffb2022-05-02 12:19:34 +02001179 edp: dp@ff970000 {
Johan Jonker8d7b6a82023-03-15 19:33:50 +01001180 compatible = "rockchip,rk3288-dp";
Johan Jonker63f0ffb2022-05-02 12:19:34 +02001181 reg = <0xff970000 0x4000>;
1182 interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;
Johan Jonker8d7b6a82023-03-15 19:33:50 +01001183 clocks = <&cru SCLK_EDP>, <&cru PCLK_EDP_CTRL>;
1184 clock-names = "dp", "pclk";
1185 phys = <&edp_phy>;
1186 phy-names = "dp";
1187 power-domains = <&power RK3288_PD_VIO>;
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001188 resets = <&cru SRST_EDP>;
Johan Jonker8d7b6a82023-03-15 19:33:50 +01001189 reset-names = "dp";
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001190 rockchip,grf = <&grf>;
Eric Gao590c4ac2017-05-02 18:32:45 +08001191 status = "disabled";
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001192
Eric Gao590c4ac2017-05-02 18:32:45 +08001193 ports {
Johan Jonker8d7b6a82023-03-15 19:33:50 +01001194 #address-cells = <1>;
1195 #size-cells = <0>;
1196 edp_in: port@0 {
1197 reg = <0>;
Eric Gao590c4ac2017-05-02 18:32:45 +08001198 #address-cells = <1>;
1199 #size-cells = <0>;
Johan Jonker63f0ffb2022-05-02 12:19:34 +02001200 edp_in_vopb: endpoint@0 {
Eric Gao590c4ac2017-05-02 18:32:45 +08001201 reg = <0>;
Johan Jonker63f0ffb2022-05-02 12:19:34 +02001202 remote-endpoint = <&vopb_out_edp>;
Eric Gao590c4ac2017-05-02 18:32:45 +08001203 };
Johan Jonker63f0ffb2022-05-02 12:19:34 +02001204 edp_in_vopl: endpoint@1 {
Eric Gao590c4ac2017-05-02 18:32:45 +08001205 reg = <1>;
Johan Jonker63f0ffb2022-05-02 12:19:34 +02001206 remote-endpoint = <&vopl_out_edp>;
1207 };
1208 };
1209 };
1210 };
1211
1212 hdmi: hdmi@ff980000 {
1213 compatible = "rockchip,rk3288-dw-hdmi";
1214 reg = <0xff980000 0x20000>;
1215 reg-io-width = <4>;
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001216 #sound-dai-cells = <0>;
Johan Jonker63f0ffb2022-05-02 12:19:34 +02001217 rockchip,grf = <&grf>;
1218 interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
Johan Jonker8004e4e2023-03-15 19:34:01 +01001219 clocks = <&cru PCLK_HDMI_CTRL>, <&cru SCLK_HDMI_HDCP>, <&cru SCLK_HDMI_CEC>;
1220 clock-names = "iahb", "isfr", "cec";
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001221 power-domains = <&power RK3288_PD_VIO>;
Johan Jonker63f0ffb2022-05-02 12:19:34 +02001222 status = "disabled";
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001223
Johan Jonker63f0ffb2022-05-02 12:19:34 +02001224 ports {
1225 hdmi_in: port {
1226 #address-cells = <1>;
1227 #size-cells = <0>;
1228 hdmi_in_vopb: endpoint@0 {
1229 reg = <0>;
1230 remote-endpoint = <&vopb_out_hdmi>;
1231 };
1232 hdmi_in_vopl: endpoint@1 {
1233 reg = <1>;
1234 remote-endpoint = <&vopl_out_hdmi>;
Eric Gao590c4ac2017-05-02 18:32:45 +08001235 };
1236 };
1237 };
1238 };
1239
Simon Glass087e9872015-08-30 16:55:20 -06001240 vpu: video-codec@ff9a0000 {
1241 compatible = "rockchip,rk3288-vpu";
1242 reg = <0xff9a0000 0x800>;
1243 interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>,
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001244 <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
Simon Glass087e9872015-08-30 16:55:20 -06001245 interrupt-names = "vepu", "vdpu";
1246 clocks = <&cru ACLK_VCODEC>, <&cru HCLK_VCODEC>;
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001247 clock-names = "aclk", "hclk";
Simon Glass087e9872015-08-30 16:55:20 -06001248 iommus = <&vpu_mmu>;
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001249 power-domains = <&power RK3288_PD_VIDEO>;
Simon Glass087e9872015-08-30 16:55:20 -06001250 };
1251
1252 vpu_mmu: iommu@ff9a0800 {
1253 compatible = "rockchip,iommu";
1254 reg = <0xff9a0800 0x100>;
1255 interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001256 clocks = <&cru ACLK_VCODEC>, <&cru HCLK_VCODEC>;
1257 clock-names = "aclk", "iface";
1258 #iommu-cells = <0>;
Simon Glass087e9872015-08-30 16:55:20 -06001259 power-domains = <&power RK3288_PD_VIDEO>;
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001260 };
1261
1262 hevc_mmu: iommu@ff9c0440 {
1263 compatible = "rockchip,iommu";
1264 reg = <0xff9c0440 0x40>, <0xff9c0480 0x40>;
1265 interrupts = <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>;
1266 clocks = <&cru ACLK_HEVC>, <&cru HCLK_HEVC>;
1267 clock-names = "aclk", "iface";
Simon Glass087e9872015-08-30 16:55:20 -06001268 #iommu-cells = <0>;
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001269 status = "disabled";
Simon Glass087e9872015-08-30 16:55:20 -06001270 };
1271
1272 gpu: gpu@ffa30000 {
Johan Jonkere116f952022-09-28 16:24:14 +02001273 compatible = "rockchip,rk3288-mali", "arm,mali-t760";
Simon Glass087e9872015-08-30 16:55:20 -06001274 reg = <0xffa30000 0x10000>;
1275 interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>,
1276 <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>,
1277 <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;
Johan Jonkere116f952022-09-28 16:24:14 +02001278 interrupt-names = "job", "mmu", "gpu";
Simon Glass087e9872015-08-30 16:55:20 -06001279 clocks = <&cru ACLK_GPU>;
Johan Jonkere116f952022-09-28 16:24:14 +02001280 operating-points-v2 = <&gpu_opp_table>;
Johan Jonkerf816c742022-09-28 16:24:06 +02001281 #cooling-cells = <2>; /* min followed by max */
Simon Glass087e9872015-08-30 16:55:20 -06001282 power-domains = <&power RK3288_PD_GPU>;
1283 status = "disabled";
1284 };
1285
Johan Jonkere116f952022-09-28 16:24:14 +02001286 gpu_opp_table: opp-table-1 {
1287 compatible = "operating-points-v2";
1288
1289 opp-100000000 {
1290 opp-hz = /bits/ 64 <100000000>;
1291 opp-microvolt = <950000>;
1292 };
1293 opp-200000000 {
1294 opp-hz = /bits/ 64 <200000000>;
1295 opp-microvolt = <950000>;
1296 };
1297 opp-300000000 {
1298 opp-hz = /bits/ 64 <300000000>;
1299 opp-microvolt = <1000000>;
1300 };
1301 opp-400000000 {
1302 opp-hz = /bits/ 64 <400000000>;
1303 opp-microvolt = <1100000>;
1304 };
1305 opp-600000000 {
1306 opp-hz = /bits/ 64 <600000000>;
1307 opp-microvolt = <1250000>;
1308 };
1309 };
1310
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001311 qos_gpu_r: qos@ffaa0000 {
1312 compatible = "rockchip,rk3288-qos", "syscon";
1313 reg = <0xffaa0000 0x20>;
1314 };
1315
1316 qos_gpu_w: qos@ffaa0080 {
1317 compatible = "rockchip,rk3288-qos", "syscon";
1318 reg = <0xffaa0080 0x20>;
1319 };
1320
1321 qos_vio1_vop: qos@ffad0000 {
1322 compatible = "rockchip,rk3288-qos", "syscon";
1323 reg = <0xffad0000 0x20>;
1324 };
1325
1326 qos_vio1_isp_w0: qos@ffad0100 {
1327 compatible = "rockchip,rk3288-qos", "syscon";
1328 reg = <0xffad0100 0x20>;
1329 };
1330
1331 qos_vio1_isp_w1: qos@ffad0180 {
1332 compatible = "rockchip,rk3288-qos", "syscon";
1333 reg = <0x0 0xffad0180 0x0 0x20>;
1334 };
1335
1336 qos_vio0_vop: qos@ffad0400 {
1337 compatible = "rockchip,rk3288-qos", "syscon";
1338 reg = <0x0 0xffad0400 0x0 0x20>;
1339 };
1340
1341 qos_vio0_vip: qos@ffad0480 {
1342 compatible = "rockchip,rk3288-qos", "syscon";
1343 reg = <0xffad0480 0x20>;
1344 };
1345
1346 qos_vio0_iep: qos@ffad0500 {
1347 compatible = "rockchip,rk3288-qos", "syscon";
1348 reg = <0xffad0500 0x20>;
1349 };
1350
1351 qos_vio2_rga_r: qos@ffad0800 {
1352 compatible = "rockchip,rk3288-qos", "syscon";
1353 reg = <0xffad0800 0x20>;
1354 };
1355
1356 qos_vio2_rga_w: qos@ffad0880 {
1357 compatible = "rockchip,rk3288-qos", "syscon";
1358 reg = <0xffad0880 0x20>;
1359 };
1360
1361 qos_vio1_isp_r: qos@ffad0900 {
1362 compatible = "rockchip,rk3288-qos", "syscon";
1363 reg = <0xffad0900 0x20>;
1364 };
1365
1366 qos_video: qos@ffae0000 {
1367 compatible = "rockchip,rk3288-qos", "syscon";
1368 reg = <0xffae0000 0x20>;
1369 };
1370
1371 qos_hevc_r: qos@ffaf0000 {
1372 compatible = "rockchip,rk3288-qos", "syscon";
1373 reg = <0xffaf0000 0x20>;
1374 };
1375
1376 qos_hevc_w: qos@ffaf0080 {
1377 compatible = "rockchip,rk3288-qos", "syscon";
1378 reg = <0xffaf0080 0x20>;
1379 };
1380
Johan Jonker75d78eb2022-05-02 13:22:55 +02001381 dmac_bus_s: dma-controller@ffb20000 {
1382 compatible = "arm,pl330", "arm,primecell";
1383 reg = <0xffb20000 0x4000>;
1384 interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
1385 <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
1386 #dma-cells = <1>;
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001387 arm,pl330-broken-no-flushp;
1388 arm,pl330-periph-burst;
Johan Jonker75d78eb2022-05-02 13:22:55 +02001389 clocks = <&cru ACLK_DMAC1>;
1390 clock-names = "apb_pclk";
1391 };
1392
Simon Glass087e9872015-08-30 16:55:20 -06001393 efuse: efuse@ffb40000 {
1394 compatible = "rockchip,rk3288-efuse";
1395 reg = <0xffb40000 0x10000>;
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001396 #address-cells = <1>;
1397 #size-cells = <1>;
1398 clocks = <&cru PCLK_EFUSE256>;
1399 clock-names = "pclk_efuse";
1400
1401 cpu_id: cpu-id@7 {
1402 reg = <0x07 0x10>;
1403 };
1404 cpu_leakage: cpu_leakage@17 {
1405 reg = <0x17 0x1>;
1406 };
Simon Glass087e9872015-08-30 16:55:20 -06001407 };
1408
1409 gic: interrupt-controller@ffc01000 {
1410 compatible = "arm,gic-400";
1411 interrupt-controller;
1412 #interrupt-cells = <3>;
1413 #address-cells = <0>;
1414
1415 reg = <0xffc01000 0x1000>,
1416 <0xffc02000 0x1000>,
1417 <0xffc04000 0x2000>,
1418 <0xffc06000 0x2000>;
1419 interrupts = <GIC_PPI 9 0xf04>;
1420 };
1421
Simon Glass087e9872015-08-30 16:55:20 -06001422 pinctrl: pinctrl {
1423 compatible = "rockchip,rk3288-pinctrl";
1424 rockchip,grf = <&grf>;
1425 rockchip,pmu = <&pmu>;
1426 #address-cells = <1>;
1427 #size-cells = <1>;
1428 ranges;
1429
1430 gpio0: gpio0@ff750000 {
1431 compatible = "rockchip,gpio-bank";
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001432 reg = <0xff750000 0x100>;
Simon Glass087e9872015-08-30 16:55:20 -06001433 interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
1434 clocks = <&cru PCLK_GPIO0>;
1435
1436 gpio-controller;
1437 #gpio-cells = <2>;
1438
1439 interrupt-controller;
1440 #interrupt-cells = <2>;
1441 };
1442
1443 gpio1: gpio1@ff780000 {
1444 compatible = "rockchip,gpio-bank";
1445 reg = <0xff780000 0x100>;
1446 interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
1447 clocks = <&cru PCLK_GPIO1>;
1448
1449 gpio-controller;
1450 #gpio-cells = <2>;
1451
1452 interrupt-controller;
1453 #interrupt-cells = <2>;
1454 };
1455
1456 gpio2: gpio2@ff790000 {
1457 compatible = "rockchip,gpio-bank";
1458 reg = <0xff790000 0x100>;
1459 interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
1460 clocks = <&cru PCLK_GPIO2>;
1461
1462 gpio-controller;
1463 #gpio-cells = <2>;
1464
1465 interrupt-controller;
1466 #interrupt-cells = <2>;
1467 };
1468
1469 gpio3: gpio3@ff7a0000 {
1470 compatible = "rockchip,gpio-bank";
1471 reg = <0xff7a0000 0x100>;
1472 interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
1473 clocks = <&cru PCLK_GPIO3>;
1474
1475 gpio-controller;
1476 #gpio-cells = <2>;
1477
1478 interrupt-controller;
1479 #interrupt-cells = <2>;
1480 };
1481
1482 gpio4: gpio4@ff7b0000 {
1483 compatible = "rockchip,gpio-bank";
1484 reg = <0xff7b0000 0x100>;
1485 interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
1486 clocks = <&cru PCLK_GPIO4>;
1487
1488 gpio-controller;
1489 #gpio-cells = <2>;
1490
1491 interrupt-controller;
1492 #interrupt-cells = <2>;
1493 };
1494
1495 gpio5: gpio5@ff7c0000 {
1496 compatible = "rockchip,gpio-bank";
1497 reg = <0xff7c0000 0x100>;
1498 interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
1499 clocks = <&cru PCLK_GPIO5>;
1500
1501 gpio-controller;
1502 #gpio-cells = <2>;
1503
1504 interrupt-controller;
1505 #interrupt-cells = <2>;
1506 };
1507
1508 gpio6: gpio6@ff7d0000 {
1509 compatible = "rockchip,gpio-bank";
1510 reg = <0xff7d0000 0x100>;
1511 interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
1512 clocks = <&cru PCLK_GPIO6>;
1513
1514 gpio-controller;
1515 #gpio-cells = <2>;
1516
1517 interrupt-controller;
1518 #interrupt-cells = <2>;
1519 };
1520
1521 gpio7: gpio7@ff7e0000 {
1522 compatible = "rockchip,gpio-bank";
1523 reg = <0xff7e0000 0x100>;
1524 interrupts = <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>;
1525 clocks = <&cru PCLK_GPIO7>;
1526
1527 gpio-controller;
1528 #gpio-cells = <2>;
1529
1530 interrupt-controller;
1531 #interrupt-cells = <2>;
1532 };
1533
1534 gpio8: gpio8@ff7f0000 {
1535 compatible = "rockchip,gpio-bank";
1536 reg = <0xff7f0000 0x100>;
1537 interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
1538 clocks = <&cru PCLK_GPIO8>;
1539
1540 gpio-controller;
1541 #gpio-cells = <2>;
1542
1543 interrupt-controller;
1544 #interrupt-cells = <2>;
1545 };
1546
Suniel Mahesh6d308e72020-07-21 20:54:36 +05301547 hdmi {
1548 hdmi_cec_c0: hdmi-cec-c0 {
1549 rockchip,pins = <7 RK_PC0 2 &pcfg_pull_none>;
1550 };
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001551
1552 hdmi_cec_c7: hdmi-cec-c7 {
1553 rockchip,pins = <7 RK_PC7 4 &pcfg_pull_none>;
1554 };
1555
1556 hdmi_ddc: hdmi-ddc {
1557 rockchip,pins = <7 RK_PC3 2 &pcfg_pull_none>,
1558 <7 RK_PC4 2 &pcfg_pull_none>;
1559 };
1560
1561 hdmi_ddc_unwedge: hdmi-ddc-unwedge {
1562 rockchip,pins = <7 RK_PC3 RK_FUNC_GPIO &pcfg_output_low>,
1563 <7 RK_PC4 2 &pcfg_pull_none>;
1564 };
Suniel Mahesh6d308e72020-07-21 20:54:36 +05301565 };
1566
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001567 pcfg_output_low: pcfg-output-low {
1568 output-low;
1569 };
1570
Simon Glass087e9872015-08-30 16:55:20 -06001571 pcfg_pull_up: pcfg-pull-up {
1572 bias-pull-up;
1573 };
1574
1575 pcfg_pull_down: pcfg-pull-down {
1576 bias-pull-down;
1577 };
1578
1579 pcfg_pull_none: pcfg-pull-none {
1580 bias-disable;
1581 };
1582
1583 pcfg_pull_none_12ma: pcfg-pull-none-12ma {
1584 bias-disable;
1585 drive-strength = <12>;
1586 };
1587
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001588 suspend {
Simon Glass087e9872015-08-30 16:55:20 -06001589 global_pwroff: global-pwroff {
Johan Jonker642daa72022-05-02 10:58:27 +02001590 rockchip,pins = <0 RK_PA0 1 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001591 };
1592
1593 ddrio_pwroff: ddrio-pwroff {
Johan Jonker642daa72022-05-02 10:58:27 +02001594 rockchip,pins = <0 RK_PA1 1 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001595 };
1596
1597 ddr0_retention: ddr0-retention {
Johan Jonker642daa72022-05-02 10:58:27 +02001598 rockchip,pins = <0 RK_PA2 1 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001599 };
1600
1601 ddr1_retention: ddr1-retention {
Johan Jonker642daa72022-05-02 10:58:27 +02001602 rockchip,pins = <0 RK_PA3 1 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001603 };
1604 };
1605
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001606 edp {
1607 edp_hpd: edp-hpd {
1608 rockchip,pins = <7 RK_PB3 2 &pcfg_pull_down>;
1609 };
1610 };
1611
Simon Glass087e9872015-08-30 16:55:20 -06001612 i2c0 {
1613 i2c0_xfer: i2c0-xfer {
Johan Jonker642daa72022-05-02 10:58:27 +02001614 rockchip,pins = <0 RK_PB7 1 &pcfg_pull_none>,
1615 <0 RK_PC0 1 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001616 };
1617 };
1618
1619 i2c1 {
1620 i2c1_xfer: i2c1-xfer {
Johan Jonker642daa72022-05-02 10:58:27 +02001621 rockchip,pins = <8 RK_PA4 1 &pcfg_pull_none>,
1622 <8 RK_PA5 1 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001623 };
1624 };
1625
1626 i2c2 {
1627 i2c2_xfer: i2c2-xfer {
Johan Jonker642daa72022-05-02 10:58:27 +02001628 rockchip,pins = <6 RK_PB1 1 &pcfg_pull_none>,
1629 <6 RK_PB2 1 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001630 };
1631 };
1632
1633 i2c3 {
1634 i2c3_xfer: i2c3-xfer {
Johan Jonker642daa72022-05-02 10:58:27 +02001635 rockchip,pins = <2 RK_PC0 1 &pcfg_pull_none>,
1636 <2 RK_PC1 1 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001637 };
1638 };
1639
1640 i2c4 {
1641 i2c4_xfer: i2c4-xfer {
Johan Jonker642daa72022-05-02 10:58:27 +02001642 rockchip,pins = <7 RK_PC1 1 &pcfg_pull_none>,
1643 <7 RK_PC2 1 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001644 };
1645 };
1646
1647 i2c5 {
1648 i2c5_xfer: i2c5-xfer {
Johan Jonker642daa72022-05-02 10:58:27 +02001649 rockchip,pins = <7 RK_PC3 1 &pcfg_pull_none>,
1650 <7 RK_PC4 1 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001651 };
1652 };
1653
1654 i2s0 {
1655 i2s0_bus: i2s0-bus {
Johan Jonker642daa72022-05-02 10:58:27 +02001656 rockchip,pins = <6 RK_PA0 1 &pcfg_pull_none>,
1657 <6 RK_PA1 1 &pcfg_pull_none>,
1658 <6 RK_PA2 1 &pcfg_pull_none>,
1659 <6 RK_PA3 1 &pcfg_pull_none>,
1660 <6 RK_PA4 1 &pcfg_pull_none>,
1661 <6 RK_PB0 1 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001662 };
1663 };
1664
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001665 lcdc {
1666 lcdc_ctl: lcdc-ctl {
Johan Jonker642daa72022-05-02 10:58:27 +02001667 rockchip,pins = <1 RK_PD0 1 &pcfg_pull_none>,
1668 <1 RK_PD1 1 &pcfg_pull_none>,
1669 <1 RK_PD2 1 &pcfg_pull_none>,
1670 <1 RK_PD3 1 &pcfg_pull_none>;
Jacob Chen17fd3442016-03-14 11:20:17 +08001671 };
1672 };
1673
Simon Glass087e9872015-08-30 16:55:20 -06001674 sdmmc {
1675 sdmmc_clk: sdmmc-clk {
Johan Jonker642daa72022-05-02 10:58:27 +02001676 rockchip,pins = <6 RK_PC4 1 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001677 };
1678
1679 sdmmc_cmd: sdmmc-cmd {
Johan Jonker642daa72022-05-02 10:58:27 +02001680 rockchip,pins = <6 RK_PC5 1 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001681 };
1682
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001683 sdmmc_cd: sdmmc-cd {
Johan Jonker642daa72022-05-02 10:58:27 +02001684 rockchip,pins = <6 RK_PC6 1 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001685 };
1686
1687 sdmmc_bus1: sdmmc-bus1 {
Johan Jonker642daa72022-05-02 10:58:27 +02001688 rockchip,pins = <6 RK_PC0 1 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001689 };
1690
1691 sdmmc_bus4: sdmmc-bus4 {
Johan Jonker642daa72022-05-02 10:58:27 +02001692 rockchip,pins = <6 RK_PC0 1 &pcfg_pull_up>,
1693 <6 RK_PC1 1 &pcfg_pull_up>,
1694 <6 RK_PC2 1 &pcfg_pull_up>,
1695 <6 RK_PC3 1 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001696 };
1697 };
1698
1699 sdio0 {
1700 sdio0_bus1: sdio0-bus1 {
Johan Jonker642daa72022-05-02 10:58:27 +02001701 rockchip,pins = <4 RK_PC4 1 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001702 };
1703
1704 sdio0_bus4: sdio0-bus4 {
Johan Jonker642daa72022-05-02 10:58:27 +02001705 rockchip,pins = <4 RK_PC4 1 &pcfg_pull_up>,
1706 <4 RK_PC5 1 &pcfg_pull_up>,
1707 <4 RK_PC6 1 &pcfg_pull_up>,
1708 <4 RK_PC7 1 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001709 };
1710
1711 sdio0_cmd: sdio0-cmd {
Johan Jonker642daa72022-05-02 10:58:27 +02001712 rockchip,pins = <4 RK_PD0 1 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001713 };
1714
1715 sdio0_clk: sdio0-clk {
Johan Jonker642daa72022-05-02 10:58:27 +02001716 rockchip,pins = <4 RK_PD1 1 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001717 };
1718
1719 sdio0_cd: sdio0-cd {
Johan Jonker642daa72022-05-02 10:58:27 +02001720 rockchip,pins = <4 RK_PD2 1 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001721 };
1722
1723 sdio0_wp: sdio0-wp {
Johan Jonker642daa72022-05-02 10:58:27 +02001724 rockchip,pins = <4 RK_PD3 1 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001725 };
1726
1727 sdio0_pwr: sdio0-pwr {
Johan Jonker642daa72022-05-02 10:58:27 +02001728 rockchip,pins = <4 RK_PD4 1 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001729 };
1730
1731 sdio0_bkpwr: sdio0-bkpwr {
Johan Jonker642daa72022-05-02 10:58:27 +02001732 rockchip,pins = <4 RK_PD5 1 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001733 };
1734
1735 sdio0_int: sdio0-int {
Johan Jonker642daa72022-05-02 10:58:27 +02001736 rockchip,pins = <4 RK_PD6 1 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001737 };
1738 };
1739
1740 sdio1 {
1741 sdio1_bus1: sdio1-bus1 {
Johan Jonker642daa72022-05-02 10:58:27 +02001742 rockchip,pins = <3 RK_PD0 4 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001743 };
1744
1745 sdio1_bus4: sdio1-bus4 {
Johan Jonker642daa72022-05-02 10:58:27 +02001746 rockchip,pins = <3 RK_PD0 4 &pcfg_pull_up>,
1747 <3 RK_PD1 4 &pcfg_pull_up>,
1748 <3 RK_PD2 4 &pcfg_pull_up>,
1749 <3 RK_PD3 4 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001750 };
1751
1752 sdio1_cd: sdio1-cd {
Johan Jonker642daa72022-05-02 10:58:27 +02001753 rockchip,pins = <3 RK_PD4 4 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001754 };
1755
1756 sdio1_wp: sdio1-wp {
Johan Jonker642daa72022-05-02 10:58:27 +02001757 rockchip,pins = <3 RK_PD5 4 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001758 };
1759
1760 sdio1_bkpwr: sdio1-bkpwr {
Johan Jonker642daa72022-05-02 10:58:27 +02001761 rockchip,pins = <3 RK_PD6 4 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001762 };
1763
1764 sdio1_int: sdio1-int {
Johan Jonker642daa72022-05-02 10:58:27 +02001765 rockchip,pins = <3 RK_PD7 4 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001766 };
1767
1768 sdio1_cmd: sdio1-cmd {
Johan Jonker642daa72022-05-02 10:58:27 +02001769 rockchip,pins = <4 RK_PA6 4 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001770 };
1771
1772 sdio1_clk: sdio1-clk {
Johan Jonker642daa72022-05-02 10:58:27 +02001773 rockchip,pins = <4 RK_PA7 4 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001774 };
1775
1776 sdio1_pwr: sdio1-pwr {
Johan Jonker642daa72022-05-02 10:58:27 +02001777 rockchip,pins = <4 RK_PB1 4 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001778 };
1779 };
1780
1781 emmc {
1782 emmc_clk: emmc-clk {
Johan Jonker642daa72022-05-02 10:58:27 +02001783 rockchip,pins = <3 RK_PC2 2 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001784 };
1785
1786 emmc_cmd: emmc-cmd {
Johan Jonker642daa72022-05-02 10:58:27 +02001787 rockchip,pins = <3 RK_PC0 2 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001788 };
1789
1790 emmc_pwr: emmc-pwr {
Johan Jonker642daa72022-05-02 10:58:27 +02001791 rockchip,pins = <3 RK_PB1 2 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001792 };
1793
1794 emmc_bus1: emmc-bus1 {
Johan Jonker642daa72022-05-02 10:58:27 +02001795 rockchip,pins = <3 RK_PA0 2 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001796 };
1797
1798 emmc_bus4: emmc-bus4 {
Johan Jonker642daa72022-05-02 10:58:27 +02001799 rockchip,pins = <3 RK_PA0 2 &pcfg_pull_up>,
1800 <3 RK_PA1 2 &pcfg_pull_up>,
1801 <3 RK_PA2 2 &pcfg_pull_up>,
1802 <3 RK_PA3 2 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001803 };
1804
1805 emmc_bus8: emmc-bus8 {
Johan Jonker642daa72022-05-02 10:58:27 +02001806 rockchip,pins = <3 RK_PA0 2 &pcfg_pull_up>,
1807 <3 RK_PA1 2 &pcfg_pull_up>,
1808 <3 RK_PA2 2 &pcfg_pull_up>,
1809 <3 RK_PA3 2 &pcfg_pull_up>,
1810 <3 RK_PA4 2 &pcfg_pull_up>,
1811 <3 RK_PA5 2 &pcfg_pull_up>,
1812 <3 RK_PA6 2 &pcfg_pull_up>,
1813 <3 RK_PA7 2 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001814 };
1815 };
1816
1817 spi0 {
1818 spi0_clk: spi0-clk {
Johan Jonker642daa72022-05-02 10:58:27 +02001819 rockchip,pins = <5 RK_PB4 1 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001820 };
1821 spi0_cs0: spi0-cs0 {
Johan Jonker642daa72022-05-02 10:58:27 +02001822 rockchip,pins = <5 RK_PB5 1 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001823 };
1824 spi0_tx: spi0-tx {
Johan Jonker642daa72022-05-02 10:58:27 +02001825 rockchip,pins = <5 RK_PB6 1 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001826 };
1827 spi0_rx: spi0-rx {
Johan Jonker642daa72022-05-02 10:58:27 +02001828 rockchip,pins = <5 RK_PB7 1 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001829 };
1830 spi0_cs1: spi0-cs1 {
Johan Jonker642daa72022-05-02 10:58:27 +02001831 rockchip,pins = <5 RK_PC0 1 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001832 };
1833 };
1834 spi1 {
1835 spi1_clk: spi1-clk {
Johan Jonker642daa72022-05-02 10:58:27 +02001836 rockchip,pins = <7 RK_PB4 2 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001837 };
1838 spi1_cs0: spi1-cs0 {
Johan Jonker642daa72022-05-02 10:58:27 +02001839 rockchip,pins = <7 RK_PB5 2 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001840 };
1841 spi1_rx: spi1-rx {
Johan Jonker642daa72022-05-02 10:58:27 +02001842 rockchip,pins = <7 RK_PB6 2 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001843 };
1844 spi1_tx: spi1-tx {
Johan Jonker642daa72022-05-02 10:58:27 +02001845 rockchip,pins = <7 RK_PB7 2 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001846 };
1847 };
1848
1849 spi2 {
1850 spi2_cs1: spi2-cs1 {
Johan Jonker642daa72022-05-02 10:58:27 +02001851 rockchip,pins = <8 RK_PA3 1 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001852 };
1853 spi2_clk: spi2-clk {
Johan Jonker642daa72022-05-02 10:58:27 +02001854 rockchip,pins = <8 RK_PA6 1 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001855 };
1856 spi2_cs0: spi2-cs0 {
Johan Jonker642daa72022-05-02 10:58:27 +02001857 rockchip,pins = <8 RK_PA7 1 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001858 };
1859 spi2_rx: spi2-rx {
Johan Jonker642daa72022-05-02 10:58:27 +02001860 rockchip,pins = <8 RK_PB0 1 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001861 };
1862 spi2_tx: spi2-tx {
Johan Jonker642daa72022-05-02 10:58:27 +02001863 rockchip,pins = <8 RK_PB1 1 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001864 };
1865 };
1866
1867 uart0 {
1868 uart0_xfer: uart0-xfer {
Johan Jonker642daa72022-05-02 10:58:27 +02001869 rockchip,pins = <4 RK_PC0 1 &pcfg_pull_up>,
1870 <4 RK_PC1 1 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001871 };
1872
1873 uart0_cts: uart0-cts {
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001874 rockchip,pins = <4 RK_PC2 1 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001875 };
1876
1877 uart0_rts: uart0-rts {
Johan Jonker642daa72022-05-02 10:58:27 +02001878 rockchip,pins = <4 RK_PC3 1 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001879 };
1880 };
1881
1882 uart1 {
1883 uart1_xfer: uart1-xfer {
Johan Jonker642daa72022-05-02 10:58:27 +02001884 rockchip,pins = <5 RK_PB0 1 &pcfg_pull_up>,
1885 <5 RK_PB1 1 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001886 };
1887
1888 uart1_cts: uart1-cts {
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001889 rockchip,pins = <5 RK_PB2 1 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001890 };
1891
1892 uart1_rts: uart1-rts {
Johan Jonker642daa72022-05-02 10:58:27 +02001893 rockchip,pins = <5 RK_PB3 1 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001894 };
1895 };
1896
1897 uart2 {
1898 uart2_xfer: uart2-xfer {
Johan Jonker642daa72022-05-02 10:58:27 +02001899 rockchip,pins = <7 RK_PC6 1 &pcfg_pull_up>,
1900 <7 RK_PC7 1 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001901 };
1902 /* no rts / cts for uart2 */
1903 };
1904
1905 uart3 {
1906 uart3_xfer: uart3-xfer {
Johan Jonker642daa72022-05-02 10:58:27 +02001907 rockchip,pins = <7 RK_PA7 1 &pcfg_pull_up>,
1908 <7 RK_PB0 1 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001909 };
1910
1911 uart3_cts: uart3-cts {
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001912 rockchip,pins = <7 RK_PB1 1 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001913 };
1914
1915 uart3_rts: uart3-rts {
Johan Jonker642daa72022-05-02 10:58:27 +02001916 rockchip,pins = <7 RK_PB2 1 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001917 };
1918 };
1919
1920 uart4 {
1921 uart4_xfer: uart4-xfer {
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001922 rockchip,pins = <5 RK_PB7 3 &pcfg_pull_up>,
1923 <5 RK_PB6 3 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001924 };
1925
1926 uart4_cts: uart4-cts {
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001927 rockchip,pins = <5 RK_PB4 3 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001928 };
1929
1930 uart4_rts: uart4-rts {
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001931 rockchip,pins = <5 RK_PB5 3 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001932 };
1933 };
1934
1935 tsadc {
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001936 otp_pin: otp-pin {
1937 rockchip,pins = <0 RK_PB2 RK_FUNC_GPIO &pcfg_pull_none>;
1938 };
1939
Simon Glass087e9872015-08-30 16:55:20 -06001940 otp_out: otp-out {
Johan Jonker642daa72022-05-02 10:58:27 +02001941 rockchip,pins = <0 RK_PB2 1 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001942 };
1943 };
1944
1945 pwm0 {
1946 pwm0_pin: pwm0-pin {
Johan Jonker642daa72022-05-02 10:58:27 +02001947 rockchip,pins = <7 RK_PA0 1 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001948 };
1949 };
1950
1951 pwm1 {
1952 pwm1_pin: pwm1-pin {
Johan Jonker642daa72022-05-02 10:58:27 +02001953 rockchip,pins = <7 RK_PA1 1 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001954 };
1955 };
1956
1957 pwm2 {
1958 pwm2_pin: pwm2-pin {
Johan Jonker642daa72022-05-02 10:58:27 +02001959 rockchip,pins = <7 RK_PC6 3 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001960 };
1961 };
1962
1963 pwm3 {
1964 pwm3_pin: pwm3-pin {
Johan Jonker642daa72022-05-02 10:58:27 +02001965 rockchip,pins = <7 RK_PC7 3 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001966 };
1967 };
1968
1969 gmac {
1970 rgmii_pins: rgmii-pins {
Johan Jonker642daa72022-05-02 10:58:27 +02001971 rockchip,pins = <3 RK_PD6 3 &pcfg_pull_none>,
1972 <3 RK_PD7 3 &pcfg_pull_none>,
1973 <3 RK_PD2 3 &pcfg_pull_none>,
1974 <3 RK_PD3 3 &pcfg_pull_none>,
1975 <3 RK_PD4 3 &pcfg_pull_none_12ma>,
1976 <3 RK_PD5 3 &pcfg_pull_none_12ma>,
1977 <3 RK_PD0 3 &pcfg_pull_none_12ma>,
1978 <3 RK_PD1 3 &pcfg_pull_none_12ma>,
1979 <4 RK_PA0 3 &pcfg_pull_none>,
1980 <4 RK_PA5 3 &pcfg_pull_none>,
1981 <4 RK_PA6 3 &pcfg_pull_none>,
1982 <4 RK_PB1 3 &pcfg_pull_none_12ma>,
1983 <4 RK_PA4 3 &pcfg_pull_none_12ma>,
1984 <4 RK_PA1 3 &pcfg_pull_none>,
1985 <4 RK_PA3 3 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001986 };
1987
1988 rmii_pins: rmii-pins {
Johan Jonker642daa72022-05-02 10:58:27 +02001989 rockchip,pins = <3 RK_PD6 3 &pcfg_pull_none>,
1990 <3 RK_PD7 3 &pcfg_pull_none>,
1991 <3 RK_PD4 3 &pcfg_pull_none>,
1992 <3 RK_PD5 3 &pcfg_pull_none>,
1993 <4 RK_PA0 3 &pcfg_pull_none>,
1994 <4 RK_PA5 3 &pcfg_pull_none>,
1995 <4 RK_PA4 3 &pcfg_pull_none>,
1996 <4 RK_PA1 3 &pcfg_pull_none>,
1997 <4 RK_PA2 3 &pcfg_pull_none>,
1998 <4 RK_PA3 3 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001999 };
2000 };
Simon Glass15019802016-01-21 19:45:21 -07002001
2002 spdif {
2003 spdif_tx: spdif-tx {
Johan Jonker642daa72022-05-02 10:58:27 +02002004 rockchip,pins = <6 RK_PB3 1 &pcfg_pull_none>;
Simon Glass15019802016-01-21 19:45:21 -07002005 };
2006 };
Simon Glass087e9872015-08-30 16:55:20 -06002007 };
Simon Glass087e9872015-08-30 16:55:20 -06002008};