1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * Copyright (c) 2013 MundoReader S.L.
4 * Author: Heiko Stuebner <heiko@sntech.de>
7 #include <dt-bindings/gpio/gpio.h>
8 #include <dt-bindings/pinctrl/rockchip.h>
9 #include <dt-bindings/clock/rk3066a-cru.h>
10 #include "rk3xxx.dtsi"
13 compatible = "rockchip,rk3066a";
18 enable-method = "rockchip,rk3066-smp";
22 compatible = "arm,cortex-a9";
23 next-level-cache = <&L2>;
35 clock-latency = <40000>;
36 clocks = <&cru ARMCLK>;
40 compatible = "arm,cortex-a9";
41 next-level-cache = <&L2>;
47 compatible = "mmio-sram";
48 reg = <0x10080000 0x10000>;
51 ranges = <0 0x10080000 0x10000>;
54 compatible = "rockchip,rk3066-smp-sram";
60 compatible = "rockchip,rk3066-i2s";
61 reg = <0x10118000 0x2000>;
62 interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
65 pinctrl-names = "default";
66 pinctrl-0 = <&i2s0_bus>;
67 dmas = <&dmac1_s 4>, <&dmac1_s 5>;
68 dma-names = "tx", "rx";
69 clock-names = "i2s_hclk", "i2s_clk";
70 clocks = <&cru HCLK_I2S0>, <&cru SCLK_I2S0>;
71 rockchip,playback-channels = <8>;
72 rockchip,capture-channels = <2>;
77 compatible = "rockchip,rk3066-i2s";
78 reg = <0x1011a000 0x2000>;
79 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
82 pinctrl-names = "default";
83 pinctrl-0 = <&i2s1_bus>;
84 dmas = <&dmac1_s 6>, <&dmac1_s 7>;
85 dma-names = "tx", "rx";
86 clock-names = "i2s_hclk", "i2s_clk";
87 clocks = <&cru HCLK_I2S1>, <&cru SCLK_I2S1>;
88 rockchip,playback-channels = <2>;
89 rockchip,capture-channels = <2>;
94 compatible = "rockchip,rk3066-i2s";
95 reg = <0x1011c000 0x2000>;
96 interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
99 pinctrl-names = "default";
100 pinctrl-0 = <&i2s2_bus>;
101 dmas = <&dmac1_s 9>, <&dmac1_s 10>;
102 dma-names = "tx", "rx";
103 clock-names = "i2s_hclk", "i2s_clk";
104 clocks = <&cru HCLK_I2S2>, <&cru SCLK_I2S2>;
105 rockchip,playback-channels = <2>;
106 rockchip,capture-channels = <2>;
110 cru: clock-controller@20000000 {
111 compatible = "rockchip,rk3066a-cru";
112 reg = <0x20000000 0x1000>;
113 rockchip,grf = <&grf>;
117 assigned-clocks = <&cru PLL_CPLL>, <&cru PLL_GPLL>,
118 <&cru ACLK_CPU>, <&cru HCLK_CPU>,
119 <&cru PCLK_CPU>, <&cru ACLK_PERI>,
120 <&cru HCLK_PERI>, <&cru PCLK_PERI>;
121 assigned-clock-rates = <400000000>, <594000000>,
122 <300000000>, <150000000>,
123 <75000000>, <300000000>,
124 <150000000>, <75000000>;
128 compatible = "snps,dw-apb-timer-osc";
129 reg = <0x2000e000 0x100>;
130 interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
131 clocks = <&cru SCLK_TIMER2>, <&cru PCLK_TIMER2>;
132 clock-names = "timer", "pclk";
135 efuse: efuse@20010000 {
136 compatible = "rockchip,rk3066a-efuse";
137 reg = <0x20010000 0x4000>;
138 #address-cells = <1>;
140 clocks = <&cru PCLK_EFUSE>;
141 clock-names = "pclk_efuse";
143 cpu_leakage: cpu_leakage@17 {
149 compatible = "snps,dw-apb-timer-osc";
150 reg = <0x20038000 0x100>;
151 interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>;
152 clocks = <&cru SCLK_TIMER0>, <&cru PCLK_TIMER0>;
153 clock-names = "timer", "pclk";
157 compatible = "snps,dw-apb-timer-osc";
158 reg = <0x2003a000 0x100>;
159 interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
160 clocks = <&cru SCLK_TIMER1>, <&cru PCLK_TIMER1>;
161 clock-names = "timer", "pclk";
164 tsadc: tsadc@20060000 {
165 compatible = "rockchip,rk3066-tsadc";
166 reg = <0x20060000 0x100>;
167 clocks = <&cru SCLK_TSADC>, <&cru PCLK_TSADC>;
168 clock-names = "saradc", "apb_pclk";
169 interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
170 #io-channel-cells = <1>;
171 resets = <&cru SRST_TSADC>;
172 reset-names = "saradc-apb";
177 compatible = "rockchip,rk3066a-usb-phy", "rockchip,rk3288-usb-phy";
178 rockchip,grf = <&grf>;
179 #address-cells = <1>;
183 usbphy0: usb-phy@17c {
186 clocks = <&cru SCLK_OTGPHY0>;
187 clock-names = "phyclk";
191 usbphy1: usb-phy@188 {
194 clocks = <&cru SCLK_OTGPHY1>;
195 clock-names = "phyclk";
201 compatible = "rockchip,rk3066a-pinctrl";
202 rockchip,grf = <&grf>;
203 #address-cells = <1>;
207 gpio0: gpio0@20034000 {
208 compatible = "rockchip,gpio-bank";
209 reg = <0x20034000 0x100>;
210 interrupts = <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>;
211 clocks = <&cru PCLK_GPIO0>;
216 interrupt-controller;
217 #interrupt-cells = <2>;
220 gpio1: gpio1@2003c000 {
221 compatible = "rockchip,gpio-bank";
222 reg = <0x2003c000 0x100>;
223 interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
224 clocks = <&cru PCLK_GPIO1>;
229 interrupt-controller;
230 #interrupt-cells = <2>;
233 gpio2: gpio2@2003e000 {
234 compatible = "rockchip,gpio-bank";
235 reg = <0x2003e000 0x100>;
236 interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
237 clocks = <&cru PCLK_GPIO2>;
242 interrupt-controller;
243 #interrupt-cells = <2>;
246 gpio3: gpio3@20080000 {
247 compatible = "rockchip,gpio-bank";
248 reg = <0x20080000 0x100>;
249 interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
250 clocks = <&cru PCLK_GPIO3>;
255 interrupt-controller;
256 #interrupt-cells = <2>;
259 gpio4: gpio4@20084000 {
260 compatible = "rockchip,gpio-bank";
261 reg = <0x20084000 0x100>;
262 interrupts = <GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>;
263 clocks = <&cru PCLK_GPIO4>;
268 interrupt-controller;
269 #interrupt-cells = <2>;
272 gpio6: gpio6@2000a000 {
273 compatible = "rockchip,gpio-bank";
274 reg = <0x2000a000 0x100>;
275 interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
276 clocks = <&cru PCLK_GPIO6>;
281 interrupt-controller;
282 #interrupt-cells = <2>;
285 pcfg_pull_default: pcfg_pull_default {
286 bias-pull-pin-default;
289 pcfg_pull_none: pcfg_pull_none {
294 emac_xfer: emac-xfer {
295 rockchip,pins = <RK_GPIO1 16 RK_FUNC_2 &pcfg_pull_none>, /* mac_clk */
296 <RK_GPIO1 17 RK_FUNC_2 &pcfg_pull_none>, /* tx_en */
297 <RK_GPIO1 18 RK_FUNC_2 &pcfg_pull_none>, /* txd1 */
298 <RK_GPIO1 19 RK_FUNC_2 &pcfg_pull_none>, /* txd0 */
299 <RK_GPIO1 20 RK_FUNC_2 &pcfg_pull_none>, /* rx_err */
300 <RK_GPIO1 21 RK_FUNC_2 &pcfg_pull_none>, /* crs_dvalid */
301 <RK_GPIO1 22 RK_FUNC_2 &pcfg_pull_none>, /* rxd1 */
302 <RK_GPIO1 23 RK_FUNC_2 &pcfg_pull_none>; /* rxd0 */
305 emac_mdio: emac-mdio {
306 rockchip,pins = <RK_GPIO1 24 RK_FUNC_2 &pcfg_pull_none>, /* mac_md */
307 <RK_GPIO1 25 RK_FUNC_2 &pcfg_pull_none>; /* mac_mdclk */
313 rockchip,pins = <RK_GPIO3 31 RK_FUNC_2 &pcfg_pull_default>;
317 rockchip,pins = <RK_GPIO4 9 RK_FUNC_2 &pcfg_pull_default>;
321 rockchip,pins = <RK_GPIO4 10 RK_FUNC_2 &pcfg_pull_default>;
325 * The data pins are shared between nandc and emmc and
326 * not accessible through pinctrl. Also they should've
327 * been already set correctly by firmware, as
328 * flash/emmc is the boot-device.
333 i2c0_xfer: i2c0-xfer {
334 rockchip,pins = <RK_GPIO2 28 RK_FUNC_1 &pcfg_pull_none>,
335 <RK_GPIO2 29 RK_FUNC_1 &pcfg_pull_none>;
340 i2c1_xfer: i2c1-xfer {
341 rockchip,pins = <RK_GPIO2 30 RK_FUNC_1 &pcfg_pull_none>,
342 <RK_GPIO2 31 RK_FUNC_1 &pcfg_pull_none>;
347 i2c2_xfer: i2c2-xfer {
348 rockchip,pins = <RK_GPIO3 0 RK_FUNC_1 &pcfg_pull_none>,
349 <RK_GPIO3 1 RK_FUNC_1 &pcfg_pull_none>;
354 i2c3_xfer: i2c3-xfer {
355 rockchip,pins = <RK_GPIO3 2 RK_FUNC_2 &pcfg_pull_none>,
356 <RK_GPIO3 3 RK_FUNC_2 &pcfg_pull_none>;
361 i2c4_xfer: i2c4-xfer {
362 rockchip,pins = <RK_GPIO3 4 RK_FUNC_1 &pcfg_pull_none>,
363 <RK_GPIO3 5 RK_FUNC_1 &pcfg_pull_none>;
369 rockchip,pins = <RK_GPIO0 3 RK_FUNC_1 &pcfg_pull_none>;
375 rockchip,pins = <RK_GPIO0 4 RK_FUNC_1 &pcfg_pull_none>;
381 rockchip,pins = <RK_GPIO0 30 RK_FUNC_1 &pcfg_pull_none>;
387 rockchip,pins = <RK_GPIO0 31 RK_FUNC_1 &pcfg_pull_none>;
393 rockchip,pins = <RK_GPIO1 5 RK_FUNC_2 &pcfg_pull_default>;
396 rockchip,pins = <RK_GPIO1 4 RK_FUNC_2 &pcfg_pull_default>;
399 rockchip,pins = <RK_GPIO1 7 RK_FUNC_2 &pcfg_pull_default>;
402 rockchip,pins = <RK_GPIO1 6 RK_FUNC_2 &pcfg_pull_default>;
405 rockchip,pins = <RK_GPIO4 15 RK_FUNC_1 &pcfg_pull_default>;
411 rockchip,pins = <RK_GPIO2 19 RK_FUNC_2 &pcfg_pull_default>;
414 rockchip,pins = <RK_GPIO2 20 RK_FUNC_2 &pcfg_pull_default>;
417 rockchip,pins = <RK_GPIO2 22 RK_FUNC_2 &pcfg_pull_default>;
420 rockchip,pins = <RK_GPIO2 21 RK_FUNC_2 &pcfg_pull_default>;
423 rockchip,pins = <RK_GPIO2 23 RK_FUNC_2 &pcfg_pull_default>;
428 uart0_xfer: uart0-xfer {
429 rockchip,pins = <RK_GPIO1 0 RK_FUNC_1 &pcfg_pull_default>,
430 <RK_GPIO1 1 RK_FUNC_1 &pcfg_pull_default>;
433 uart0_cts: uart0-cts {
434 rockchip,pins = <RK_GPIO1 2 RK_FUNC_1 &pcfg_pull_default>;
437 uart0_rts: uart0-rts {
438 rockchip,pins = <RK_GPIO1 3 RK_FUNC_1 &pcfg_pull_default>;
443 uart1_xfer: uart1-xfer {
444 rockchip,pins = <RK_GPIO1 4 RK_FUNC_1 &pcfg_pull_default>,
445 <RK_GPIO1 5 RK_FUNC_1 &pcfg_pull_default>;
448 uart1_cts: uart1-cts {
449 rockchip,pins = <RK_GPIO1 6 RK_FUNC_1 &pcfg_pull_default>;
452 uart1_rts: uart1-rts {
453 rockchip,pins = <RK_GPIO1 7 RK_FUNC_1 &pcfg_pull_default>;
458 uart2_xfer: uart2-xfer {
459 rockchip,pins = <RK_GPIO1 8 RK_FUNC_1 &pcfg_pull_default>,
460 <RK_GPIO1 9 RK_FUNC_1 &pcfg_pull_default>;
462 /* no rts / cts for uart2 */
466 uart3_xfer: uart3-xfer {
467 rockchip,pins = <RK_GPIO3 27 RK_FUNC_1 &pcfg_pull_default>,
468 <RK_GPIO3 28 RK_FUNC_1 &pcfg_pull_default>;
471 uart3_cts: uart3-cts {
472 rockchip,pins = <RK_GPIO3 29 RK_FUNC_1 &pcfg_pull_default>;
475 uart3_rts: uart3-rts {
476 rockchip,pins = <RK_GPIO3 30 RK_FUNC_1 &pcfg_pull_default>;
482 rockchip,pins = <RK_GPIO3 8 RK_FUNC_1 &pcfg_pull_default>;
486 rockchip,pins = <RK_GPIO3 9 RK_FUNC_1 &pcfg_pull_default>;
490 rockchip,pins = <RK_GPIO3 14 RK_FUNC_1 &pcfg_pull_default>;
494 rockchip,pins = <RK_GPIO3 15 RK_FUNC_1 &pcfg_pull_default>;
497 sd0_bus1: sd0-bus-width1 {
498 rockchip,pins = <RK_GPIO3 10 RK_FUNC_1 &pcfg_pull_default>;
501 sd0_bus4: sd0-bus-width4 {
502 rockchip,pins = <RK_GPIO3 10 RK_FUNC_1 &pcfg_pull_default>,
503 <RK_GPIO3 11 RK_FUNC_1 &pcfg_pull_default>,
504 <RK_GPIO3 12 RK_FUNC_1 &pcfg_pull_default>,
505 <RK_GPIO3 13 RK_FUNC_1 &pcfg_pull_default>;
511 rockchip,pins = <RK_GPIO3 21 RK_FUNC_1 &pcfg_pull_default>;
515 rockchip,pins = <RK_GPIO3 16 RK_FUNC_1 &pcfg_pull_default>;
519 rockchip,pins = <RK_GPIO3 22 RK_FUNC_1 &pcfg_pull_default>;
523 rockchip,pins = <RK_GPIO3 23 RK_FUNC_1 &pcfg_pull_default>;
526 sd1_bus1: sd1-bus-width1 {
527 rockchip,pins = <RK_GPIO3 17 RK_FUNC_1 &pcfg_pull_default>;
530 sd1_bus4: sd1-bus-width4 {
531 rockchip,pins = <RK_GPIO3 17 RK_FUNC_1 &pcfg_pull_default>,
532 <RK_GPIO3 18 RK_FUNC_1 &pcfg_pull_default>,
533 <RK_GPIO3 19 RK_FUNC_1 &pcfg_pull_default>,
534 <RK_GPIO3 20 RK_FUNC_1 &pcfg_pull_default>;
540 rockchip,pins = <RK_GPIO0 7 RK_FUNC_1 &pcfg_pull_default>,
541 <RK_GPIO0 8 RK_FUNC_1 &pcfg_pull_default>,
542 <RK_GPIO0 9 RK_FUNC_1 &pcfg_pull_default>,
543 <RK_GPIO0 10 RK_FUNC_1 &pcfg_pull_default>,
544 <RK_GPIO0 11 RK_FUNC_1 &pcfg_pull_default>,
545 <RK_GPIO0 12 RK_FUNC_1 &pcfg_pull_default>,
546 <RK_GPIO0 13 RK_FUNC_1 &pcfg_pull_default>,
547 <RK_GPIO0 14 RK_FUNC_1 &pcfg_pull_default>,
548 <RK_GPIO0 15 RK_FUNC_1 &pcfg_pull_default>;
554 rockchip,pins = <RK_GPIO0 16 RK_FUNC_1 &pcfg_pull_default>,
555 <RK_GPIO0 17 RK_FUNC_1 &pcfg_pull_default>,
556 <RK_GPIO0 18 RK_FUNC_1 &pcfg_pull_default>,
557 <RK_GPIO0 19 RK_FUNC_1 &pcfg_pull_default>,
558 <RK_GPIO0 20 RK_FUNC_1 &pcfg_pull_default>,
559 <RK_GPIO0 21 RK_FUNC_1 &pcfg_pull_default>;
565 rockchip,pins = <RK_GPIO0 24 RK_FUNC_1 &pcfg_pull_default>,
566 <RK_GPIO0 25 RK_FUNC_1 &pcfg_pull_default>,
567 <RK_GPIO0 26 RK_FUNC_1 &pcfg_pull_default>,
568 <RK_GPIO0 27 RK_FUNC_1 &pcfg_pull_default>,
569 <RK_GPIO0 28 RK_FUNC_1 &pcfg_pull_default>,
570 <RK_GPIO0 29 RK_FUNC_1 &pcfg_pull_default>;
577 compatible = "rockchip,rk3066-mali", "arm,mali-400";
578 interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>,
579 <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>,
580 <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>,
581 <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>,
582 <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>,
583 <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>,
584 <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>,
585 <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>,
586 <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>,
587 <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
588 interrupt-names = "gp",
601 pinctrl-names = "default";
602 pinctrl-0 = <&i2c0_xfer>;
606 pinctrl-names = "default";
607 pinctrl-0 = <&i2c1_xfer>;
611 pinctrl-names = "default";
612 pinctrl-0 = <&i2c2_xfer>;
616 pinctrl-names = "default";
617 pinctrl-0 = <&i2c3_xfer>;
621 pinctrl-names = "default";
622 pinctrl-0 = <&i2c4_xfer>;
626 clock-frequency = <50000000>;
629 max-frequency = <50000000>;
630 pinctrl-names = "default";
631 pinctrl-0 = <&sd0_clk &sd0_cmd &sd0_cd &sd0_bus4>;
637 pinctrl-names = "default";
638 pinctrl-0 = <&sd1_clk &sd1_cmd &sd1_cd &sd1_bus4>;
647 pinctrl-names = "default";
648 pinctrl-0 = <&pwm0_out>;
652 pinctrl-names = "default";
653 pinctrl-0 = <&pwm1_out>;
657 pinctrl-names = "default";
658 pinctrl-0 = <&pwm2_out>;
662 pinctrl-names = "default";
663 pinctrl-0 = <&pwm3_out>;
667 pinctrl-names = "default";
668 pinctrl-0 = <&spi0_clk &spi0_tx &spi0_rx &spi0_cs0>;
672 pinctrl-names = "default";
673 pinctrl-0 = <&spi1_clk &spi1_tx &spi1_rx &spi1_cs0>;
677 compatible = "rockchip,rk3066-uart", "snps,dw-apb-uart";
678 dmas = <&dmac1_s 0>, <&dmac1_s 1>;
679 dma-names = "tx", "rx";
680 pinctrl-names = "default";
681 pinctrl-0 = <&uart0_xfer>;
685 compatible = "rockchip,rk3066-uart", "snps,dw-apb-uart";
686 dmas = <&dmac1_s 2>, <&dmac1_s 3>;
687 dma-names = "tx", "rx";
688 pinctrl-names = "default";
689 pinctrl-0 = <&uart1_xfer>;
693 compatible = "rockchip,rk3066-uart", "snps,dw-apb-uart";
694 dmas = <&dmac2 6>, <&dmac2 7>;
695 dma-names = "tx", "rx";
696 pinctrl-names = "default";
697 pinctrl-0 = <&uart2_xfer>;
701 compatible = "rockchip,rk3066-uart", "snps,dw-apb-uart";
702 dmas = <&dmac2 8>, <&dmac2 9>;
703 dma-names = "tx", "rx";
704 pinctrl-names = "default";
705 pinctrl-0 = <&uart3_xfer>;
709 compatible = "rockchip,rk3066-wdt", "snps,dw-wdt";
713 compatible = "rockchip,rk3066-emac";