blob: cd2c3220716c2716412b3870d099ef474ed5a43b [file] [log] [blame]
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +01001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
Andreas Färber37a0c602017-05-15 17:51:18 +08002/*
3 * Copyright (c) 2015 Heiko Stuebner <heiko@sntech.de>
Andreas Färber37a0c602017-05-15 17:51:18 +08004 */
5
6#include <dt-bindings/clock/rk3368-cru.h>
7#include <dt-bindings/gpio/gpio.h>
8#include <dt-bindings/interrupt-controller/irq.h>
9#include <dt-bindings/interrupt-controller/arm-gic.h>
10#include <dt-bindings/pinctrl/rockchip.h>
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +010011#include <dt-bindings/soc/rockchip,boot-mode.h>
Andreas Färber37a0c602017-05-15 17:51:18 +080012#include <dt-bindings/thermal/thermal.h>
13
14/ {
15 compatible = "rockchip,rk3368";
16 interrupt-parent = <&gic>;
17 #address-cells = <2>;
18 #size-cells = <2>;
19
20 aliases {
21 ethernet0 = &gmac;
22 i2c0 = &i2c0;
23 i2c1 = &i2c1;
24 i2c2 = &i2c2;
25 i2c3 = &i2c3;
26 i2c4 = &i2c4;
27 i2c5 = &i2c5;
28 serial0 = &uart0;
29 serial1 = &uart1;
30 serial2 = &uart2;
31 serial3 = &uart3;
32 serial4 = &uart4;
33 spi0 = &spi0;
34 spi1 = &spi1;
35 spi2 = &spi2;
36 };
37
38 cpus {
39 #address-cells = <0x2>;
40 #size-cells = <0x0>;
41
42 cpu-map {
43 cluster0 {
44 core0 {
45 cpu = <&cpu_b0>;
46 };
47 core1 {
48 cpu = <&cpu_b1>;
49 };
50 core2 {
51 cpu = <&cpu_b2>;
52 };
53 core3 {
54 cpu = <&cpu_b3>;
55 };
56 };
57
58 cluster1 {
59 core0 {
60 cpu = <&cpu_l0>;
61 };
62 core1 {
63 cpu = <&cpu_l1>;
64 };
65 core2 {
66 cpu = <&cpu_l2>;
67 };
68 core3 {
69 cpu = <&cpu_l3>;
70 };
71 };
72 };
73
Andreas Färber37a0c602017-05-15 17:51:18 +080074 cpu_l0: cpu@0 {
75 device_type = "cpu";
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +010076 compatible = "arm,cortex-a53";
Andreas Färber37a0c602017-05-15 17:51:18 +080077 reg = <0x0 0x0>;
Andreas Färber37a0c602017-05-15 17:51:18 +080078 enable-method = "psci";
Andreas Färber37a0c602017-05-15 17:51:18 +080079 #cooling-cells = <2>; /* min followed by max */
80 };
81
82 cpu_l1: cpu@1 {
83 device_type = "cpu";
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +010084 compatible = "arm,cortex-a53";
Andreas Färber37a0c602017-05-15 17:51:18 +080085 reg = <0x0 0x1>;
Andreas Färber37a0c602017-05-15 17:51:18 +080086 enable-method = "psci";
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +010087 #cooling-cells = <2>; /* min followed by max */
Andreas Färber37a0c602017-05-15 17:51:18 +080088 };
89
90 cpu_l2: cpu@2 {
91 device_type = "cpu";
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +010092 compatible = "arm,cortex-a53";
Andreas Färber37a0c602017-05-15 17:51:18 +080093 reg = <0x0 0x2>;
Andreas Färber37a0c602017-05-15 17:51:18 +080094 enable-method = "psci";
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +010095 #cooling-cells = <2>; /* min followed by max */
Andreas Färber37a0c602017-05-15 17:51:18 +080096 };
97
98 cpu_l3: cpu@3 {
99 device_type = "cpu";
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +0100100 compatible = "arm,cortex-a53";
Andreas Färber37a0c602017-05-15 17:51:18 +0800101 reg = <0x0 0x3>;
Andreas Färber37a0c602017-05-15 17:51:18 +0800102 enable-method = "psci";
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +0100103 #cooling-cells = <2>; /* min followed by max */
Andreas Färber37a0c602017-05-15 17:51:18 +0800104 };
105
106 cpu_b0: cpu@100 {
107 device_type = "cpu";
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +0100108 compatible = "arm,cortex-a53";
Andreas Färber37a0c602017-05-15 17:51:18 +0800109 reg = <0x0 0x100>;
Andreas Färber37a0c602017-05-15 17:51:18 +0800110 enable-method = "psci";
Andreas Färber37a0c602017-05-15 17:51:18 +0800111 #cooling-cells = <2>; /* min followed by max */
112 };
113
114 cpu_b1: cpu@101 {
115 device_type = "cpu";
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +0100116 compatible = "arm,cortex-a53";
Andreas Färber37a0c602017-05-15 17:51:18 +0800117 reg = <0x0 0x101>;
Andreas Färber37a0c602017-05-15 17:51:18 +0800118 enable-method = "psci";
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +0100119 #cooling-cells = <2>; /* min followed by max */
Andreas Färber37a0c602017-05-15 17:51:18 +0800120 };
121
122 cpu_b2: cpu@102 {
123 device_type = "cpu";
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +0100124 compatible = "arm,cortex-a53";
Andreas Färber37a0c602017-05-15 17:51:18 +0800125 reg = <0x0 0x102>;
Andreas Färber37a0c602017-05-15 17:51:18 +0800126 enable-method = "psci";
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +0100127 #cooling-cells = <2>; /* min followed by max */
Andreas Färber37a0c602017-05-15 17:51:18 +0800128 };
129
130 cpu_b3: cpu@103 {
131 device_type = "cpu";
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +0100132 compatible = "arm,cortex-a53";
Andreas Färber37a0c602017-05-15 17:51:18 +0800133 reg = <0x0 0x103>;
Andreas Färber37a0c602017-05-15 17:51:18 +0800134 enable-method = "psci";
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +0100135 #cooling-cells = <2>; /* min followed by max */
136 };
137 };
138
139 amba: bus {
140 compatible = "simple-bus";
141 #address-cells = <2>;
142 #size-cells = <2>;
143 ranges;
144
145 dmac_peri: dma-controller@ff250000 {
146 compatible = "arm,pl330", "arm,primecell";
147 reg = <0x0 0xff250000 0x0 0x4000>;
148 interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>,
149 <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;
150 #dma-cells = <1>;
151 arm,pl330-broken-no-flushp;
152 arm,pl330-periph-burst;
153 clocks = <&cru ACLK_DMAC_PERI>;
154 clock-names = "apb_pclk";
155 };
156
157 dmac_bus: dma-controller@ff600000 {
158 compatible = "arm,pl330", "arm,primecell";
159 reg = <0x0 0xff600000 0x0 0x4000>;
160 interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
161 <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
162 #dma-cells = <1>;
163 arm,pl330-broken-no-flushp;
164 arm,pl330-periph-burst;
165 clocks = <&cru ACLK_DMAC_BUS>;
166 clock-names = "apb_pclk";
Andreas Färber37a0c602017-05-15 17:51:18 +0800167 };
168 };
169
170 arm-pmu {
171 compatible = "arm,armv8-pmuv3";
172 interrupts = <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>,
173 <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>,
174 <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>,
175 <GIC_SPI 115 IRQ_TYPE_LEVEL_HIGH>,
176 <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>,
177 <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>,
178 <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>,
179 <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>;
180 interrupt-affinity = <&cpu_l0>, <&cpu_l1>, <&cpu_l2>,
181 <&cpu_l3>, <&cpu_b0>, <&cpu_b1>,
182 <&cpu_b2>, <&cpu_b3>;
183 };
184
185 psci {
186 compatible = "arm,psci-0.2";
187 method = "smc";
188 };
189
190 timer {
191 compatible = "arm,armv8-timer";
192 interrupts = <GIC_PPI 13
193 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_HIGH)>,
194 <GIC_PPI 14
195 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_HIGH)>,
196 <GIC_PPI 11
197 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_HIGH)>,
198 <GIC_PPI 10
199 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_HIGH)>;
200 };
201
202 xin24m: oscillator {
203 compatible = "fixed-clock";
204 clock-frequency = <24000000>;
205 clock-output-names = "xin24m";
206 #clock-cells = <0>;
207 };
208
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +0100209 sdmmc: mmc@ff0c0000 {
Andreas Färber37a0c602017-05-15 17:51:18 +0800210 compatible = "rockchip,rk3368-dw-mshc", "rockchip,rk3288-dw-mshc";
211 reg = <0x0 0xff0c0000 0x0 0x4000>;
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +0100212 max-frequency = <150000000>;
Andreas Färber37a0c602017-05-15 17:51:18 +0800213 clocks = <&cru HCLK_SDMMC>, <&cru SCLK_SDMMC>,
214 <&cru SCLK_SDMMC_DRV>, <&cru SCLK_SDMMC_SAMPLE>;
215 clock-names = "biu", "ciu", "ciu-drive", "ciu-sample";
216 fifo-depth = <0x100>;
217 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +0100218 resets = <&cru SRST_MMC0>;
219 reset-names = "reset";
Andreas Färber37a0c602017-05-15 17:51:18 +0800220 status = "disabled";
221 };
222
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +0100223 sdio0: mmc@ff0d0000 {
Andreas Färber37a0c602017-05-15 17:51:18 +0800224 compatible = "rockchip,rk3368-dw-mshc", "rockchip,rk3288-dw-mshc";
225 reg = <0x0 0xff0d0000 0x0 0x4000>;
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +0100226 max-frequency = <150000000>;
Andreas Färber37a0c602017-05-15 17:51:18 +0800227 clocks = <&cru HCLK_SDIO0>, <&cru SCLK_SDIO0>,
228 <&cru SCLK_SDIO0_DRV>, <&cru SCLK_SDIO0_SAMPLE>;
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +0100229 clock-names = "biu", "ciu", "ciu-drive", "ciu-sample";
Andreas Färber37a0c602017-05-15 17:51:18 +0800230 fifo-depth = <0x100>;
231 interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +0100232 resets = <&cru SRST_SDIO0>;
233 reset-names = "reset";
Andreas Färber37a0c602017-05-15 17:51:18 +0800234 status = "disabled";
235 };
236
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +0100237 emmc: mmc@ff0f0000 {
Andreas Färber37a0c602017-05-15 17:51:18 +0800238 compatible = "rockchip,rk3368-dw-mshc", "rockchip,rk3288-dw-mshc";
239 reg = <0x0 0xff0f0000 0x0 0x4000>;
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +0100240 max-frequency = <150000000>;
Andreas Färber37a0c602017-05-15 17:51:18 +0800241 clocks = <&cru HCLK_EMMC>, <&cru SCLK_EMMC>,
242 <&cru SCLK_EMMC_DRV>, <&cru SCLK_EMMC_SAMPLE>;
243 clock-names = "biu", "ciu", "ciu-drive", "ciu-sample";
244 fifo-depth = <0x100>;
245 interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +0100246 resets = <&cru SRST_EMMC>;
247 reset-names = "reset";
Andreas Färber37a0c602017-05-15 17:51:18 +0800248 status = "disabled";
249 };
250
251 saradc: saradc@ff100000 {
252 compatible = "rockchip,saradc";
253 reg = <0x0 0xff100000 0x0 0x100>;
254 interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
255 #io-channel-cells = <1>;
256 clocks = <&cru SCLK_SARADC>, <&cru PCLK_SARADC>;
257 clock-names = "saradc", "apb_pclk";
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +0100258 resets = <&cru SRST_SARADC>;
259 reset-names = "saradc-apb";
Andreas Färber37a0c602017-05-15 17:51:18 +0800260 status = "disabled";
261 };
262
263 spi0: spi@ff110000 {
264 compatible = "rockchip,rk3368-spi", "rockchip,rk3066-spi";
265 reg = <0x0 0xff110000 0x0 0x1000>;
266 clocks = <&cru SCLK_SPI0>, <&cru PCLK_SPI0>;
267 clock-names = "spiclk", "apb_pclk";
268 interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>;
269 pinctrl-names = "default";
270 pinctrl-0 = <&spi0_clk &spi0_tx &spi0_rx &spi0_cs0>;
271 #address-cells = <1>;
272 #size-cells = <0>;
273 status = "disabled";
274 };
275
276 spi1: spi@ff120000 {
277 compatible = "rockchip,rk3368-spi", "rockchip,rk3066-spi";
278 reg = <0x0 0xff120000 0x0 0x1000>;
279 clocks = <&cru SCLK_SPI1>, <&cru PCLK_SPI1>;
280 clock-names = "spiclk", "apb_pclk";
281 interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
282 pinctrl-names = "default";
283 pinctrl-0 = <&spi1_clk &spi1_tx &spi1_rx &spi1_cs0>;
284 #address-cells = <1>;
285 #size-cells = <0>;
286 status = "disabled";
287 };
288
289 spi2: spi@ff130000 {
290 compatible = "rockchip,rk3368-spi", "rockchip,rk3066-spi";
291 reg = <0x0 0xff130000 0x0 0x1000>;
292 clocks = <&cru SCLK_SPI2>, <&cru PCLK_SPI2>;
293 clock-names = "spiclk", "apb_pclk";
294 interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
295 pinctrl-names = "default";
296 pinctrl-0 = <&spi2_clk &spi2_tx &spi2_rx &spi2_cs0>;
297 #address-cells = <1>;
298 #size-cells = <0>;
299 status = "disabled";
300 };
301
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +0100302 i2c2: i2c@ff140000 {
Andreas Färber37a0c602017-05-15 17:51:18 +0800303 compatible = "rockchip,rk3368-i2c", "rockchip,rk3288-i2c";
304 reg = <0x0 0xff140000 0x0 0x1000>;
305 interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>;
306 #address-cells = <1>;
307 #size-cells = <0>;
308 clock-names = "i2c";
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +0100309 clocks = <&cru PCLK_I2C2>;
Andreas Färber37a0c602017-05-15 17:51:18 +0800310 pinctrl-names = "default";
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +0100311 pinctrl-0 = <&i2c2_xfer>;
Andreas Färber37a0c602017-05-15 17:51:18 +0800312 status = "disabled";
313 };
314
315 i2c3: i2c@ff150000 {
316 compatible = "rockchip,rk3368-i2c", "rockchip,rk3288-i2c";
317 reg = <0x0 0xff150000 0x0 0x1000>;
318 interrupts = <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>;
319 #address-cells = <1>;
320 #size-cells = <0>;
321 clock-names = "i2c";
322 clocks = <&cru PCLK_I2C3>;
323 pinctrl-names = "default";
324 pinctrl-0 = <&i2c3_xfer>;
325 status = "disabled";
326 };
327
328 i2c4: i2c@ff160000 {
329 compatible = "rockchip,rk3368-i2c", "rockchip,rk3288-i2c";
330 reg = <0x0 0xff160000 0x0 0x1000>;
331 interrupts = <GIC_SPI 64 IRQ_TYPE_LEVEL_HIGH>;
332 #address-cells = <1>;
333 #size-cells = <0>;
334 clock-names = "i2c";
335 clocks = <&cru PCLK_I2C4>;
336 pinctrl-names = "default";
337 pinctrl-0 = <&i2c4_xfer>;
338 status = "disabled";
339 };
340
341 i2c5: i2c@ff170000 {
342 compatible = "rockchip,rk3368-i2c", "rockchip,rk3288-i2c";
343 reg = <0x0 0xff170000 0x0 0x1000>;
344 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
345 #address-cells = <1>;
346 #size-cells = <0>;
347 clock-names = "i2c";
348 clocks = <&cru PCLK_I2C5>;
349 pinctrl-names = "default";
350 pinctrl-0 = <&i2c5_xfer>;
351 status = "disabled";
352 };
353
354 uart0: serial@ff180000 {
355 compatible = "rockchip,rk3368-uart", "snps,dw-apb-uart";
356 reg = <0x0 0xff180000 0x0 0x100>;
357 clock-frequency = <24000000>;
358 clocks = <&cru SCLK_UART0>, <&cru PCLK_UART0>;
359 clock-names = "baudclk", "apb_pclk";
360 interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
361 reg-shift = <2>;
362 reg-io-width = <4>;
Andreas Färber37a0c602017-05-15 17:51:18 +0800363 status = "disabled";
364 };
365
366 uart1: serial@ff190000 {
367 compatible = "rockchip,rk3368-uart", "snps,dw-apb-uart";
368 reg = <0x0 0xff190000 0x0 0x100>;
369 clock-frequency = <24000000>;
370 clocks = <&cru SCLK_UART1>, <&cru PCLK_UART1>;
371 clock-names = "baudclk", "apb_pclk";
372 interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
373 reg-shift = <2>;
374 reg-io-width = <4>;
Andreas Färber37a0c602017-05-15 17:51:18 +0800375 status = "disabled";
376 };
377
378 uart3: serial@ff1b0000 {
379 compatible = "rockchip,rk3368-uart", "snps,dw-apb-uart";
380 reg = <0x0 0xff1b0000 0x0 0x100>;
381 clock-frequency = <24000000>;
382 clocks = <&cru SCLK_UART3>, <&cru PCLK_UART3>;
383 clock-names = "baudclk", "apb_pclk";
384 interrupts = <GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>;
385 reg-shift = <2>;
386 reg-io-width = <4>;
Andreas Färber37a0c602017-05-15 17:51:18 +0800387 status = "disabled";
388 };
389
390 uart4: serial@ff1c0000 {
391 compatible = "rockchip,rk3368-uart", "snps,dw-apb-uart";
392 reg = <0x0 0xff1c0000 0x0 0x100>;
393 clock-frequency = <24000000>;
394 clocks = <&cru SCLK_UART4>, <&cru PCLK_UART4>;
395 clock-names = "baudclk", "apb_pclk";
396 interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
397 reg-shift = <2>;
398 reg-io-width = <4>;
Andreas Färber37a0c602017-05-15 17:51:18 +0800399 status = "disabled";
400 };
401
402 thermal-zones {
403 cpu {
404 polling-delay-passive = <100>; /* milliseconds */
405 polling-delay = <5000>; /* milliseconds */
406
407 thermal-sensors = <&tsadc 0>;
408
409 trips {
410 cpu_alert0: cpu_alert0 {
411 temperature = <75000>; /* millicelsius */
412 hysteresis = <2000>; /* millicelsius */
413 type = "passive";
414 };
415 cpu_alert1: cpu_alert1 {
416 temperature = <80000>; /* millicelsius */
417 hysteresis = <2000>; /* millicelsius */
418 type = "passive";
419 };
420 cpu_crit: cpu_crit {
421 temperature = <95000>; /* millicelsius */
422 hysteresis = <2000>; /* millicelsius */
423 type = "critical";
424 };
425 };
426
427 cooling-maps {
428 map0 {
429 trip = <&cpu_alert0>;
430 cooling-device =
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +0100431 <&cpu_b0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
432 <&cpu_b1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
433 <&cpu_b2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
434 <&cpu_b3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
Andreas Färber37a0c602017-05-15 17:51:18 +0800435 };
436 map1 {
437 trip = <&cpu_alert1>;
438 cooling-device =
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +0100439 <&cpu_l0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
440 <&cpu_l1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
441 <&cpu_l2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
442 <&cpu_l3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
Andreas Färber37a0c602017-05-15 17:51:18 +0800443 };
444 };
445 };
446
447 gpu {
448 polling-delay-passive = <100>; /* milliseconds */
449 polling-delay = <5000>; /* milliseconds */
450
451 thermal-sensors = <&tsadc 1>;
452
453 trips {
454 gpu_alert0: gpu_alert0 {
455 temperature = <80000>; /* millicelsius */
456 hysteresis = <2000>; /* millicelsius */
457 type = "passive";
458 };
459 gpu_crit: gpu_crit {
460 temperature = <115000>; /* millicelsius */
461 hysteresis = <2000>; /* millicelsius */
462 type = "critical";
463 };
464 };
465
466 cooling-maps {
467 map0 {
468 trip = <&gpu_alert0>;
469 cooling-device =
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +0100470 <&cpu_b0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
471 <&cpu_b1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
472 <&cpu_b2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
473 <&cpu_b3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
Andreas Färber37a0c602017-05-15 17:51:18 +0800474 };
475 };
476 };
477 };
478
479 tsadc: tsadc@ff280000 {
480 compatible = "rockchip,rk3368-tsadc";
481 reg = <0x0 0xff280000 0x0 0x100>;
482 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
483 clocks = <&cru SCLK_TSADC>, <&cru PCLK_TSADC>;
484 clock-names = "tsadc", "apb_pclk";
485 resets = <&cru SRST_TSADC>;
486 reset-names = "tsadc-apb";
487 pinctrl-names = "init", "default", "sleep";
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +0100488 pinctrl-0 = <&otp_pin>;
Andreas Färber37a0c602017-05-15 17:51:18 +0800489 pinctrl-1 = <&otp_out>;
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +0100490 pinctrl-2 = <&otp_pin>;
Andreas Färber37a0c602017-05-15 17:51:18 +0800491 #thermal-sensor-cells = <1>;
492 rockchip,hw-tshut-temp = <95000>;
493 status = "disabled";
494 };
495
496 gmac: ethernet@ff290000 {
497 compatible = "rockchip,rk3368-gmac";
498 reg = <0x0 0xff290000 0x0 0x10000>;
499 interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>;
500 interrupt-names = "macirq";
501 rockchip,grf = <&grf>;
502 clocks = <&cru SCLK_MAC>,
503 <&cru SCLK_MAC_RX>, <&cru SCLK_MAC_TX>,
504 <&cru SCLK_MACREF>, <&cru SCLK_MACREF_OUT>,
505 <&cru ACLK_GMAC>, <&cru PCLK_GMAC>;
506 clock-names = "stmmaceth",
507 "mac_clk_rx", "mac_clk_tx",
508 "clk_mac_ref", "clk_mac_refout",
509 "aclk_mac", "pclk_mac";
510 status = "disabled";
511 };
512
513 usb_host0_ehci: usb@ff500000 {
514 compatible = "generic-ehci";
515 reg = <0x0 0xff500000 0x0 0x100>;
516 interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
517 clocks = <&cru HCLK_HOST0>;
Andreas Färber37a0c602017-05-15 17:51:18 +0800518 status = "disabled";
519 };
520
521 usb_otg: usb@ff580000 {
522 compatible = "rockchip,rk3368-usb", "rockchip,rk3066-usb",
523 "snps,dwc2";
524 reg = <0x0 0xff580000 0x0 0x40000>;
525 interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
526 clocks = <&cru HCLK_OTG0>;
527 clock-names = "otg";
528 dr_mode = "otg";
529 g-np-tx-fifo-size = <16>;
530 g-rx-fifo-size = <275>;
531 g-tx-fifo-size = <256 128 128 64 64 32>;
Andreas Färber37a0c602017-05-15 17:51:18 +0800532 status = "disabled";
533 };
534
535 i2c0: i2c@ff650000 {
536 compatible = "rockchip,rk3368-i2c", "rockchip,rk3288-i2c";
537 reg = <0x0 0xff650000 0x0 0x1000>;
538 clocks = <&cru PCLK_I2C0>;
539 clock-names = "i2c";
540 interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
541 pinctrl-names = "default";
542 pinctrl-0 = <&i2c0_xfer>;
543 #address-cells = <1>;
544 #size-cells = <0>;
545 status = "disabled";
546 };
547
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +0100548 i2c1: i2c@ff660000 {
Andreas Färber37a0c602017-05-15 17:51:18 +0800549 compatible = "rockchip,rk3368-i2c", "rockchip,rk3288-i2c";
550 reg = <0x0 0xff660000 0x0 0x1000>;
551 interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
552 #address-cells = <1>;
553 #size-cells = <0>;
554 clock-names = "i2c";
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +0100555 clocks = <&cru PCLK_I2C1>;
Andreas Färber37a0c602017-05-15 17:51:18 +0800556 pinctrl-names = "default";
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +0100557 pinctrl-0 = <&i2c1_xfer>;
Andreas Färber37a0c602017-05-15 17:51:18 +0800558 status = "disabled";
559 };
560
561 pwm0: pwm@ff680000 {
562 compatible = "rockchip,rk3368-pwm", "rockchip,rk3288-pwm";
563 reg = <0x0 0xff680000 0x0 0x10>;
564 #pwm-cells = <3>;
565 pinctrl-names = "default";
566 pinctrl-0 = <&pwm0_pin>;
567 clocks = <&cru PCLK_PWM1>;
568 clock-names = "pwm";
569 status = "disabled";
570 };
571
572 pwm1: pwm@ff680010 {
573 compatible = "rockchip,rk3368-pwm", "rockchip,rk3288-pwm";
574 reg = <0x0 0xff680010 0x0 0x10>;
575 #pwm-cells = <3>;
576 pinctrl-names = "default";
577 pinctrl-0 = <&pwm1_pin>;
578 clocks = <&cru PCLK_PWM1>;
579 clock-names = "pwm";
580 status = "disabled";
581 };
582
583 pwm2: pwm@ff680020 {
584 compatible = "rockchip,rk3368-pwm", "rockchip,rk3288-pwm";
585 reg = <0x0 0xff680020 0x0 0x10>;
586 #pwm-cells = <3>;
587 clocks = <&cru PCLK_PWM1>;
588 clock-names = "pwm";
589 status = "disabled";
590 };
591
592 pwm3: pwm@ff680030 {
593 compatible = "rockchip,rk3368-pwm", "rockchip,rk3288-pwm";
594 reg = <0x0 0xff680030 0x0 0x10>;
595 #pwm-cells = <3>;
596 pinctrl-names = "default";
597 pinctrl-0 = <&pwm3_pin>;
598 clocks = <&cru PCLK_PWM1>;
599 clock-names = "pwm";
600 status = "disabled";
601 };
602
603 uart2: serial@ff690000 {
604 compatible = "rockchip,rk3368-uart", "snps,dw-apb-uart";
605 reg = <0x0 0xff690000 0x0 0x100>;
Andreas Färber37a0c602017-05-15 17:51:18 +0800606 clocks = <&cru SCLK_UART2>, <&cru PCLK_UART2>;
607 clock-names = "baudclk", "apb_pclk";
608 interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
609 pinctrl-names = "default";
610 pinctrl-0 = <&uart2_xfer>;
611 reg-shift = <2>;
612 reg-io-width = <4>;
613 status = "disabled";
614 };
615
616 mbox: mbox@ff6b0000 {
617 compatible = "rockchip,rk3368-mailbox";
618 reg = <0x0 0xff6b0000 0x0 0x1000>;
619 interrupts = <GIC_SPI 146 IRQ_TYPE_LEVEL_HIGH>,
620 <GIC_SPI 147 IRQ_TYPE_LEVEL_HIGH>,
621 <GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>,
622 <GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH>;
623 clocks = <&cru PCLK_MAILBOX>;
624 clock-names = "pclk_mailbox";
625 #mbox-cells = <1>;
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +0100626 status = "disabled";
Andreas Färber37a0c602017-05-15 17:51:18 +0800627 };
628
629 pmugrf: syscon@ff738000 {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +0100630 compatible = "rockchip,rk3368-pmugrf", "syscon", "simple-mfd";
Andreas Färber37a0c602017-05-15 17:51:18 +0800631 reg = <0x0 0xff738000 0x0 0x1000>;
Andreas Färber37a0c602017-05-15 17:51:18 +0800632
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +0100633 pmu_io_domains: io-domains {
634 compatible = "rockchip,rk3368-pmu-io-voltage-domain";
635 status = "disabled";
636 };
637
638 reboot-mode {
639 compatible = "syscon-reboot-mode";
640 offset = <0x200>;
641 mode-normal = <BOOT_NORMAL>;
642 mode-recovery = <BOOT_RECOVERY>;
643 mode-bootloader = <BOOT_FASTBOOT>;
644 mode-loader = <BOOT_BL_DOWNLOAD>;
645 };
Philipp Tomsich8f362db2017-07-28 11:37:33 +0200646 };
647
Andreas Färber37a0c602017-05-15 17:51:18 +0800648 cru: clock-controller@ff760000 {
649 compatible = "rockchip,rk3368-cru";
650 reg = <0x0 0xff760000 0x0 0x1000>;
651 rockchip,grf = <&grf>;
652 #clock-cells = <1>;
653 #reset-cells = <1>;
654 };
655
656 grf: syscon@ff770000 {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +0100657 compatible = "rockchip,rk3368-grf", "syscon", "simple-mfd";
Andreas Färber37a0c602017-05-15 17:51:18 +0800658 reg = <0x0 0xff770000 0x0 0x1000>;
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +0100659
660 io_domains: io-domains {
661 compatible = "rockchip,rk3368-io-voltage-domain";
662 status = "disabled";
663 };
Andreas Färber37a0c602017-05-15 17:51:18 +0800664 };
665
666 wdt: watchdog@ff800000 {
667 compatible = "rockchip,rk3368-wdt", "snps,dw-wdt";
668 reg = <0x0 0xff800000 0x0 0x100>;
669 clocks = <&cru PCLK_WDT>;
670 interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
671 status = "disabled";
672 };
673
Philipp Tomsichbc824cc2017-07-28 17:46:39 +0200674 timer0: timer@ff810000 {
Andreas Färber37a0c602017-05-15 17:51:18 +0800675 compatible = "rockchip,rk3368-timer", "rockchip,rk3288-timer";
676 reg = <0x0 0xff810000 0x0 0x20>;
677 interrupts = <GIC_SPI 66 IRQ_TYPE_LEVEL_HIGH>;
678 };
679
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +0100680 spdif: spdif@ff880000 {
681 compatible = "rockchip,rk3368-spdif";
682 reg = <0x0 0xff880000 0x0 0x1000>;
683 interrupts = <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>;
684 clocks = <&cru SCLK_SPDIF_8CH>, <&cru HCLK_SPDIF>;
685 clock-names = "mclk", "hclk";
686 dmas = <&dmac_bus 3>;
687 dma-names = "tx";
688 pinctrl-names = "default";
689 pinctrl-0 = <&spdif_tx>;
690 status = "disabled";
691 };
692
693 i2s_2ch: i2s-2ch@ff890000 {
694 compatible = "rockchip,rk3368-i2s", "rockchip,rk3066-i2s";
695 reg = <0x0 0xff890000 0x0 0x1000>;
696 interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
697 clock-names = "i2s_clk", "i2s_hclk";
698 clocks = <&cru SCLK_I2S_2CH>, <&cru HCLK_I2S_2CH>;
699 dmas = <&dmac_bus 6>, <&dmac_bus 7>;
700 dma-names = "tx", "rx";
701 status = "disabled";
702 };
703
704 i2s_8ch: i2s-8ch@ff898000 {
705 compatible = "rockchip,rk3368-i2s", "rockchip,rk3066-i2s";
706 reg = <0x0 0xff898000 0x0 0x1000>;
707 interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
708 clock-names = "i2s_clk", "i2s_hclk";
709 clocks = <&cru SCLK_I2S_8CH>, <&cru HCLK_I2S_8CH>;
710 dmas = <&dmac_bus 0>, <&dmac_bus 1>;
711 dma-names = "tx", "rx";
712 pinctrl-names = "default";
713 pinctrl-0 = <&i2s_8ch_bus>;
714 status = "disabled";
715 };
716
717 iep_mmu: iommu@ff900800 {
718 compatible = "rockchip,iommu";
719 reg = <0x0 0xff900800 0x0 0x100>;
720 interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
721 interrupt-names = "iep_mmu";
722 clocks = <&cru ACLK_IEP>, <&cru HCLK_IEP>;
723 clock-names = "aclk", "iface";
724 #iommu-cells = <0>;
725 status = "disabled";
726 };
727
728 isp_mmu: iommu@ff914000 {
729 compatible = "rockchip,iommu";
730 reg = <0x0 0xff914000 0x0 0x100>,
731 <0x0 0xff915000 0x0 0x100>;
732 interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
733 interrupt-names = "isp_mmu";
734 clocks = <&cru ACLK_ISP>, <&cru HCLK_ISP>;
735 clock-names = "aclk", "iface";
736 #iommu-cells = <0>;
737 rockchip,disable-mmu-reset;
738 status = "disabled";
739 };
740
741 vop_mmu: iommu@ff930300 {
742 compatible = "rockchip,iommu";
743 reg = <0x0 0xff930300 0x0 0x100>;
744 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
745 interrupt-names = "vop_mmu";
746 clocks = <&cru ACLK_VOP>, <&cru HCLK_VOP>;
747 clock-names = "aclk", "iface";
748 #iommu-cells = <0>;
749 status = "disabled";
750 };
751
752 hevc_mmu: iommu@ff9a0440 {
753 compatible = "rockchip,iommu";
754 reg = <0x0 0xff9a0440 0x0 0x40>,
755 <0x0 0xff9a0480 0x0 0x40>;
756 interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>;
757 interrupt-names = "hevc_mmu";
758 clocks = <&cru ACLK_VIDEO>, <&cru HCLK_VIDEO>;
759 clock-names = "aclk", "iface";
760 #iommu-cells = <0>;
761 status = "disabled";
762 };
763
764 vpu_mmu: iommu@ff9a0800 {
765 compatible = "rockchip,iommu";
766 reg = <0x0 0xff9a0800 0x0 0x100>;
767 interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>,
768 <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
769 interrupt-names = "vepu_mmu", "vdpu_mmu";
770 clocks = <&cru ACLK_VIDEO>, <&cru HCLK_VIDEO>;
771 clock-names = "aclk", "iface";
772 #iommu-cells = <0>;
773 status = "disabled";
774 };
775
776 efuse256: efuse@ffb00000 {
777 compatible = "rockchip,rk3368-efuse";
778 reg = <0x0 0xffb00000 0x0 0x20>;
779 #address-cells = <1>;
780 #size-cells = <1>;
781 clocks = <&cru PCLK_EFUSE256>;
782 clock-names = "pclk_efuse";
783
784 cpu_leakage: cpu-leakage@17 {
785 reg = <0x17 0x1>;
786 };
787 temp_adjust: temp-adjust@1f {
788 reg = <0x1f 0x1>;
789 };
790 };
791
Andreas Färber37a0c602017-05-15 17:51:18 +0800792 gic: interrupt-controller@ffb71000 {
793 compatible = "arm,gic-400";
794 interrupt-controller;
795 #interrupt-cells = <3>;
796 #address-cells = <0>;
797
798 reg = <0x0 0xffb71000 0x0 0x1000>,
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +0100799 <0x0 0xffb72000 0x0 0x2000>,
Andreas Färber37a0c602017-05-15 17:51:18 +0800800 <0x0 0xffb74000 0x0 0x2000>,
801 <0x0 0xffb76000 0x0 0x2000>;
802 interrupts = <GIC_PPI 9
803 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_HIGH)>;
804 };
805
806 pinctrl: pinctrl {
807 compatible = "rockchip,rk3368-pinctrl";
808 rockchip,grf = <&grf>;
809 rockchip,pmu = <&pmugrf>;
810 #address-cells = <0x2>;
811 #size-cells = <0x2>;
812 ranges;
813
814 gpio0: gpio0@ff750000 {
815 compatible = "rockchip,gpio-bank";
816 reg = <0x0 0xff750000 0x0 0x100>;
817 clocks = <&cru PCLK_GPIO0>;
818 interrupts = <GIC_SPI 0x51 IRQ_TYPE_LEVEL_HIGH>;
819
820 gpio-controller;
821 #gpio-cells = <0x2>;
822
823 interrupt-controller;
824 #interrupt-cells = <0x2>;
825 };
826
827 gpio1: gpio1@ff780000 {
828 compatible = "rockchip,gpio-bank";
829 reg = <0x0 0xff780000 0x0 0x100>;
830 clocks = <&cru PCLK_GPIO1>;
831 interrupts = <GIC_SPI 0x52 IRQ_TYPE_LEVEL_HIGH>;
832
833 gpio-controller;
834 #gpio-cells = <0x2>;
835
836 interrupt-controller;
837 #interrupt-cells = <0x2>;
838 };
839
840 gpio2: gpio2@ff790000 {
841 compatible = "rockchip,gpio-bank";
842 reg = <0x0 0xff790000 0x0 0x100>;
843 clocks = <&cru PCLK_GPIO2>;
844 interrupts = <GIC_SPI 0x53 IRQ_TYPE_LEVEL_HIGH>;
845
846 gpio-controller;
847 #gpio-cells = <0x2>;
848
849 interrupt-controller;
850 #interrupt-cells = <0x2>;
851 };
852
853 gpio3: gpio3@ff7a0000 {
854 compatible = "rockchip,gpio-bank";
855 reg = <0x0 0xff7a0000 0x0 0x100>;
856 clocks = <&cru PCLK_GPIO3>;
857 interrupts = <GIC_SPI 0x54 IRQ_TYPE_LEVEL_HIGH>;
858
859 gpio-controller;
860 #gpio-cells = <0x2>;
861
862 interrupt-controller;
863 #interrupt-cells = <0x2>;
864 };
865
866 pcfg_pull_up: pcfg-pull-up {
867 bias-pull-up;
868 };
869
870 pcfg_pull_down: pcfg-pull-down {
871 bias-pull-down;
872 };
873
874 pcfg_pull_none: pcfg-pull-none {
875 bias-disable;
876 };
877
878 pcfg_pull_none_12ma: pcfg-pull-none-12ma {
879 bias-disable;
880 drive-strength = <12>;
881 };
882
883 emmc {
884 emmc_clk: emmc-clk {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +0100885 rockchip,pins = <2 RK_PA4 2 &pcfg_pull_none>;
Andreas Färber37a0c602017-05-15 17:51:18 +0800886 };
887
888 emmc_cmd: emmc-cmd {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +0100889 rockchip,pins = <1 RK_PD2 2 &pcfg_pull_up>;
Andreas Färber37a0c602017-05-15 17:51:18 +0800890 };
891
892 emmc_pwr: emmc-pwr {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +0100893 rockchip,pins = <1 RK_PD3 2 &pcfg_pull_up>;
Andreas Färber37a0c602017-05-15 17:51:18 +0800894 };
895
896 emmc_bus1: emmc-bus1 {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +0100897 rockchip,pins = <1 RK_PC2 2 &pcfg_pull_up>;
Andreas Färber37a0c602017-05-15 17:51:18 +0800898 };
899
900 emmc_bus4: emmc-bus4 {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +0100901 rockchip,pins = <1 RK_PC2 2 &pcfg_pull_up>,
902 <1 RK_PC3 2 &pcfg_pull_up>,
903 <1 RK_PC4 2 &pcfg_pull_up>,
904 <1 RK_PC5 2 &pcfg_pull_up>;
Andreas Färber37a0c602017-05-15 17:51:18 +0800905 };
906
907 emmc_bus8: emmc-bus8 {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +0100908 rockchip,pins = <1 RK_PC2 2 &pcfg_pull_up>,
909 <1 RK_PC3 2 &pcfg_pull_up>,
910 <1 RK_PC4 2 &pcfg_pull_up>,
911 <1 RK_PC5 2 &pcfg_pull_up>,
912 <1 RK_PC6 2 &pcfg_pull_up>,
913 <1 RK_PC7 2 &pcfg_pull_up>,
914 <1 RK_PD0 2 &pcfg_pull_up>,
915 <1 RK_PD1 2 &pcfg_pull_up>;
Andreas Färber37a0c602017-05-15 17:51:18 +0800916 };
917 };
918
919 gmac {
920 rgmii_pins: rgmii-pins {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +0100921 rockchip,pins = <3 RK_PC6 1 &pcfg_pull_none>,
922 <3 RK_PD0 1 &pcfg_pull_none>,
923 <3 RK_PC3 1 &pcfg_pull_none>,
924 <3 RK_PB0 1 &pcfg_pull_none_12ma>,
925 <3 RK_PB1 1 &pcfg_pull_none_12ma>,
926 <3 RK_PB2 1 &pcfg_pull_none_12ma>,
927 <3 RK_PB6 1 &pcfg_pull_none_12ma>,
928 <3 RK_PD4 1 &pcfg_pull_none_12ma>,
929 <3 RK_PB5 1 &pcfg_pull_none_12ma>,
930 <3 RK_PB7 1 &pcfg_pull_none>,
931 <3 RK_PC0 1 &pcfg_pull_none>,
932 <3 RK_PC1 1 &pcfg_pull_none>,
933 <3 RK_PC2 1 &pcfg_pull_none>,
934 <3 RK_PD1 1 &pcfg_pull_none>,
935 <3 RK_PC4 1 &pcfg_pull_none>;
Andreas Färber37a0c602017-05-15 17:51:18 +0800936 };
937
938 rmii_pins: rmii-pins {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +0100939 rockchip,pins = <3 RK_PC6 1 &pcfg_pull_none>,
940 <3 RK_PD0 1 &pcfg_pull_none>,
941 <3 RK_PC3 1 &pcfg_pull_none>,
942 <3 RK_PB0 1 &pcfg_pull_none_12ma>,
943 <3 RK_PB1 1 &pcfg_pull_none_12ma>,
944 <3 RK_PB5 1 &pcfg_pull_none_12ma>,
945 <3 RK_PB7 1 &pcfg_pull_none>,
946 <3 RK_PC0 1 &pcfg_pull_none>,
947 <3 RK_PC4 1 &pcfg_pull_none>,
948 <3 RK_PC5 1 &pcfg_pull_none>;
Andreas Färber37a0c602017-05-15 17:51:18 +0800949 };
950 };
951
952 i2c0 {
953 i2c0_xfer: i2c0-xfer {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +0100954 rockchip,pins = <0 RK_PA6 1 &pcfg_pull_none>,
955 <0 RK_PA7 1 &pcfg_pull_none>;
Andreas Färber37a0c602017-05-15 17:51:18 +0800956 };
957 };
958
959 i2c1 {
960 i2c1_xfer: i2c1-xfer {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +0100961 rockchip,pins = <2 RK_PC5 1 &pcfg_pull_none>,
962 <2 RK_PC6 1 &pcfg_pull_none>;
Andreas Färber37a0c602017-05-15 17:51:18 +0800963 };
964 };
965
966 i2c2 {
967 i2c2_xfer: i2c2-xfer {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +0100968 rockchip,pins = <0 RK_PB1 2 &pcfg_pull_none>,
969 <3 RK_PD7 2 &pcfg_pull_none>;
Andreas Färber37a0c602017-05-15 17:51:18 +0800970 };
971 };
972
973 i2c3 {
974 i2c3_xfer: i2c3-xfer {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +0100975 rockchip,pins = <1 RK_PC0 1 &pcfg_pull_none>,
976 <1 RK_PC1 1 &pcfg_pull_none>;
Andreas Färber37a0c602017-05-15 17:51:18 +0800977 };
978 };
979
980 i2c4 {
981 i2c4_xfer: i2c4-xfer {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +0100982 rockchip,pins = <3 RK_PD0 2 &pcfg_pull_none>,
983 <3 RK_PD1 2 &pcfg_pull_none>;
Andreas Färber37a0c602017-05-15 17:51:18 +0800984 };
985 };
986
987 i2c5 {
988 i2c5_xfer: i2c5-xfer {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +0100989 rockchip,pins = <3 RK_PD2 2 &pcfg_pull_none>,
990 <3 RK_PD3 2 &pcfg_pull_none>;
991 };
992 };
993
994 i2s {
995 i2s_8ch_bus: i2s-8ch-bus {
996 rockchip,pins = <2 RK_PB4 1 &pcfg_pull_none>,
997 <2 RK_PB5 1 &pcfg_pull_none>,
998 <2 RK_PB6 1 &pcfg_pull_none>,
999 <2 RK_PB7 1 &pcfg_pull_none>,
1000 <2 RK_PC0 1 &pcfg_pull_none>,
1001 <2 RK_PC1 1 &pcfg_pull_none>,
1002 <2 RK_PC2 1 &pcfg_pull_none>,
1003 <2 RK_PC3 1 &pcfg_pull_none>,
1004 <2 RK_PC4 1 &pcfg_pull_none>;
Andreas Färber37a0c602017-05-15 17:51:18 +08001005 };
1006 };
1007
1008 pwm0 {
1009 pwm0_pin: pwm0-pin {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +01001010 rockchip,pins = <3 RK_PB0 2 &pcfg_pull_none>;
Andreas Färber37a0c602017-05-15 17:51:18 +08001011 };
1012 };
1013
1014 pwm1 {
1015 pwm1_pin: pwm1-pin {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +01001016 rockchip,pins = <0 RK_PB0 2 &pcfg_pull_none>;
Andreas Färber37a0c602017-05-15 17:51:18 +08001017 };
1018 };
1019
1020 pwm3 {
1021 pwm3_pin: pwm3-pin {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +01001022 rockchip,pins = <3 RK_PD5 3 &pcfg_pull_none>;
Andreas Färber37a0c602017-05-15 17:51:18 +08001023 };
1024 };
1025
1026 sdio0 {
1027 sdio0_bus1: sdio0-bus1 {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +01001028 rockchip,pins = <2 RK_PD4 1 &pcfg_pull_up>;
Andreas Färber37a0c602017-05-15 17:51:18 +08001029 };
1030
1031 sdio0_bus4: sdio0-bus4 {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +01001032 rockchip,pins = <2 RK_PD4 1 &pcfg_pull_up>,
1033 <2 RK_PD5 1 &pcfg_pull_up>,
1034 <2 RK_PD6 1 &pcfg_pull_up>,
1035 <2 RK_PD7 1 &pcfg_pull_up>;
Andreas Färber37a0c602017-05-15 17:51:18 +08001036 };
1037
1038 sdio0_cmd: sdio0-cmd {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +01001039 rockchip,pins = <3 RK_PA0 1 &pcfg_pull_up>;
Andreas Färber37a0c602017-05-15 17:51:18 +08001040 };
1041
1042 sdio0_clk: sdio0-clk {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +01001043 rockchip,pins = <3 RK_PA1 1 &pcfg_pull_none>;
Andreas Färber37a0c602017-05-15 17:51:18 +08001044 };
1045
1046 sdio0_cd: sdio0-cd {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +01001047 rockchip,pins = <3 RK_PA2 1 &pcfg_pull_up>;
Andreas Färber37a0c602017-05-15 17:51:18 +08001048 };
1049
1050 sdio0_wp: sdio0-wp {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +01001051 rockchip,pins = <3 RK_PA3 1 &pcfg_pull_up>;
Andreas Färber37a0c602017-05-15 17:51:18 +08001052 };
1053
1054 sdio0_pwr: sdio0-pwr {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +01001055 rockchip,pins = <3 RK_PA4 1 &pcfg_pull_up>;
Andreas Färber37a0c602017-05-15 17:51:18 +08001056 };
1057
1058 sdio0_bkpwr: sdio0-bkpwr {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +01001059 rockchip,pins = <3 RK_PA5 1 &pcfg_pull_up>;
Andreas Färber37a0c602017-05-15 17:51:18 +08001060 };
1061
1062 sdio0_int: sdio0-int {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +01001063 rockchip,pins = <3 RK_PA6 1 &pcfg_pull_up>;
Andreas Färber37a0c602017-05-15 17:51:18 +08001064 };
1065 };
1066
1067 sdmmc {
1068 sdmmc_clk: sdmmc-clk {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +01001069 rockchip,pins = <2 RK_PB1 1 &pcfg_pull_none>;
Andreas Färber37a0c602017-05-15 17:51:18 +08001070 };
1071
1072 sdmmc_cmd: sdmmc-cmd {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +01001073 rockchip,pins = <2 RK_PB2 1 &pcfg_pull_up>;
Andreas Färber37a0c602017-05-15 17:51:18 +08001074 };
1075
1076 sdmmc_cd: sdmmc-cd {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +01001077 rockchip,pins = <2 RK_PB3 1 &pcfg_pull_up>;
Andreas Färber37a0c602017-05-15 17:51:18 +08001078 };
1079
1080 sdmmc_bus1: sdmmc-bus1 {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +01001081 rockchip,pins = <2 RK_PA5 1 &pcfg_pull_up>;
Andreas Färber37a0c602017-05-15 17:51:18 +08001082 };
1083
1084 sdmmc_bus4: sdmmc-bus4 {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +01001085 rockchip,pins = <2 RK_PA5 1 &pcfg_pull_up>,
1086 <2 RK_PA6 1 &pcfg_pull_up>,
1087 <2 RK_PA7 1 &pcfg_pull_up>,
1088 <2 RK_PB0 1 &pcfg_pull_up>;
1089 };
1090 };
1091
1092 spdif {
1093 spdif_tx: spdif-tx {
1094 rockchip,pins = <2 RK_PC7 1 &pcfg_pull_none>;
Andreas Färber37a0c602017-05-15 17:51:18 +08001095 };
1096 };
1097
1098 spi0 {
1099 spi0_clk: spi0-clk {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +01001100 rockchip,pins = <1 RK_PD5 2 &pcfg_pull_up>;
Andreas Färber37a0c602017-05-15 17:51:18 +08001101 };
1102 spi0_cs0: spi0-cs0 {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +01001103 rockchip,pins = <1 RK_PD0 3 &pcfg_pull_up>;
Andreas Färber37a0c602017-05-15 17:51:18 +08001104 };
1105 spi0_cs1: spi0-cs1 {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +01001106 rockchip,pins = <1 RK_PD1 3 &pcfg_pull_up>;
Andreas Färber37a0c602017-05-15 17:51:18 +08001107 };
1108 spi0_tx: spi0-tx {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +01001109 rockchip,pins = <1 RK_PC7 3 &pcfg_pull_up>;
Andreas Färber37a0c602017-05-15 17:51:18 +08001110 };
1111 spi0_rx: spi0-rx {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +01001112 rockchip,pins = <1 RK_PC6 3 &pcfg_pull_up>;
Andreas Färber37a0c602017-05-15 17:51:18 +08001113 };
1114 };
1115
1116 spi1 {
1117 spi1_clk: spi1-clk {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +01001118 rockchip,pins = <1 RK_PB6 2 &pcfg_pull_up>;
Andreas Färber37a0c602017-05-15 17:51:18 +08001119 };
1120 spi1_cs0: spi1-cs0 {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +01001121 rockchip,pins = <1 RK_PB7 2 &pcfg_pull_up>;
Andreas Färber37a0c602017-05-15 17:51:18 +08001122 };
1123 spi1_cs1: spi1-cs1 {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +01001124 rockchip,pins = <3 RK_PD4 2 &pcfg_pull_up>;
Andreas Färber37a0c602017-05-15 17:51:18 +08001125 };
1126 spi1_rx: spi1-rx {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +01001127 rockchip,pins = <1 RK_PC0 2 &pcfg_pull_up>;
Andreas Färber37a0c602017-05-15 17:51:18 +08001128 };
1129 spi1_tx: spi1-tx {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +01001130 rockchip,pins = <1 RK_PC1 2 &pcfg_pull_up>;
Andreas Färber37a0c602017-05-15 17:51:18 +08001131 };
1132 };
1133
1134 spi2 {
1135 spi2_clk: spi2-clk {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +01001136 rockchip,pins = <0 RK_PB4 2 &pcfg_pull_up>;
Andreas Färber37a0c602017-05-15 17:51:18 +08001137 };
1138 spi2_cs0: spi2-cs0 {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +01001139 rockchip,pins = <0 RK_PB5 2 &pcfg_pull_up>;
Andreas Färber37a0c602017-05-15 17:51:18 +08001140 };
1141 spi2_rx: spi2-rx {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +01001142 rockchip,pins = <0 RK_PB2 2 &pcfg_pull_up>;
Andreas Färber37a0c602017-05-15 17:51:18 +08001143 };
1144 spi2_tx: spi2-tx {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +01001145 rockchip,pins = <0 RK_PB3 2 &pcfg_pull_up>;
Andreas Färber37a0c602017-05-15 17:51:18 +08001146 };
1147 };
1148
1149 tsadc {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +01001150 otp_pin: otp-pin {
1151 rockchip,pins = <0 RK_PA3 RK_FUNC_GPIO &pcfg_pull_none>;
Andreas Färber37a0c602017-05-15 17:51:18 +08001152 };
1153
1154 otp_out: otp-out {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +01001155 rockchip,pins = <0 RK_PA3 1 &pcfg_pull_none>;
Andreas Färber37a0c602017-05-15 17:51:18 +08001156 };
1157 };
1158
1159 uart0 {
1160 uart0_xfer: uart0-xfer {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +01001161 rockchip,pins = <2 RK_PD0 1 &pcfg_pull_up>,
1162 <2 RK_PD1 1 &pcfg_pull_none>;
Andreas Färber37a0c602017-05-15 17:51:18 +08001163 };
1164
1165 uart0_cts: uart0-cts {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +01001166 rockchip,pins = <2 RK_PD2 1 &pcfg_pull_none>;
Andreas Färber37a0c602017-05-15 17:51:18 +08001167 };
1168
1169 uart0_rts: uart0-rts {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +01001170 rockchip,pins = <2 RK_PD3 1 &pcfg_pull_none>;
Andreas Färber37a0c602017-05-15 17:51:18 +08001171 };
1172 };
1173
1174 uart1 {
1175 uart1_xfer: uart1-xfer {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +01001176 rockchip,pins = <0 RK_PC4 3 &pcfg_pull_up>,
1177 <0 RK_PC5 3 &pcfg_pull_none>;
Andreas Färber37a0c602017-05-15 17:51:18 +08001178 };
1179
1180 uart1_cts: uart1-cts {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +01001181 rockchip,pins = <0 RK_PC6 3 &pcfg_pull_none>;
Andreas Färber37a0c602017-05-15 17:51:18 +08001182 };
1183
1184 uart1_rts: uart1-rts {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +01001185 rockchip,pins = <0 RK_PC7 3 &pcfg_pull_none>;
Andreas Färber37a0c602017-05-15 17:51:18 +08001186 };
1187 };
1188
1189 uart2 {
1190 uart2_xfer: uart2-xfer {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +01001191 rockchip,pins = <2 RK_PA6 2 &pcfg_pull_up>,
1192 <2 RK_PA5 2 &pcfg_pull_none>;
Andreas Färber37a0c602017-05-15 17:51:18 +08001193 };
1194 /* no rts / cts for uart2 */
1195 };
1196
1197 uart3 {
1198 uart3_xfer: uart3-xfer {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +01001199 rockchip,pins = <3 RK_PD5 2 &pcfg_pull_up>,
1200 <3 RK_PD6 3 &pcfg_pull_none>;
Andreas Färber37a0c602017-05-15 17:51:18 +08001201 };
1202
1203 uart3_cts: uart3-cts {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +01001204 rockchip,pins = <3 RK_PC0 2 &pcfg_pull_none>;
Andreas Färber37a0c602017-05-15 17:51:18 +08001205 };
1206
1207 uart3_rts: uart3-rts {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +01001208 rockchip,pins = <3 RK_PC1 2 &pcfg_pull_none>;
Andreas Färber37a0c602017-05-15 17:51:18 +08001209 };
1210 };
1211
1212 uart4 {
1213 uart4_xfer: uart4-xfer {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +01001214 rockchip,pins = <0 RK_PD3 3 &pcfg_pull_up>,
1215 <0 RK_PD2 3 &pcfg_pull_none>;
Andreas Färber37a0c602017-05-15 17:51:18 +08001216 };
1217
1218 uart4_cts: uart4-cts {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +01001219 rockchip,pins = <0 RK_PD0 3 &pcfg_pull_none>;
Andreas Färber37a0c602017-05-15 17:51:18 +08001220 };
1221
1222 uart4_rts: uart4-rts {
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +01001223 rockchip,pins = <0 RK_PD1 3 &pcfg_pull_none>;
Andreas Färber37a0c602017-05-15 17:51:18 +08001224 };
1225 };
1226 };
1227};