blob: f06d1f5bcc05c0e7b7b8dd75b974f8005bfcb83c [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";
1024 reg = <0xff930000 0x19c>;
1025 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
Simon Glass087e9872015-08-30 16:55:20 -06001038 vopb_out_edp: endpoint@0 {
1039 reg = <0>;
1040 remote-endpoint = <&edp_in_vopb>;
1041 };
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001042
Simon Glass087e9872015-08-30 16:55:20 -06001043 vopb_out_hdmi: endpoint@1 {
1044 reg = <1>;
1045 remote-endpoint = <&hdmi_in_vopb>;
1046 };
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001047
Jacob Chen17fd3442016-03-14 11:20:17 +08001048 vopb_out_lvds: endpoint@2 {
1049 reg = <2>;
1050 remote-endpoint = <&lvds_in_vopb>;
1051 };
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001052
Eric Gao590c4ac2017-05-02 18:32:45 +08001053 vopb_out_mipi: endpoint@3 {
1054 reg = <3>;
1055 remote-endpoint = <&mipi_in_vopb>;
1056 };
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";
1073 reg = <0xff940000 0x19c>;
1074 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
Simon Glass087e9872015-08-30 16:55:20 -06001087 vopl_out_edp: endpoint@0 {
1088 reg = <0>;
1089 remote-endpoint = <&edp_in_vopl>;
1090 };
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001091
Simon Glass087e9872015-08-30 16:55:20 -06001092 vopl_out_hdmi: endpoint@1 {
1093 reg = <1>;
1094 remote-endpoint = <&hdmi_in_vopl>;
1095 };
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001096
Jacob Chen17fd3442016-03-14 11:20:17 +08001097 vopl_out_lvds: endpoint@2 {
1098 reg = <2>;
1099 remote-endpoint = <&lvds_in_vopl>;
1100 };
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001101
Eric Gao590c4ac2017-05-02 18:32:45 +08001102 vopl_out_mipi: endpoint@3 {
1103 reg = <3>;
1104 remote-endpoint = <&mipi_in_vopl>;
1105 };
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 {
1121 compatible = "rockchip,rk3288_mipi_dsi";
1122 reg = <0xff960000 0x4000>;
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001123 interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
Johan Jonker63f0ffb2022-05-02 12:19:34 +02001124 clocks = <&cru PCLK_MIPI_DSI0>;
1125 clock-names = "pclk_mipi";
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";
1151 pinctrl-names = "default";
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 {
1180 compatible = "rockchip,rk3288-edp";
1181 reg = <0xff970000 0x4000>;
1182 interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;
1183 clocks = <&cru SCLK_EDP>, <&cru SCLK_EDP_24M>, <&cru PCLK_EDP_CTRL>;
Johan Jonker63f0ffb2022-05-02 12:19:34 +02001184 clock-names = "clk_edp", "clk_edp_24m", "pclk_edp";
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001185 resets = <&cru SRST_EDP>;
Johan Jonker63f0ffb2022-05-02 12:19:34 +02001186 reset-names = "edp";
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001187 rockchip,grf = <&grf>;
Johan Jonker63f0ffb2022-05-02 12:19:34 +02001188 power-domains = <&power RK3288_PD_VIO>;
Eric Gao590c4ac2017-05-02 18:32:45 +08001189 status = "disabled";
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001190
Eric Gao590c4ac2017-05-02 18:32:45 +08001191 ports {
Johan Jonker63f0ffb2022-05-02 12:19:34 +02001192 edp_in: port {
Eric Gao590c4ac2017-05-02 18:32:45 +08001193 #address-cells = <1>;
1194 #size-cells = <0>;
Johan Jonker63f0ffb2022-05-02 12:19:34 +02001195 edp_in_vopb: endpoint@0 {
Eric Gao590c4ac2017-05-02 18:32:45 +08001196 reg = <0>;
Johan Jonker63f0ffb2022-05-02 12:19:34 +02001197 remote-endpoint = <&vopb_out_edp>;
Eric Gao590c4ac2017-05-02 18:32:45 +08001198 };
Johan Jonker63f0ffb2022-05-02 12:19:34 +02001199 edp_in_vopl: endpoint@1 {
Eric Gao590c4ac2017-05-02 18:32:45 +08001200 reg = <1>;
Johan Jonker63f0ffb2022-05-02 12:19:34 +02001201 remote-endpoint = <&vopl_out_edp>;
1202 };
1203 };
1204 };
1205 };
1206
1207 hdmi: hdmi@ff980000 {
1208 compatible = "rockchip,rk3288-dw-hdmi";
1209 reg = <0xff980000 0x20000>;
1210 reg-io-width = <4>;
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001211 #sound-dai-cells = <0>;
Johan Jonker63f0ffb2022-05-02 12:19:34 +02001212 rockchip,grf = <&grf>;
1213 interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
1214 clocks = <&cru PCLK_HDMI_CTRL>, <&cru SCLK_HDMI_HDCP>;
1215 clock-names = "iahb", "isfr";
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001216 power-domains = <&power RK3288_PD_VIO>;
Johan Jonker63f0ffb2022-05-02 12:19:34 +02001217 status = "disabled";
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001218
Johan Jonker63f0ffb2022-05-02 12:19:34 +02001219 ports {
1220 hdmi_in: port {
1221 #address-cells = <1>;
1222 #size-cells = <0>;
1223 hdmi_in_vopb: endpoint@0 {
1224 reg = <0>;
1225 remote-endpoint = <&vopb_out_hdmi>;
1226 };
1227 hdmi_in_vopl: endpoint@1 {
1228 reg = <1>;
1229 remote-endpoint = <&vopl_out_hdmi>;
Eric Gao590c4ac2017-05-02 18:32:45 +08001230 };
1231 };
1232 };
1233 };
1234
Simon Glass087e9872015-08-30 16:55:20 -06001235 vpu: video-codec@ff9a0000 {
1236 compatible = "rockchip,rk3288-vpu";
1237 reg = <0xff9a0000 0x800>;
1238 interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>,
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001239 <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
Simon Glass087e9872015-08-30 16:55:20 -06001240 interrupt-names = "vepu", "vdpu";
1241 clocks = <&cru ACLK_VCODEC>, <&cru HCLK_VCODEC>;
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001242 clock-names = "aclk", "hclk";
Simon Glass087e9872015-08-30 16:55:20 -06001243 iommus = <&vpu_mmu>;
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001244 power-domains = <&power RK3288_PD_VIDEO>;
Simon Glass087e9872015-08-30 16:55:20 -06001245 };
1246
1247 vpu_mmu: iommu@ff9a0800 {
1248 compatible = "rockchip,iommu";
1249 reg = <0xff9a0800 0x100>;
1250 interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001251 clocks = <&cru ACLK_VCODEC>, <&cru HCLK_VCODEC>;
1252 clock-names = "aclk", "iface";
1253 #iommu-cells = <0>;
Simon Glass087e9872015-08-30 16:55:20 -06001254 power-domains = <&power RK3288_PD_VIDEO>;
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001255 };
1256
1257 hevc_mmu: iommu@ff9c0440 {
1258 compatible = "rockchip,iommu";
1259 reg = <0xff9c0440 0x40>, <0xff9c0480 0x40>;
1260 interrupts = <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>;
1261 clocks = <&cru ACLK_HEVC>, <&cru HCLK_HEVC>;
1262 clock-names = "aclk", "iface";
Simon Glass087e9872015-08-30 16:55:20 -06001263 #iommu-cells = <0>;
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001264 status = "disabled";
Simon Glass087e9872015-08-30 16:55:20 -06001265 };
1266
1267 gpu: gpu@ffa30000 {
Johan Jonkere116f952022-09-28 16:24:14 +02001268 compatible = "rockchip,rk3288-mali", "arm,mali-t760";
Simon Glass087e9872015-08-30 16:55:20 -06001269 reg = <0xffa30000 0x10000>;
1270 interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>,
1271 <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>,
1272 <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;
Johan Jonkere116f952022-09-28 16:24:14 +02001273 interrupt-names = "job", "mmu", "gpu";
Simon Glass087e9872015-08-30 16:55:20 -06001274 clocks = <&cru ACLK_GPU>;
Johan Jonkere116f952022-09-28 16:24:14 +02001275 operating-points-v2 = <&gpu_opp_table>;
Johan Jonkerf816c742022-09-28 16:24:06 +02001276 #cooling-cells = <2>; /* min followed by max */
Simon Glass087e9872015-08-30 16:55:20 -06001277 power-domains = <&power RK3288_PD_GPU>;
1278 status = "disabled";
1279 };
1280
Johan Jonkere116f952022-09-28 16:24:14 +02001281 gpu_opp_table: opp-table-1 {
1282 compatible = "operating-points-v2";
1283
1284 opp-100000000 {
1285 opp-hz = /bits/ 64 <100000000>;
1286 opp-microvolt = <950000>;
1287 };
1288 opp-200000000 {
1289 opp-hz = /bits/ 64 <200000000>;
1290 opp-microvolt = <950000>;
1291 };
1292 opp-300000000 {
1293 opp-hz = /bits/ 64 <300000000>;
1294 opp-microvolt = <1000000>;
1295 };
1296 opp-400000000 {
1297 opp-hz = /bits/ 64 <400000000>;
1298 opp-microvolt = <1100000>;
1299 };
1300 opp-600000000 {
1301 opp-hz = /bits/ 64 <600000000>;
1302 opp-microvolt = <1250000>;
1303 };
1304 };
1305
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001306 qos_gpu_r: qos@ffaa0000 {
1307 compatible = "rockchip,rk3288-qos", "syscon";
1308 reg = <0xffaa0000 0x20>;
1309 };
1310
1311 qos_gpu_w: qos@ffaa0080 {
1312 compatible = "rockchip,rk3288-qos", "syscon";
1313 reg = <0xffaa0080 0x20>;
1314 };
1315
1316 qos_vio1_vop: qos@ffad0000 {
1317 compatible = "rockchip,rk3288-qos", "syscon";
1318 reg = <0xffad0000 0x20>;
1319 };
1320
1321 qos_vio1_isp_w0: qos@ffad0100 {
1322 compatible = "rockchip,rk3288-qos", "syscon";
1323 reg = <0xffad0100 0x20>;
1324 };
1325
1326 qos_vio1_isp_w1: qos@ffad0180 {
1327 compatible = "rockchip,rk3288-qos", "syscon";
1328 reg = <0x0 0xffad0180 0x0 0x20>;
1329 };
1330
1331 qos_vio0_vop: qos@ffad0400 {
1332 compatible = "rockchip,rk3288-qos", "syscon";
1333 reg = <0x0 0xffad0400 0x0 0x20>;
1334 };
1335
1336 qos_vio0_vip: qos@ffad0480 {
1337 compatible = "rockchip,rk3288-qos", "syscon";
1338 reg = <0xffad0480 0x20>;
1339 };
1340
1341 qos_vio0_iep: qos@ffad0500 {
1342 compatible = "rockchip,rk3288-qos", "syscon";
1343 reg = <0xffad0500 0x20>;
1344 };
1345
1346 qos_vio2_rga_r: qos@ffad0800 {
1347 compatible = "rockchip,rk3288-qos", "syscon";
1348 reg = <0xffad0800 0x20>;
1349 };
1350
1351 qos_vio2_rga_w: qos@ffad0880 {
1352 compatible = "rockchip,rk3288-qos", "syscon";
1353 reg = <0xffad0880 0x20>;
1354 };
1355
1356 qos_vio1_isp_r: qos@ffad0900 {
1357 compatible = "rockchip,rk3288-qos", "syscon";
1358 reg = <0xffad0900 0x20>;
1359 };
1360
1361 qos_video: qos@ffae0000 {
1362 compatible = "rockchip,rk3288-qos", "syscon";
1363 reg = <0xffae0000 0x20>;
1364 };
1365
1366 qos_hevc_r: qos@ffaf0000 {
1367 compatible = "rockchip,rk3288-qos", "syscon";
1368 reg = <0xffaf0000 0x20>;
1369 };
1370
1371 qos_hevc_w: qos@ffaf0080 {
1372 compatible = "rockchip,rk3288-qos", "syscon";
1373 reg = <0xffaf0080 0x20>;
1374 };
1375
Johan Jonker75d78eb2022-05-02 13:22:55 +02001376 dmac_bus_s: dma-controller@ffb20000 {
1377 compatible = "arm,pl330", "arm,primecell";
1378 reg = <0xffb20000 0x4000>;
1379 interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
1380 <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
1381 #dma-cells = <1>;
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001382 arm,pl330-broken-no-flushp;
1383 arm,pl330-periph-burst;
Johan Jonker75d78eb2022-05-02 13:22:55 +02001384 clocks = <&cru ACLK_DMAC1>;
1385 clock-names = "apb_pclk";
1386 };
1387
Simon Glass087e9872015-08-30 16:55:20 -06001388 efuse: efuse@ffb40000 {
1389 compatible = "rockchip,rk3288-efuse";
1390 reg = <0xffb40000 0x10000>;
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001391 #address-cells = <1>;
1392 #size-cells = <1>;
1393 clocks = <&cru PCLK_EFUSE256>;
1394 clock-names = "pclk_efuse";
1395
1396 cpu_id: cpu-id@7 {
1397 reg = <0x07 0x10>;
1398 };
1399 cpu_leakage: cpu_leakage@17 {
1400 reg = <0x17 0x1>;
1401 };
Simon Glass087e9872015-08-30 16:55:20 -06001402 };
1403
1404 gic: interrupt-controller@ffc01000 {
1405 compatible = "arm,gic-400";
1406 interrupt-controller;
1407 #interrupt-cells = <3>;
1408 #address-cells = <0>;
1409
1410 reg = <0xffc01000 0x1000>,
1411 <0xffc02000 0x1000>,
1412 <0xffc04000 0x2000>,
1413 <0xffc06000 0x2000>;
1414 interrupts = <GIC_PPI 9 0xf04>;
1415 };
1416
Simon Glass087e9872015-08-30 16:55:20 -06001417 pinctrl: pinctrl {
1418 compatible = "rockchip,rk3288-pinctrl";
1419 rockchip,grf = <&grf>;
1420 rockchip,pmu = <&pmu>;
1421 #address-cells = <1>;
1422 #size-cells = <1>;
1423 ranges;
1424
1425 gpio0: gpio0@ff750000 {
1426 compatible = "rockchip,gpio-bank";
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001427 reg = <0xff750000 0x100>;
Simon Glass087e9872015-08-30 16:55:20 -06001428 interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
1429 clocks = <&cru PCLK_GPIO0>;
1430
1431 gpio-controller;
1432 #gpio-cells = <2>;
1433
1434 interrupt-controller;
1435 #interrupt-cells = <2>;
1436 };
1437
1438 gpio1: gpio1@ff780000 {
1439 compatible = "rockchip,gpio-bank";
1440 reg = <0xff780000 0x100>;
1441 interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
1442 clocks = <&cru PCLK_GPIO1>;
1443
1444 gpio-controller;
1445 #gpio-cells = <2>;
1446
1447 interrupt-controller;
1448 #interrupt-cells = <2>;
1449 };
1450
1451 gpio2: gpio2@ff790000 {
1452 compatible = "rockchip,gpio-bank";
1453 reg = <0xff790000 0x100>;
1454 interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
1455 clocks = <&cru PCLK_GPIO2>;
1456
1457 gpio-controller;
1458 #gpio-cells = <2>;
1459
1460 interrupt-controller;
1461 #interrupt-cells = <2>;
1462 };
1463
1464 gpio3: gpio3@ff7a0000 {
1465 compatible = "rockchip,gpio-bank";
1466 reg = <0xff7a0000 0x100>;
1467 interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
1468 clocks = <&cru PCLK_GPIO3>;
1469
1470 gpio-controller;
1471 #gpio-cells = <2>;
1472
1473 interrupt-controller;
1474 #interrupt-cells = <2>;
1475 };
1476
1477 gpio4: gpio4@ff7b0000 {
1478 compatible = "rockchip,gpio-bank";
1479 reg = <0xff7b0000 0x100>;
1480 interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
1481 clocks = <&cru PCLK_GPIO4>;
1482
1483 gpio-controller;
1484 #gpio-cells = <2>;
1485
1486 interrupt-controller;
1487 #interrupt-cells = <2>;
1488 };
1489
1490 gpio5: gpio5@ff7c0000 {
1491 compatible = "rockchip,gpio-bank";
1492 reg = <0xff7c0000 0x100>;
1493 interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
1494 clocks = <&cru PCLK_GPIO5>;
1495
1496 gpio-controller;
1497 #gpio-cells = <2>;
1498
1499 interrupt-controller;
1500 #interrupt-cells = <2>;
1501 };
1502
1503 gpio6: gpio6@ff7d0000 {
1504 compatible = "rockchip,gpio-bank";
1505 reg = <0xff7d0000 0x100>;
1506 interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
1507 clocks = <&cru PCLK_GPIO6>;
1508
1509 gpio-controller;
1510 #gpio-cells = <2>;
1511
1512 interrupt-controller;
1513 #interrupt-cells = <2>;
1514 };
1515
1516 gpio7: gpio7@ff7e0000 {
1517 compatible = "rockchip,gpio-bank";
1518 reg = <0xff7e0000 0x100>;
1519 interrupts = <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>;
1520 clocks = <&cru PCLK_GPIO7>;
1521
1522 gpio-controller;
1523 #gpio-cells = <2>;
1524
1525 interrupt-controller;
1526 #interrupt-cells = <2>;
1527 };
1528
1529 gpio8: gpio8@ff7f0000 {
1530 compatible = "rockchip,gpio-bank";
1531 reg = <0xff7f0000 0x100>;
1532 interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
1533 clocks = <&cru PCLK_GPIO8>;
1534
1535 gpio-controller;
1536 #gpio-cells = <2>;
1537
1538 interrupt-controller;
1539 #interrupt-cells = <2>;
1540 };
1541
Suniel Mahesh6d308e72020-07-21 20:54:36 +05301542 hdmi {
1543 hdmi_cec_c0: hdmi-cec-c0 {
1544 rockchip,pins = <7 RK_PC0 2 &pcfg_pull_none>;
1545 };
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001546
1547 hdmi_cec_c7: hdmi-cec-c7 {
1548 rockchip,pins = <7 RK_PC7 4 &pcfg_pull_none>;
1549 };
1550
1551 hdmi_ddc: hdmi-ddc {
1552 rockchip,pins = <7 RK_PC3 2 &pcfg_pull_none>,
1553 <7 RK_PC4 2 &pcfg_pull_none>;
1554 };
1555
1556 hdmi_ddc_unwedge: hdmi-ddc-unwedge {
1557 rockchip,pins = <7 RK_PC3 RK_FUNC_GPIO &pcfg_output_low>,
1558 <7 RK_PC4 2 &pcfg_pull_none>;
1559 };
Suniel Mahesh6d308e72020-07-21 20:54:36 +05301560 };
1561
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001562 pcfg_output_low: pcfg-output-low {
1563 output-low;
1564 };
1565
Simon Glass087e9872015-08-30 16:55:20 -06001566 pcfg_pull_up: pcfg-pull-up {
1567 bias-pull-up;
1568 };
1569
1570 pcfg_pull_down: pcfg-pull-down {
1571 bias-pull-down;
1572 };
1573
1574 pcfg_pull_none: pcfg-pull-none {
1575 bias-disable;
1576 };
1577
1578 pcfg_pull_none_12ma: pcfg-pull-none-12ma {
1579 bias-disable;
1580 drive-strength = <12>;
1581 };
1582
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001583 suspend {
Simon Glass087e9872015-08-30 16:55:20 -06001584 global_pwroff: global-pwroff {
Johan Jonker642daa72022-05-02 10:58:27 +02001585 rockchip,pins = <0 RK_PA0 1 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001586 };
1587
1588 ddrio_pwroff: ddrio-pwroff {
Johan Jonker642daa72022-05-02 10:58:27 +02001589 rockchip,pins = <0 RK_PA1 1 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001590 };
1591
1592 ddr0_retention: ddr0-retention {
Johan Jonker642daa72022-05-02 10:58:27 +02001593 rockchip,pins = <0 RK_PA2 1 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001594 };
1595
1596 ddr1_retention: ddr1-retention {
Johan Jonker642daa72022-05-02 10:58:27 +02001597 rockchip,pins = <0 RK_PA3 1 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001598 };
1599 };
1600
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001601 edp {
1602 edp_hpd: edp-hpd {
1603 rockchip,pins = <7 RK_PB3 2 &pcfg_pull_down>;
1604 };
1605 };
1606
Simon Glass087e9872015-08-30 16:55:20 -06001607 i2c0 {
1608 i2c0_xfer: i2c0-xfer {
Johan Jonker642daa72022-05-02 10:58:27 +02001609 rockchip,pins = <0 RK_PB7 1 &pcfg_pull_none>,
1610 <0 RK_PC0 1 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001611 };
1612 };
1613
1614 i2c1 {
1615 i2c1_xfer: i2c1-xfer {
Johan Jonker642daa72022-05-02 10:58:27 +02001616 rockchip,pins = <8 RK_PA4 1 &pcfg_pull_none>,
1617 <8 RK_PA5 1 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001618 };
1619 };
1620
1621 i2c2 {
1622 i2c2_xfer: i2c2-xfer {
Johan Jonker642daa72022-05-02 10:58:27 +02001623 rockchip,pins = <6 RK_PB1 1 &pcfg_pull_none>,
1624 <6 RK_PB2 1 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001625 };
1626 };
1627
1628 i2c3 {
1629 i2c3_xfer: i2c3-xfer {
Johan Jonker642daa72022-05-02 10:58:27 +02001630 rockchip,pins = <2 RK_PC0 1 &pcfg_pull_none>,
1631 <2 RK_PC1 1 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001632 };
1633 };
1634
1635 i2c4 {
1636 i2c4_xfer: i2c4-xfer {
Johan Jonker642daa72022-05-02 10:58:27 +02001637 rockchip,pins = <7 RK_PC1 1 &pcfg_pull_none>,
1638 <7 RK_PC2 1 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001639 };
1640 };
1641
1642 i2c5 {
1643 i2c5_xfer: i2c5-xfer {
Johan Jonker642daa72022-05-02 10:58:27 +02001644 rockchip,pins = <7 RK_PC3 1 &pcfg_pull_none>,
1645 <7 RK_PC4 1 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001646 };
1647 };
1648
1649 i2s0 {
1650 i2s0_bus: i2s0-bus {
Johan Jonker642daa72022-05-02 10:58:27 +02001651 rockchip,pins = <6 RK_PA0 1 &pcfg_pull_none>,
1652 <6 RK_PA1 1 &pcfg_pull_none>,
1653 <6 RK_PA2 1 &pcfg_pull_none>,
1654 <6 RK_PA3 1 &pcfg_pull_none>,
1655 <6 RK_PA4 1 &pcfg_pull_none>,
1656 <6 RK_PB0 1 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001657 };
1658 };
1659
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001660 lcdc {
1661 lcdc_ctl: lcdc-ctl {
Johan Jonker642daa72022-05-02 10:58:27 +02001662 rockchip,pins = <1 RK_PD0 1 &pcfg_pull_none>,
1663 <1 RK_PD1 1 &pcfg_pull_none>,
1664 <1 RK_PD2 1 &pcfg_pull_none>,
1665 <1 RK_PD3 1 &pcfg_pull_none>;
Jacob Chen17fd3442016-03-14 11:20:17 +08001666 };
1667 };
1668
Simon Glass087e9872015-08-30 16:55:20 -06001669 sdmmc {
1670 sdmmc_clk: sdmmc-clk {
Johan Jonker642daa72022-05-02 10:58:27 +02001671 rockchip,pins = <6 RK_PC4 1 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001672 };
1673
1674 sdmmc_cmd: sdmmc-cmd {
Johan Jonker642daa72022-05-02 10:58:27 +02001675 rockchip,pins = <6 RK_PC5 1 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001676 };
1677
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001678 sdmmc_cd: sdmmc-cd {
Johan Jonker642daa72022-05-02 10:58:27 +02001679 rockchip,pins = <6 RK_PC6 1 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001680 };
1681
1682 sdmmc_bus1: sdmmc-bus1 {
Johan Jonker642daa72022-05-02 10:58:27 +02001683 rockchip,pins = <6 RK_PC0 1 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001684 };
1685
1686 sdmmc_bus4: sdmmc-bus4 {
Johan Jonker642daa72022-05-02 10:58:27 +02001687 rockchip,pins = <6 RK_PC0 1 &pcfg_pull_up>,
1688 <6 RK_PC1 1 &pcfg_pull_up>,
1689 <6 RK_PC2 1 &pcfg_pull_up>,
1690 <6 RK_PC3 1 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001691 };
1692 };
1693
1694 sdio0 {
1695 sdio0_bus1: sdio0-bus1 {
Johan Jonker642daa72022-05-02 10:58:27 +02001696 rockchip,pins = <4 RK_PC4 1 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001697 };
1698
1699 sdio0_bus4: sdio0-bus4 {
Johan Jonker642daa72022-05-02 10:58:27 +02001700 rockchip,pins = <4 RK_PC4 1 &pcfg_pull_up>,
1701 <4 RK_PC5 1 &pcfg_pull_up>,
1702 <4 RK_PC6 1 &pcfg_pull_up>,
1703 <4 RK_PC7 1 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001704 };
1705
1706 sdio0_cmd: sdio0-cmd {
Johan Jonker642daa72022-05-02 10:58:27 +02001707 rockchip,pins = <4 RK_PD0 1 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001708 };
1709
1710 sdio0_clk: sdio0-clk {
Johan Jonker642daa72022-05-02 10:58:27 +02001711 rockchip,pins = <4 RK_PD1 1 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001712 };
1713
1714 sdio0_cd: sdio0-cd {
Johan Jonker642daa72022-05-02 10:58:27 +02001715 rockchip,pins = <4 RK_PD2 1 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001716 };
1717
1718 sdio0_wp: sdio0-wp {
Johan Jonker642daa72022-05-02 10:58:27 +02001719 rockchip,pins = <4 RK_PD3 1 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001720 };
1721
1722 sdio0_pwr: sdio0-pwr {
Johan Jonker642daa72022-05-02 10:58:27 +02001723 rockchip,pins = <4 RK_PD4 1 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001724 };
1725
1726 sdio0_bkpwr: sdio0-bkpwr {
Johan Jonker642daa72022-05-02 10:58:27 +02001727 rockchip,pins = <4 RK_PD5 1 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001728 };
1729
1730 sdio0_int: sdio0-int {
Johan Jonker642daa72022-05-02 10:58:27 +02001731 rockchip,pins = <4 RK_PD6 1 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001732 };
1733 };
1734
1735 sdio1 {
1736 sdio1_bus1: sdio1-bus1 {
Johan Jonker642daa72022-05-02 10:58:27 +02001737 rockchip,pins = <3 RK_PD0 4 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001738 };
1739
1740 sdio1_bus4: sdio1-bus4 {
Johan Jonker642daa72022-05-02 10:58:27 +02001741 rockchip,pins = <3 RK_PD0 4 &pcfg_pull_up>,
1742 <3 RK_PD1 4 &pcfg_pull_up>,
1743 <3 RK_PD2 4 &pcfg_pull_up>,
1744 <3 RK_PD3 4 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001745 };
1746
1747 sdio1_cd: sdio1-cd {
Johan Jonker642daa72022-05-02 10:58:27 +02001748 rockchip,pins = <3 RK_PD4 4 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001749 };
1750
1751 sdio1_wp: sdio1-wp {
Johan Jonker642daa72022-05-02 10:58:27 +02001752 rockchip,pins = <3 RK_PD5 4 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001753 };
1754
1755 sdio1_bkpwr: sdio1-bkpwr {
Johan Jonker642daa72022-05-02 10:58:27 +02001756 rockchip,pins = <3 RK_PD6 4 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001757 };
1758
1759 sdio1_int: sdio1-int {
Johan Jonker642daa72022-05-02 10:58:27 +02001760 rockchip,pins = <3 RK_PD7 4 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001761 };
1762
1763 sdio1_cmd: sdio1-cmd {
Johan Jonker642daa72022-05-02 10:58:27 +02001764 rockchip,pins = <4 RK_PA6 4 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001765 };
1766
1767 sdio1_clk: sdio1-clk {
Johan Jonker642daa72022-05-02 10:58:27 +02001768 rockchip,pins = <4 RK_PA7 4 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001769 };
1770
1771 sdio1_pwr: sdio1-pwr {
Johan Jonker642daa72022-05-02 10:58:27 +02001772 rockchip,pins = <4 RK_PB1 4 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001773 };
1774 };
1775
1776 emmc {
1777 emmc_clk: emmc-clk {
Johan Jonker642daa72022-05-02 10:58:27 +02001778 rockchip,pins = <3 RK_PC2 2 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001779 };
1780
1781 emmc_cmd: emmc-cmd {
Johan Jonker642daa72022-05-02 10:58:27 +02001782 rockchip,pins = <3 RK_PC0 2 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001783 };
1784
1785 emmc_pwr: emmc-pwr {
Johan Jonker642daa72022-05-02 10:58:27 +02001786 rockchip,pins = <3 RK_PB1 2 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001787 };
1788
1789 emmc_bus1: emmc-bus1 {
Johan Jonker642daa72022-05-02 10:58:27 +02001790 rockchip,pins = <3 RK_PA0 2 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001791 };
1792
1793 emmc_bus4: emmc-bus4 {
Johan Jonker642daa72022-05-02 10:58:27 +02001794 rockchip,pins = <3 RK_PA0 2 &pcfg_pull_up>,
1795 <3 RK_PA1 2 &pcfg_pull_up>,
1796 <3 RK_PA2 2 &pcfg_pull_up>,
1797 <3 RK_PA3 2 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001798 };
1799
1800 emmc_bus8: emmc-bus8 {
Johan Jonker642daa72022-05-02 10:58:27 +02001801 rockchip,pins = <3 RK_PA0 2 &pcfg_pull_up>,
1802 <3 RK_PA1 2 &pcfg_pull_up>,
1803 <3 RK_PA2 2 &pcfg_pull_up>,
1804 <3 RK_PA3 2 &pcfg_pull_up>,
1805 <3 RK_PA4 2 &pcfg_pull_up>,
1806 <3 RK_PA5 2 &pcfg_pull_up>,
1807 <3 RK_PA6 2 &pcfg_pull_up>,
1808 <3 RK_PA7 2 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001809 };
1810 };
1811
1812 spi0 {
1813 spi0_clk: spi0-clk {
Johan Jonker642daa72022-05-02 10:58:27 +02001814 rockchip,pins = <5 RK_PB4 1 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001815 };
1816 spi0_cs0: spi0-cs0 {
Johan Jonker642daa72022-05-02 10:58:27 +02001817 rockchip,pins = <5 RK_PB5 1 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001818 };
1819 spi0_tx: spi0-tx {
Johan Jonker642daa72022-05-02 10:58:27 +02001820 rockchip,pins = <5 RK_PB6 1 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001821 };
1822 spi0_rx: spi0-rx {
Johan Jonker642daa72022-05-02 10:58:27 +02001823 rockchip,pins = <5 RK_PB7 1 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001824 };
1825 spi0_cs1: spi0-cs1 {
Johan Jonker642daa72022-05-02 10:58:27 +02001826 rockchip,pins = <5 RK_PC0 1 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001827 };
1828 };
1829 spi1 {
1830 spi1_clk: spi1-clk {
Johan Jonker642daa72022-05-02 10:58:27 +02001831 rockchip,pins = <7 RK_PB4 2 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001832 };
1833 spi1_cs0: spi1-cs0 {
Johan Jonker642daa72022-05-02 10:58:27 +02001834 rockchip,pins = <7 RK_PB5 2 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001835 };
1836 spi1_rx: spi1-rx {
Johan Jonker642daa72022-05-02 10:58:27 +02001837 rockchip,pins = <7 RK_PB6 2 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001838 };
1839 spi1_tx: spi1-tx {
Johan Jonker642daa72022-05-02 10:58:27 +02001840 rockchip,pins = <7 RK_PB7 2 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001841 };
1842 };
1843
1844 spi2 {
1845 spi2_cs1: spi2-cs1 {
Johan Jonker642daa72022-05-02 10:58:27 +02001846 rockchip,pins = <8 RK_PA3 1 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001847 };
1848 spi2_clk: spi2-clk {
Johan Jonker642daa72022-05-02 10:58:27 +02001849 rockchip,pins = <8 RK_PA6 1 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001850 };
1851 spi2_cs0: spi2-cs0 {
Johan Jonker642daa72022-05-02 10:58:27 +02001852 rockchip,pins = <8 RK_PA7 1 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001853 };
1854 spi2_rx: spi2-rx {
Johan Jonker642daa72022-05-02 10:58:27 +02001855 rockchip,pins = <8 RK_PB0 1 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001856 };
1857 spi2_tx: spi2-tx {
Johan Jonker642daa72022-05-02 10:58:27 +02001858 rockchip,pins = <8 RK_PB1 1 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001859 };
1860 };
1861
1862 uart0 {
1863 uart0_xfer: uart0-xfer {
Johan Jonker642daa72022-05-02 10:58:27 +02001864 rockchip,pins = <4 RK_PC0 1 &pcfg_pull_up>,
1865 <4 RK_PC1 1 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001866 };
1867
1868 uart0_cts: uart0-cts {
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001869 rockchip,pins = <4 RK_PC2 1 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001870 };
1871
1872 uart0_rts: uart0-rts {
Johan Jonker642daa72022-05-02 10:58:27 +02001873 rockchip,pins = <4 RK_PC3 1 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001874 };
1875 };
1876
1877 uart1 {
1878 uart1_xfer: uart1-xfer {
Johan Jonker642daa72022-05-02 10:58:27 +02001879 rockchip,pins = <5 RK_PB0 1 &pcfg_pull_up>,
1880 <5 RK_PB1 1 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001881 };
1882
1883 uart1_cts: uart1-cts {
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001884 rockchip,pins = <5 RK_PB2 1 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001885 };
1886
1887 uart1_rts: uart1-rts {
Johan Jonker642daa72022-05-02 10:58:27 +02001888 rockchip,pins = <5 RK_PB3 1 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001889 };
1890 };
1891
1892 uart2 {
1893 uart2_xfer: uart2-xfer {
Johan Jonker642daa72022-05-02 10:58:27 +02001894 rockchip,pins = <7 RK_PC6 1 &pcfg_pull_up>,
1895 <7 RK_PC7 1 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001896 };
1897 /* no rts / cts for uart2 */
1898 };
1899
1900 uart3 {
1901 uart3_xfer: uart3-xfer {
Johan Jonker642daa72022-05-02 10:58:27 +02001902 rockchip,pins = <7 RK_PA7 1 &pcfg_pull_up>,
1903 <7 RK_PB0 1 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001904 };
1905
1906 uart3_cts: uart3-cts {
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001907 rockchip,pins = <7 RK_PB1 1 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001908 };
1909
1910 uart3_rts: uart3-rts {
Johan Jonker642daa72022-05-02 10:58:27 +02001911 rockchip,pins = <7 RK_PB2 1 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001912 };
1913 };
1914
1915 uart4 {
1916 uart4_xfer: uart4-xfer {
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001917 rockchip,pins = <5 RK_PB7 3 &pcfg_pull_up>,
1918 <5 RK_PB6 3 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001919 };
1920
1921 uart4_cts: uart4-cts {
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001922 rockchip,pins = <5 RK_PB4 3 &pcfg_pull_up>;
Simon Glass087e9872015-08-30 16:55:20 -06001923 };
1924
1925 uart4_rts: uart4-rts {
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001926 rockchip,pins = <5 RK_PB5 3 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001927 };
1928 };
1929
1930 tsadc {
Johan Jonkerbcfdbf82022-09-28 16:24:28 +02001931 otp_pin: otp-pin {
1932 rockchip,pins = <0 RK_PB2 RK_FUNC_GPIO &pcfg_pull_none>;
1933 };
1934
Simon Glass087e9872015-08-30 16:55:20 -06001935 otp_out: otp-out {
Johan Jonker642daa72022-05-02 10:58:27 +02001936 rockchip,pins = <0 RK_PB2 1 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001937 };
1938 };
1939
1940 pwm0 {
1941 pwm0_pin: pwm0-pin {
Johan Jonker642daa72022-05-02 10:58:27 +02001942 rockchip,pins = <7 RK_PA0 1 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001943 };
1944 };
1945
1946 pwm1 {
1947 pwm1_pin: pwm1-pin {
Johan Jonker642daa72022-05-02 10:58:27 +02001948 rockchip,pins = <7 RK_PA1 1 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001949 };
1950 };
1951
1952 pwm2 {
1953 pwm2_pin: pwm2-pin {
Johan Jonker642daa72022-05-02 10:58:27 +02001954 rockchip,pins = <7 RK_PC6 3 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001955 };
1956 };
1957
1958 pwm3 {
1959 pwm3_pin: pwm3-pin {
Johan Jonker642daa72022-05-02 10:58:27 +02001960 rockchip,pins = <7 RK_PC7 3 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001961 };
1962 };
1963
1964 gmac {
1965 rgmii_pins: rgmii-pins {
Johan Jonker642daa72022-05-02 10:58:27 +02001966 rockchip,pins = <3 RK_PD6 3 &pcfg_pull_none>,
1967 <3 RK_PD7 3 &pcfg_pull_none>,
1968 <3 RK_PD2 3 &pcfg_pull_none>,
1969 <3 RK_PD3 3 &pcfg_pull_none>,
1970 <3 RK_PD4 3 &pcfg_pull_none_12ma>,
1971 <3 RK_PD5 3 &pcfg_pull_none_12ma>,
1972 <3 RK_PD0 3 &pcfg_pull_none_12ma>,
1973 <3 RK_PD1 3 &pcfg_pull_none_12ma>,
1974 <4 RK_PA0 3 &pcfg_pull_none>,
1975 <4 RK_PA5 3 &pcfg_pull_none>,
1976 <4 RK_PA6 3 &pcfg_pull_none>,
1977 <4 RK_PB1 3 &pcfg_pull_none_12ma>,
1978 <4 RK_PA4 3 &pcfg_pull_none_12ma>,
1979 <4 RK_PA1 3 &pcfg_pull_none>,
1980 <4 RK_PA3 3 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001981 };
1982
1983 rmii_pins: rmii-pins {
Johan Jonker642daa72022-05-02 10:58:27 +02001984 rockchip,pins = <3 RK_PD6 3 &pcfg_pull_none>,
1985 <3 RK_PD7 3 &pcfg_pull_none>,
1986 <3 RK_PD4 3 &pcfg_pull_none>,
1987 <3 RK_PD5 3 &pcfg_pull_none>,
1988 <4 RK_PA0 3 &pcfg_pull_none>,
1989 <4 RK_PA5 3 &pcfg_pull_none>,
1990 <4 RK_PA4 3 &pcfg_pull_none>,
1991 <4 RK_PA1 3 &pcfg_pull_none>,
1992 <4 RK_PA2 3 &pcfg_pull_none>,
1993 <4 RK_PA3 3 &pcfg_pull_none>;
Simon Glass087e9872015-08-30 16:55:20 -06001994 };
1995 };
Simon Glass15019802016-01-21 19:45:21 -07001996
1997 spdif {
1998 spdif_tx: spdif-tx {
Johan Jonker642daa72022-05-02 10:58:27 +02001999 rockchip,pins = <6 RK_PB3 1 &pcfg_pull_none>;
Simon Glass15019802016-01-21 19:45:21 -07002000 };
2001 };
Simon Glass087e9872015-08-30 16:55:20 -06002002 };
Simon Glass087e9872015-08-30 16:55:20 -06002003};