blob: f6091dc0936ce68e68b6a9ceac4f9d720b9a57fa [file] [log] [blame]
Maxime Ripardd4da2eb2012-11-14 20:17:04 +01001/*
2 * Copyright 2012 Maxime Ripard
3 *
4 * Maxime Ripard <maxime.ripard@free-electrons.com>
5 *
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:
9 *
10 * http://www.opensource.org/licenses/gpl-license.html
11 * http://www.gnu.org/copyleft/gpl.html
12 */
13
Maxime Ripard69144e32013-03-13 20:07:37 +010014/include/ "skeleton.dtsi"
Maxime Ripardd4da2eb2012-11-14 20:17:04 +010015
16/ {
Maxime Ripard69144e32013-03-13 20:07:37 +010017 interrupt-parent = <&intc>;
18
19 cpus {
Arnd Bergmann8b2efa892013-06-10 16:48:36 +020020 #address-cells = <1>;
21 #size-cells = <0>;
Maxime Ripard69144e32013-03-13 20:07:37 +010022 cpu@0 {
Lorenzo Pieralisi14c44aa2013-04-18 18:41:57 +010023 device_type = "cpu";
Maxime Ripard69144e32013-03-13 20:07:37 +010024 compatible = "arm,cortex-a8";
Lorenzo Pieralisi14c44aa2013-04-18 18:41:57 +010025 reg = <0x0>;
Maxime Ripard69144e32013-03-13 20:07:37 +010026 };
27 };
28
Maxime Ripardd4da2eb2012-11-14 20:17:04 +010029 memory {
30 reg = <0x40000000 0x20000000>;
31 };
Maxime Ripard9e2dcb22013-01-18 22:30:36 +010032
Maxime Ripard69144e32013-03-13 20:07:37 +010033 clocks {
34 #address-cells = <1>;
35 #size-cells = <1>;
36 ranges;
37
38 /*
39 * This is a dummy clock, to be used as placeholder on
40 * other mux clocks when a specific parent clock is not
41 * yet implemented. It should be dropped when the driver
42 * is complete.
43 */
44 dummy: dummy {
45 #clock-cells = <0>;
46 compatible = "fixed-clock";
47 clock-frequency = <0>;
48 };
49
Maxime Ripard69144e32013-03-13 20:07:37 +010050 osc24M: osc24M@01c20050 {
51 #clock-cells = <0>;
52 compatible = "allwinner,sun4i-osc-clk";
53 reg = <0x01c20050 0x4>;
Emilio López92fd6e02013-04-09 10:48:04 -030054 clock-frequency = <24000000>;
Maxime Ripard69144e32013-03-13 20:07:37 +010055 };
56
57 osc32k: osc32k {
58 #clock-cells = <0>;
59 compatible = "fixed-clock";
60 clock-frequency = <32768>;
61 };
62
63 pll1: pll1@01c20000 {
64 #clock-cells = <0>;
65 compatible = "allwinner,sun4i-pll1-clk";
66 reg = <0x01c20000 0x4>;
67 clocks = <&osc24M>;
68 };
69
70 /* dummy is 200M */
71 cpu: cpu@01c20054 {
72 #clock-cells = <0>;
73 compatible = "allwinner,sun4i-cpu-clk";
74 reg = <0x01c20054 0x4>;
75 clocks = <&osc32k>, <&osc24M>, <&pll1>, <&dummy>;
76 };
77
78 axi: axi@01c20054 {
79 #clock-cells = <0>;
80 compatible = "allwinner,sun4i-axi-clk";
81 reg = <0x01c20054 0x4>;
82 clocks = <&cpu>;
83 };
84
85 axi_gates: axi_gates@01c2005c {
86 #clock-cells = <1>;
87 compatible = "allwinner,sun4i-axi-gates-clk";
88 reg = <0x01c2005c 0x4>;
89 clocks = <&axi>;
90 clock-output-names = "axi_dram";
91 };
92
93 ahb: ahb@01c20054 {
94 #clock-cells = <0>;
95 compatible = "allwinner,sun4i-ahb-clk";
96 reg = <0x01c20054 0x4>;
97 clocks = <&axi>;
98 };
99
100 ahb_gates: ahb_gates@01c20060 {
101 #clock-cells = <1>;
Maxime Ripard70be4ee62013-04-19 22:14:41 +0200102 compatible = "allwinner,sun5i-a13-ahb-gates-clk";
Maxime Ripard69144e32013-03-13 20:07:37 +0100103 reg = <0x01c20060 0x8>;
104 clocks = <&ahb>;
Maxime Ripard70be4ee62013-04-19 22:14:41 +0200105 clock-output-names = "ahb_usbotg", "ahb_ehci", "ahb_ohci",
106 "ahb_ss", "ahb_dma", "ahb_bist", "ahb_mmc0",
107 "ahb_mmc1", "ahb_mmc2", "ahb_nand", "ahb_sdram",
108 "ahb_spi0", "ahb_spi1", "ahb_spi2", "ahb_stimer",
109 "ahb_ve", "ahb_lcd", "ahb_csi", "ahb_de_be",
110 "ahb_de_fe", "ahb_iep", "ahb_mali400";
Maxime Ripard69144e32013-03-13 20:07:37 +0100111 };
112
113 apb0: apb0@01c20054 {
114 #clock-cells = <0>;
115 compatible = "allwinner,sun4i-apb0-clk";
116 reg = <0x01c20054 0x4>;
117 clocks = <&ahb>;
118 };
119
120 apb0_gates: apb0_gates@01c20068 {
121 #clock-cells = <1>;
Maxime Ripard70be4ee62013-04-19 22:14:41 +0200122 compatible = "allwinner,sun5i-a13-apb0-gates-clk";
Maxime Ripard69144e32013-03-13 20:07:37 +0100123 reg = <0x01c20068 0x4>;
124 clocks = <&apb0>;
Maxime Ripard70be4ee62013-04-19 22:14:41 +0200125 clock-output-names = "apb0_codec", "apb0_pio", "apb0_ir";
Maxime Ripard69144e32013-03-13 20:07:37 +0100126 };
127
Maxime Ripard70be4ee62013-04-19 22:14:41 +0200128 /* dummy is pll6 */
Maxime Ripard69144e32013-03-13 20:07:37 +0100129 apb1_mux: apb1_mux@01c20058 {
130 #clock-cells = <0>;
131 compatible = "allwinner,sun4i-apb1-mux-clk";
132 reg = <0x01c20058 0x4>;
133 clocks = <&osc24M>, <&dummy>, <&osc32k>;
134 };
135
136 apb1: apb1@01c20058 {
137 #clock-cells = <0>;
138 compatible = "allwinner,sun4i-apb1-clk";
139 reg = <0x01c20058 0x4>;
140 clocks = <&apb1_mux>;
141 };
142
143 apb1_gates: apb1_gates@01c2006c {
144 #clock-cells = <1>;
Maxime Ripard70be4ee62013-04-19 22:14:41 +0200145 compatible = "allwinner,sun5i-a13-apb1-gates-clk";
Maxime Ripard69144e32013-03-13 20:07:37 +0100146 reg = <0x01c2006c 0x4>;
147 clocks = <&apb1>;
148 clock-output-names = "apb1_i2c0", "apb1_i2c1",
Maxime Ripard70be4ee62013-04-19 22:14:41 +0200149 "apb1_i2c2", "apb1_uart1", "apb1_uart3";
Maxime Ripard69144e32013-03-13 20:07:37 +0100150 };
151 };
152
Maxime Ripard278fe8b2013-08-03 16:07:36 +0200153 soc@01c00000 {
Maxime Ripard69144e32013-03-13 20:07:37 +0100154 compatible = "simple-bus";
155 #address-cells = <1>;
156 #size-cells = <1>;
Maxime Ripard69144e32013-03-13 20:07:37 +0100157 ranges;
158
159 intc: interrupt-controller@01c20400 {
Maxime Ripard6def1262013-03-24 19:20:52 +0100160 compatible = "allwinner,sun4i-ic";
Maxime Ripard69144e32013-03-13 20:07:37 +0100161 reg = <0x01c20400 0x400>;
162 interrupt-controller;
163 #interrupt-cells = <1>;
164 };
165
Maxime Riparde10911e2013-01-27 19:26:05 +0100166 pio: pinctrl@01c20800 {
Maxime Ripard9e2dcb22013-01-18 22:30:36 +0100167 compatible = "allwinner,sun5i-a13-pinctrl";
168 reg = <0x01c20800 0x400>;
Maxime Ripard39138bc2013-04-06 15:00:48 +0200169 interrupts = <28>;
Emilio López36386d62013-03-27 18:20:41 -0300170 clocks = <&apb0_gates 5>;
Maxime Riparde10911e2013-01-27 19:26:05 +0100171 gpio-controller;
Maxime Ripard39138bc2013-04-06 15:00:48 +0200172 interrupt-controller;
Maxime Ripard9e2dcb22013-01-18 22:30:36 +0100173 #address-cells = <1>;
174 #size-cells = <0>;
Maxime Riparde10911e2013-01-27 19:26:05 +0100175 #gpio-cells = <3>;
Maxime Ripard4348cc62013-01-18 22:30:37 +0100176
177 uart1_pins_a: uart1@0 {
178 allwinner,pins = "PE10", "PE11";
179 allwinner,function = "uart1";
180 allwinner,drive = <0>;
181 allwinner,pull = <0>;
182 };
183
184 uart1_pins_b: uart1@1 {
185 allwinner,pins = "PG3", "PG4";
186 allwinner,function = "uart1";
187 allwinner,drive = <0>;
188 allwinner,pull = <0>;
189 };
Maxime Ripardb4d7c232013-03-10 13:36:02 +0100190
191 i2c0_pins_a: i2c0@0 {
192 allwinner,pins = "PB0", "PB1";
193 allwinner,function = "i2c0";
194 allwinner,drive = <0>;
195 allwinner,pull = <0>;
196 };
197
198 i2c1_pins_a: i2c1@0 {
199 allwinner,pins = "PB15", "PB16";
200 allwinner,function = "i2c1";
201 allwinner,drive = <0>;
202 allwinner,pull = <0>;
203 };
204
205 i2c2_pins_a: i2c2@0 {
206 allwinner,pins = "PB17", "PB18";
207 allwinner,function = "i2c2";
208 allwinner,drive = <0>;
209 allwinner,pull = <0>;
210 };
Maxime Ripard9e2dcb22013-01-18 22:30:36 +0100211 };
Maxime Ripard69144e32013-03-13 20:07:37 +0100212
213 timer@01c20c00 {
Maxime Ripardb6e1a532013-03-24 19:00:17 +0100214 compatible = "allwinner,sun4i-timer";
Maxime Ripard69144e32013-03-13 20:07:37 +0100215 reg = <0x01c20c00 0x90>;
216 interrupts = <22>;
217 clocks = <&osc24M>;
218 };
219
220 wdt: watchdog@01c20c90 {
Maxime Ripard0b19b7c2013-03-24 19:32:34 +0100221 compatible = "allwinner,sun4i-wdt";
Maxime Ripard69144e32013-03-13 20:07:37 +0100222 reg = <0x01c20c90 0x10>;
223 };
224
225 uart1: serial@01c28400 {
226 compatible = "snps,dw-apb-uart";
227 reg = <0x01c28400 0x400>;
228 interrupts = <2>;
229 reg-shift = <2>;
230 reg-io-width = <4>;
231 clocks = <&apb1_gates 17>;
232 status = "disabled";
233 };
234
235 uart3: serial@01c28c00 {
236 compatible = "snps,dw-apb-uart";
237 reg = <0x01c28c00 0x400>;
238 interrupts = <4>;
239 reg-shift = <2>;
240 reg-io-width = <4>;
241 clocks = <&apb1_gates 19>;
242 status = "disabled";
243 };
Maxime Ripardf1741fd2013-03-10 13:34:36 +0100244
245 i2c0: i2c@01c2ac00 {
246 compatible = "allwinner,sun4i-i2c";
247 reg = <0x01c2ac00 0x400>;
248 interrupts = <7>;
249 clocks = <&apb1_gates 0>;
250 clock-frequency = <100000>;
251 status = "disabled";
252 };
253
254 i2c1: i2c@01c2b000 {
255 compatible = "allwinner,sun4i-i2c";
256 reg = <0x01c2b000 0x400>;
257 interrupts = <8>;
258 clocks = <&apb1_gates 1>;
259 clock-frequency = <100000>;
260 status = "disabled";
261 };
262
263 i2c2: i2c@01c2b400 {
264 compatible = "allwinner,sun4i-i2c";
265 reg = <0x01c2b400 0x400>;
266 interrupts = <9>;
267 clocks = <&apb1_gates 2>;
268 clock-frequency = <100000>;
269 status = "disabled";
270 };
Maxime Ripard9e2dcb22013-01-18 22:30:36 +0100271 };
Maxime Ripardd4da2eb2012-11-14 20:17:04 +0100272};