2 * Copyright (c) 2013 MundoReader S.L.
3 * Author: Heiko Stuebner <heiko@sntech.de>
5 * This file is dual-licensed: you can use it either under the terms
6 * of the GPL or the X11 license, at your option. Note that this dual
7 * licensing only applies to this file, and not this project as a
10 * a) This file is free software; you can redistribute it and/or
11 * modify it under the terms of the GNU General Public License as
12 * published by the Free Software Foundation; either version 2 of the
13 * License, or (at your option) any later version.
15 * This file is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
22 * b) Permission is hereby granted, free of charge, to any person
23 * obtaining a copy of this software and associated documentation
24 * files (the "Software"), to deal in the Software without
25 * restriction, including without limitation the rights to use,
26 * copy, modify, merge, publish, distribute, sublicense, and/or
27 * sell copies of the Software, and to permit persons to whom the
28 * Software is furnished to do so, subject to the following
31 * The above copyright notice and this permission notice shall be
32 * included in all copies or substantial portions of the Software.
34 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
35 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
36 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
37 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
38 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
39 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
40 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
41 * OTHER DEALINGS IN THE SOFTWARE.
44 #include <dt-bindings/gpio/gpio.h>
45 #include <dt-bindings/pinctrl/rockchip.h>
46 #include <dt-bindings/clock/rk3066a-cru.h>
47 #include "rk3xxx.dtsi"
50 compatible = "rockchip,rk3066a";
55 enable-method = "rockchip,rk3066-smp";
59 compatible = "arm,cortex-a9";
60 next-level-cache = <&L2>;
70 clock-latency = <40000>;
71 clocks = <&cru ARMCLK>;
75 compatible = "arm,cortex-a9";
76 next-level-cache = <&L2>;
82 compatible = "mmio-sram";
83 reg = <0x10080000 0x10000>;
86 ranges = <0 0x10080000 0x10000>;
89 compatible = "rockchip,rk3066-smp-sram";
95 compatible = "rockchip,rk3066-i2s";
96 reg = <0x10118000 0x2000>;
97 interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
100 pinctrl-names = "default";
101 pinctrl-0 = <&i2s0_bus>;
102 dmas = <&dmac1_s 4>, <&dmac1_s 5>;
103 dma-names = "tx", "rx";
104 clock-names = "i2s_hclk", "i2s_clk";
105 clocks = <&cru HCLK_I2S0>, <&cru SCLK_I2S0>;
110 compatible = "rockchip,rk3066-i2s";
111 reg = <0x1011a000 0x2000>;
112 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
113 #address-cells = <1>;
115 pinctrl-names = "default";
116 pinctrl-0 = <&i2s1_bus>;
117 dmas = <&dmac1_s 6>, <&dmac1_s 7>;
118 dma-names = "tx", "rx";
119 clock-names = "i2s_hclk", "i2s_clk";
120 clocks = <&cru HCLK_I2S1>, <&cru SCLK_I2S1>;
125 compatible = "rockchip,rk3066-i2s";
126 reg = <0x1011c000 0x2000>;
127 interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
128 #address-cells = <1>;
130 pinctrl-names = "default";
131 pinctrl-0 = <&i2s2_bus>;
132 dmas = <&dmac1_s 9>, <&dmac1_s 10>;
133 dma-names = "tx", "rx";
134 clock-names = "i2s_hclk", "i2s_clk";
135 clocks = <&cru HCLK_I2S2>, <&cru SCLK_I2S2>;
139 cru: clock-controller@20000000 {
140 compatible = "rockchip,rk3066a-cru";
141 reg = <0x20000000 0x1000>;
142 rockchip,grf = <&grf>;
149 compatible = "snps,dw-apb-timer-osc";
150 reg = <0x2000e000 0x100>;
151 interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
152 clocks = <&cru SCLK_TIMER2>, <&cru PCLK_TIMER2>;
153 clock-names = "timer", "pclk";
157 compatible = "snps,dw-apb-timer-osc";
158 reg = <0x20038000 0x100>;
159 interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>;
160 clocks = <&cru SCLK_TIMER0>, <&cru PCLK_TIMER0>;
161 clock-names = "timer", "pclk";
165 compatible = "snps,dw-apb-timer-osc";
166 reg = <0x2003a000 0x100>;
167 interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
168 clocks = <&cru SCLK_TIMER1>, <&cru PCLK_TIMER1>;
169 clock-names = "timer", "pclk";
173 compatible = "rockchip,rk3066a-pinctrl";
174 rockchip,grf = <&grf>;
175 #address-cells = <1>;
179 gpio0: gpio0@20034000 {
180 compatible = "rockchip,gpio-bank";
181 reg = <0x20034000 0x100>;
182 interrupts = <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>;
183 clocks = <&cru PCLK_GPIO0>;
188 interrupt-controller;
189 #interrupt-cells = <2>;
192 gpio1: gpio1@2003c000 {
193 compatible = "rockchip,gpio-bank";
194 reg = <0x2003c000 0x100>;
195 interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
196 clocks = <&cru PCLK_GPIO1>;
201 interrupt-controller;
202 #interrupt-cells = <2>;
205 gpio2: gpio2@2003e000 {
206 compatible = "rockchip,gpio-bank";
207 reg = <0x2003e000 0x100>;
208 interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
209 clocks = <&cru PCLK_GPIO2>;
214 interrupt-controller;
215 #interrupt-cells = <2>;
218 gpio3: gpio3@20080000 {
219 compatible = "rockchip,gpio-bank";
220 reg = <0x20080000 0x100>;
221 interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
222 clocks = <&cru PCLK_GPIO3>;
227 interrupt-controller;
228 #interrupt-cells = <2>;
231 gpio4: gpio4@20084000 {
232 compatible = "rockchip,gpio-bank";
233 reg = <0x20084000 0x100>;
234 interrupts = <GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>;
235 clocks = <&cru PCLK_GPIO4>;
240 interrupt-controller;
241 #interrupt-cells = <2>;
244 gpio6: gpio6@2000a000 {
245 compatible = "rockchip,gpio-bank";
246 reg = <0x2000a000 0x100>;
247 interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
248 clocks = <&cru PCLK_GPIO6>;
253 interrupt-controller;
254 #interrupt-cells = <2>;
257 pcfg_pull_default: pcfg_pull_default {
258 bias-pull-pin-default;
261 pcfg_pull_none: pcfg_pull_none {
266 emac_xfer: emac-xfer {
267 rockchip,pins = <RK_GPIO1 16 RK_FUNC_2 &pcfg_pull_none>, /* mac_clk */
268 <RK_GPIO1 17 RK_FUNC_2 &pcfg_pull_none>, /* tx_en */
269 <RK_GPIO1 18 RK_FUNC_2 &pcfg_pull_none>, /* txd1 */
270 <RK_GPIO1 19 RK_FUNC_2 &pcfg_pull_none>, /* txd0 */
271 <RK_GPIO1 20 RK_FUNC_2 &pcfg_pull_none>, /* rx_err */
272 <RK_GPIO1 21 RK_FUNC_2 &pcfg_pull_none>, /* crs_dvalid */
273 <RK_GPIO1 22 RK_FUNC_2 &pcfg_pull_none>, /* rxd1 */
274 <RK_GPIO1 23 RK_FUNC_2 &pcfg_pull_none>; /* rxd0 */
277 emac_mdio: emac-mdio {
278 rockchip,pins = <RK_GPIO1 24 RK_FUNC_2 &pcfg_pull_none>, /* mac_md */
279 <RK_GPIO1 25 RK_FUNC_2 &pcfg_pull_none>; /* mac_mdclk */
285 rockchip,pins = <RK_GPIO3 31 RK_FUNC_2 &pcfg_pull_default>;
289 rockchip,pins = <RK_GPIO4 9 RK_FUNC_2 &pcfg_pull_default>;
293 rockchip,pins = <RK_GPIO4 10 RK_FUNC_2 &pcfg_pull_default>;
297 * The data pins are shared between nandc and emmc and
298 * not accessible through pinctrl. Also they should've
299 * been already set correctly by firmware, as
300 * flash/emmc is the boot-device.
305 i2c0_xfer: i2c0-xfer {
306 rockchip,pins = <RK_GPIO2 28 RK_FUNC_1 &pcfg_pull_none>,
307 <RK_GPIO2 29 RK_FUNC_1 &pcfg_pull_none>;
312 i2c1_xfer: i2c1-xfer {
313 rockchip,pins = <RK_GPIO2 30 RK_FUNC_1 &pcfg_pull_none>,
314 <RK_GPIO2 31 RK_FUNC_1 &pcfg_pull_none>;
319 i2c2_xfer: i2c2-xfer {
320 rockchip,pins = <RK_GPIO3 0 RK_FUNC_1 &pcfg_pull_none>,
321 <RK_GPIO3 1 RK_FUNC_1 &pcfg_pull_none>;
326 i2c3_xfer: i2c3-xfer {
327 rockchip,pins = <RK_GPIO3 2 RK_FUNC_2 &pcfg_pull_none>,
328 <RK_GPIO3 3 RK_FUNC_2 &pcfg_pull_none>;
333 i2c4_xfer: i2c4-xfer {
334 rockchip,pins = <RK_GPIO3 4 RK_FUNC_1 &pcfg_pull_none>,
335 <RK_GPIO3 5 RK_FUNC_1 &pcfg_pull_none>;
341 rockchip,pins = <RK_GPIO0 3 RK_FUNC_1 &pcfg_pull_none>;
347 rockchip,pins = <RK_GPIO0 4 RK_FUNC_1 &pcfg_pull_none>;
353 rockchip,pins = <RK_GPIO0 30 RK_FUNC_1 &pcfg_pull_none>;
359 rockchip,pins = <RK_GPIO0 31 RK_FUNC_1 &pcfg_pull_none>;
365 rockchip,pins = <RK_GPIO1 5 RK_FUNC_2 &pcfg_pull_default>;
368 rockchip,pins = <RK_GPIO1 4 RK_FUNC_2 &pcfg_pull_default>;
371 rockchip,pins = <RK_GPIO1 7 RK_FUNC_2 &pcfg_pull_default>;
374 rockchip,pins = <RK_GPIO1 6 RK_FUNC_2 &pcfg_pull_default>;
377 rockchip,pins = <RK_GPIO4 15 RK_FUNC_1 &pcfg_pull_default>;
383 rockchip,pins = <RK_GPIO2 19 RK_FUNC_2 &pcfg_pull_default>;
386 rockchip,pins = <RK_GPIO2 20 RK_FUNC_2 &pcfg_pull_default>;
389 rockchip,pins = <RK_GPIO2 22 RK_FUNC_2 &pcfg_pull_default>;
392 rockchip,pins = <RK_GPIO2 21 RK_FUNC_2 &pcfg_pull_default>;
395 rockchip,pins = <RK_GPIO2 23 RK_FUNC_2 &pcfg_pull_default>;
400 uart0_xfer: uart0-xfer {
401 rockchip,pins = <RK_GPIO1 0 RK_FUNC_1 &pcfg_pull_default>,
402 <RK_GPIO1 1 RK_FUNC_1 &pcfg_pull_default>;
405 uart0_cts: uart0-cts {
406 rockchip,pins = <RK_GPIO1 2 RK_FUNC_1 &pcfg_pull_default>;
409 uart0_rts: uart0-rts {
410 rockchip,pins = <RK_GPIO1 3 RK_FUNC_1 &pcfg_pull_default>;
415 uart1_xfer: uart1-xfer {
416 rockchip,pins = <RK_GPIO1 4 RK_FUNC_1 &pcfg_pull_default>,
417 <RK_GPIO1 5 RK_FUNC_1 &pcfg_pull_default>;
420 uart1_cts: uart1-cts {
421 rockchip,pins = <RK_GPIO1 6 RK_FUNC_1 &pcfg_pull_default>;
424 uart1_rts: uart1-rts {
425 rockchip,pins = <RK_GPIO1 7 RK_FUNC_1 &pcfg_pull_default>;
430 uart2_xfer: uart2-xfer {
431 rockchip,pins = <RK_GPIO1 8 RK_FUNC_1 &pcfg_pull_default>,
432 <RK_GPIO1 9 RK_FUNC_1 &pcfg_pull_default>;
434 /* no rts / cts for uart2 */
438 uart3_xfer: uart3-xfer {
439 rockchip,pins = <RK_GPIO3 27 RK_FUNC_1 &pcfg_pull_default>,
440 <RK_GPIO3 28 RK_FUNC_1 &pcfg_pull_default>;
443 uart3_cts: uart3-cts {
444 rockchip,pins = <RK_GPIO3 29 RK_FUNC_1 &pcfg_pull_default>;
447 uart3_rts: uart3-rts {
448 rockchip,pins = <RK_GPIO3 30 RK_FUNC_1 &pcfg_pull_default>;
454 rockchip,pins = <RK_GPIO3 8 RK_FUNC_1 &pcfg_pull_default>;
458 rockchip,pins = <RK_GPIO3 9 RK_FUNC_1 &pcfg_pull_default>;
462 rockchip,pins = <RK_GPIO3 14 RK_FUNC_1 &pcfg_pull_default>;
466 rockchip,pins = <RK_GPIO3 15 RK_FUNC_1 &pcfg_pull_default>;
469 sd0_bus1: sd0-bus-width1 {
470 rockchip,pins = <RK_GPIO3 10 RK_FUNC_1 &pcfg_pull_default>;
473 sd0_bus4: sd0-bus-width4 {
474 rockchip,pins = <RK_GPIO3 10 RK_FUNC_1 &pcfg_pull_default>,
475 <RK_GPIO3 11 RK_FUNC_1 &pcfg_pull_default>,
476 <RK_GPIO3 12 RK_FUNC_1 &pcfg_pull_default>,
477 <RK_GPIO3 13 RK_FUNC_1 &pcfg_pull_default>;
483 rockchip,pins = <RK_GPIO3 21 RK_FUNC_1 &pcfg_pull_default>;
487 rockchip,pins = <RK_GPIO3 16 RK_FUNC_1 &pcfg_pull_default>;
491 rockchip,pins = <RK_GPIO3 22 RK_FUNC_1 &pcfg_pull_default>;
495 rockchip,pins = <RK_GPIO3 23 RK_FUNC_1 &pcfg_pull_default>;
498 sd1_bus1: sd1-bus-width1 {
499 rockchip,pins = <RK_GPIO3 17 RK_FUNC_1 &pcfg_pull_default>;
502 sd1_bus4: sd1-bus-width4 {
503 rockchip,pins = <RK_GPIO3 17 RK_FUNC_1 &pcfg_pull_default>,
504 <RK_GPIO3 18 RK_FUNC_1 &pcfg_pull_default>,
505 <RK_GPIO3 19 RK_FUNC_1 &pcfg_pull_default>,
506 <RK_GPIO3 20 RK_FUNC_1 &pcfg_pull_default>;
512 rockchip,pins = <RK_GPIO0 7 RK_FUNC_1 &pcfg_pull_default>,
513 <RK_GPIO0 8 RK_FUNC_1 &pcfg_pull_default>,
514 <RK_GPIO0 9 RK_FUNC_1 &pcfg_pull_default>,
515 <RK_GPIO0 10 RK_FUNC_1 &pcfg_pull_default>,
516 <RK_GPIO0 11 RK_FUNC_1 &pcfg_pull_default>,
517 <RK_GPIO0 12 RK_FUNC_1 &pcfg_pull_default>,
518 <RK_GPIO0 13 RK_FUNC_1 &pcfg_pull_default>,
519 <RK_GPIO0 14 RK_FUNC_1 &pcfg_pull_default>,
520 <RK_GPIO0 15 RK_FUNC_1 &pcfg_pull_default>;
526 rockchip,pins = <RK_GPIO0 16 RK_FUNC_1 &pcfg_pull_default>,
527 <RK_GPIO0 17 RK_FUNC_1 &pcfg_pull_default>,
528 <RK_GPIO0 18 RK_FUNC_1 &pcfg_pull_default>,
529 <RK_GPIO0 19 RK_FUNC_1 &pcfg_pull_default>,
530 <RK_GPIO0 20 RK_FUNC_1 &pcfg_pull_default>,
531 <RK_GPIO0 21 RK_FUNC_1 &pcfg_pull_default>;
537 rockchip,pins = <RK_GPIO0 24 RK_FUNC_1 &pcfg_pull_default>,
538 <RK_GPIO0 25 RK_FUNC_1 &pcfg_pull_default>,
539 <RK_GPIO0 26 RK_FUNC_1 &pcfg_pull_default>,
540 <RK_GPIO0 27 RK_FUNC_1 &pcfg_pull_default>,
541 <RK_GPIO0 28 RK_FUNC_1 &pcfg_pull_default>,
542 <RK_GPIO0 29 RK_FUNC_1 &pcfg_pull_default>;
549 pinctrl-names = "default";
550 pinctrl-0 = <&i2c0_xfer>;
554 pinctrl-names = "default";
555 pinctrl-0 = <&i2c1_xfer>;
559 pinctrl-names = "default";
560 pinctrl-0 = <&i2c2_xfer>;
564 pinctrl-names = "default";
565 pinctrl-0 = <&i2c3_xfer>;
569 pinctrl-names = "default";
570 pinctrl-0 = <&i2c4_xfer>;
574 pinctrl-names = "default";
575 pinctrl-0 = <&sd0_clk &sd0_cmd &sd0_cd &sd0_bus4>;
579 pinctrl-names = "default";
580 pinctrl-0 = <&sd1_clk &sd1_cmd &sd1_cd &sd1_bus4>;
584 pinctrl-names = "default";
585 pinctrl-0 = <&pwm0_out>;
589 pinctrl-names = "default";
590 pinctrl-0 = <&pwm1_out>;
594 pinctrl-names = "default";
595 pinctrl-0 = <&pwm2_out>;
599 pinctrl-names = "default";
600 pinctrl-0 = <&pwm3_out>;
604 pinctrl-names = "default";
605 pinctrl-0 = <&spi0_clk &spi0_tx &spi0_rx &spi0_cs0>;
609 pinctrl-names = "default";
610 pinctrl-0 = <&spi1_clk &spi1_tx &spi1_rx &spi1_cs0>;
614 pinctrl-names = "default";
615 pinctrl-0 = <&uart0_xfer>;
619 pinctrl-names = "default";
620 pinctrl-0 = <&uart1_xfer>;
624 pinctrl-names = "default";
625 pinctrl-0 = <&uart2_xfer>;
629 pinctrl-names = "default";
630 pinctrl-0 = <&uart3_xfer>;
634 compatible = "rockchip,rk3066-wdt", "snps,dw-wdt";
638 compatible = "rockchip,rk3066-emac";