2 * Copyright 2012 Maxime Ripard
4 * Maxime Ripard <maxime.ripard@free-electrons.com>
6 * The code contained herein is licensed under the GNU General Public
7 * License. You may obtain a copy of the GNU General Public License
8 * Version 2 or later at the following locations:
10 * http://www.opensource.org/licenses/gpl-license.html
11 * http://www.gnu.org/copyleft/gpl.html
14 /include/ "skeleton.dtsi"
17 interrupt-parent = <&intc>;
21 compatible = "arm,cortex-a8";
31 compatible = "fixed-clock";
32 clock-frequency = <24000000>;
37 compatible = "simple-bus";
40 reg = <0x01c20000 0x300000>;
44 compatible = "allwinner,sunxi-timer";
45 reg = <0x01c20c00 0x90>;
50 wdt: watchdog@01c20c90 {
51 compatible = "allwinner,sunxi-wdt";
52 reg = <0x01c20c90 0x10>;
55 intc: interrupt-controller@01c20400 {
56 compatible = "allwinner,sunxi-ic";
57 reg = <0x01c20400 0x400>;
59 #interrupt-cells = <1>;
62 uart0: uart@01c28000 {
63 compatible = "snps,dw-apb-uart";
64 reg = <0x01c28000 0x400>;
68 clock-frequency = <24000000>;
72 uart1: uart@01c28400 {
73 compatible = "snps,dw-apb-uart";
74 reg = <0x01c28400 0x400>;
78 clock-frequency = <24000000>;