2 * Copyright (C) 2016 ARM Ltd.
3 * based on the Allwinner H3 dtsi:
4 * Copyright (C) 2015 Jens Kuske <jenskuske@gmail.com>
6 * This file is dual-licensed: you can use it either under the terms
7 * of the GPL or the X11 license, at your option. Note that this dual
8 * licensing only applies to this file, and not this project as a
11 * a) This file is free software; you can redistribute it and/or
12 * modify it under the terms of the GNU General Public License as
13 * published by the Free Software Foundation; either version 2 of the
14 * License, or (at your option) any later version.
16 * This file is distributed in the hope that it will be useful,
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 * GNU General Public License for more details.
23 * b) Permission is hereby granted, free of charge, to any person
24 * obtaining a copy of this software and associated documentation
25 * files (the "Software"), to deal in the Software without
26 * restriction, including without limitation the rights to use,
27 * copy, modify, merge, publish, distribute, sublicense, and/or
28 * sell copies of the Software, and to permit persons to whom the
29 * Software is furnished to do so, subject to the following
32 * The above copyright notice and this permission notice shall be
33 * included in all copies or substantial portions of the Software.
35 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
36 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
37 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
38 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
39 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
40 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
41 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
42 * OTHER DEALINGS IN THE SOFTWARE.
45 #include <dt-bindings/clock/sun50i-a64-ccu.h>
46 #include <dt-bindings/interrupt-controller/arm-gic.h>
47 #include <dt-bindings/reset/sun50i-a64-ccu.h>
50 interrupt-parent = <&gic>;
59 compatible = "arm,cortex-a53", "arm,armv8";
62 enable-method = "psci";
66 compatible = "arm,cortex-a53", "arm,armv8";
69 enable-method = "psci";
73 compatible = "arm,cortex-a53", "arm,armv8";
76 enable-method = "psci";
80 compatible = "arm,cortex-a53", "arm,armv8";
83 enable-method = "psci";
89 compatible = "fixed-clock";
90 clock-frequency = <24000000>;
91 clock-output-names = "osc24M";
96 compatible = "fixed-clock";
97 clock-frequency = <32768>;
98 clock-output-names = "osc32k";
101 iosc: internal-osc-clk {
103 compatible = "fixed-clock";
104 clock-frequency = <16000000>;
105 clock-accuracy = <300000000>;
106 clock-output-names = "iosc";
110 compatible = "arm,psci-0.2";
115 compatible = "arm,armv8-timer";
116 interrupts = <GIC_PPI 13
117 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>,
119 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>,
121 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>,
123 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
127 compatible = "simple-bus";
128 #address-cells = <1>;
133 compatible = "allwinner,sun50i-a64-mmc";
134 reg = <0x01c0f000 0x1000>;
135 clocks = <&ccu CLK_BUS_MMC0>, <&ccu CLK_MMC0>;
136 clock-names = "ahb", "mmc";
137 resets = <&ccu RST_BUS_MMC0>;
139 interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
140 max-frequency = <150000000>;
142 #address-cells = <1>;
147 compatible = "allwinner,sun50i-a64-mmc";
148 reg = <0x01c10000 0x1000>;
149 clocks = <&ccu CLK_BUS_MMC1>, <&ccu CLK_MMC1>;
150 clock-names = "ahb", "mmc";
151 resets = <&ccu RST_BUS_MMC1>;
153 interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
154 max-frequency = <150000000>;
156 #address-cells = <1>;
161 compatible = "allwinner,sun50i-a64-emmc";
162 reg = <0x01c11000 0x1000>;
163 clocks = <&ccu CLK_BUS_MMC2>, <&ccu CLK_MMC2>;
164 clock-names = "ahb", "mmc";
165 resets = <&ccu RST_BUS_MMC2>;
167 interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>;
168 max-frequency = <200000000>;
170 #address-cells = <1>;
174 usb_otg: usb@01c19000 {
175 compatible = "allwinner,sun8i-a33-musb";
176 reg = <0x01c19000 0x0400>;
177 clocks = <&ccu CLK_BUS_OTG>;
178 resets = <&ccu RST_BUS_OTG>;
179 interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
180 interrupt-names = "mc";
183 extcon = <&usbphy 0>;
187 usbphy: phy@01c19400 {
188 compatible = "allwinner,sun50i-a64-usb-phy";
189 reg = <0x01c19400 0x14>,
192 reg-names = "phy_ctrl",
195 clocks = <&ccu CLK_USB_PHY0>,
197 clock-names = "usb0_phy",
199 resets = <&ccu RST_USB_PHY0>,
201 reset-names = "usb0_reset",
207 ehci0: usb@01c1a000 {
208 compatible = "allwinner,sun50i-a64-ehci", "generic-ehci";
209 reg = <0x01c1a000 0x100>;
210 interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
211 clocks = <&ccu CLK_BUS_OHCI0>,
212 <&ccu CLK_BUS_EHCI0>,
213 <&ccu CLK_USB_OHCI0>;
214 resets = <&ccu RST_BUS_OHCI0>,
215 <&ccu RST_BUS_EHCI0>;
219 ohci0: usb@01c1a400 {
220 compatible = "allwinner,sun50i-a64-ohci", "generic-ohci";
221 reg = <0x01c1a400 0x100>;
222 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
223 clocks = <&ccu CLK_BUS_OHCI0>,
224 <&ccu CLK_USB_OHCI0>;
225 resets = <&ccu RST_BUS_OHCI0>;
229 ehci1: usb@01c1b000 {
230 compatible = "allwinner,sun50i-a64-ehci", "generic-ehci";
231 reg = <0x01c1b000 0x100>;
232 interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
233 clocks = <&ccu CLK_BUS_OHCI1>,
234 <&ccu CLK_BUS_EHCI1>,
235 <&ccu CLK_USB_OHCI1>;
236 resets = <&ccu RST_BUS_OHCI1>,
237 <&ccu RST_BUS_EHCI1>;
243 ohci1: usb@01c1b400 {
244 compatible = "allwinner,sun50i-a64-ohci", "generic-ohci";
245 reg = <0x01c1b400 0x100>;
246 interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
247 clocks = <&ccu CLK_BUS_OHCI1>,
248 <&ccu CLK_USB_OHCI1>;
249 resets = <&ccu RST_BUS_OHCI1>;
255 ccu: clock@01c20000 {
256 compatible = "allwinner,sun50i-a64-ccu";
257 reg = <0x01c20000 0x400>;
258 clocks = <&osc24M>, <&osc32k>;
259 clock-names = "hosc", "losc";
264 pio: pinctrl@1c20800 {
265 compatible = "allwinner,sun50i-a64-pinctrl";
266 reg = <0x01c20800 0x400>;
267 interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>,
268 <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>,
269 <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
273 interrupt-controller;
274 #interrupt-cells = <3>;
276 i2c1_pins: i2c1_pins {
281 mmc0_pins: mmc0-pins {
282 pins = "PF0", "PF1", "PF2", "PF3",
285 drive-strength = <30>;
289 mmc1_pins: mmc1-pins {
290 pins = "PG0", "PG1", "PG2", "PG3",
293 drive-strength = <30>;
297 mmc2_pins: mmc2-pins {
298 pins = "PC1", "PC5", "PC6", "PC8", "PC9",
299 "PC10","PC11", "PC12", "PC13",
300 "PC14", "PC15", "PC16";
302 drive-strength = <30>;
306 uart0_pins_a: uart0@0 {
311 uart1_pins: uart1_pins {
316 uart1_rts_cts_pins: uart1_rts_cts_pins {
322 uart0: serial@1c28000 {
323 compatible = "snps,dw-apb-uart";
324 reg = <0x01c28000 0x400>;
325 interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>;
333 uart1: serial@1c28400 {
334 compatible = "snps,dw-apb-uart";
335 reg = <0x01c28400 0x400>;
336 interrupts = <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
344 uart2: serial@1c28800 {
345 compatible = "snps,dw-apb-uart";
346 reg = <0x01c28800 0x400>;
347 interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
355 uart3: serial@1c28c00 {
356 compatible = "snps,dw-apb-uart";
357 reg = <0x01c28c00 0x400>;
358 interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;
366 uart4: serial@1c29000 {
367 compatible = "snps,dw-apb-uart";
368 reg = <0x01c29000 0x400>;
369 interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
378 compatible = "allwinner,sun6i-a31-i2c";
379 reg = <0x01c2ac00 0x400>;
380 interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
384 #address-cells = <1>;
389 compatible = "allwinner,sun6i-a31-i2c";
390 reg = <0x01c2b000 0x400>;
391 interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
395 #address-cells = <1>;
400 compatible = "allwinner,sun6i-a31-i2c";
401 reg = <0x01c2b400 0x400>;
402 interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;
406 #address-cells = <1>;
410 gic: interrupt-controller@1c81000 {
411 compatible = "arm,gic-400";
412 reg = <0x01c81000 0x1000>,
416 interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
417 interrupt-controller;
418 #interrupt-cells = <3>;
422 compatible = "allwinner,sun6i-a31-rtc";
423 reg = <0x01f00000 0x54>;
424 interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>,
425 <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
428 r_ccu: clock@1f01400 {
429 compatible = "allwinner,sun50i-a64-r-ccu";
430 reg = <0x01f01400 0x100>;
431 clocks = <&osc24M>, <&osc32k>, <&iosc>;
432 clock-names = "hosc", "losc", "iosc";
437 r_pio: pinctrl@01f02c00 {
438 compatible = "allwinner,sun50i-a64-r-pinctrl";
439 reg = <0x01f02c00 0x400>;
440 interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
441 clocks = <&r_ccu 3>, <&osc24M>, <&osc32k>;
442 clock-names = "apb", "hosc", "losc";
445 interrupt-controller;
446 #interrupt-cells = <3>;