blob: 5cab8254043776d892cc001c9ddda31a4c51e8b7 [file] [log] [blame]
Stefan Roesef055f1f2012-11-19 12:09:42 +01001/*
2 * Copyright 2012 Stefan Roese
3 * Stefan Roese <sr@denx.de>
4 *
5 * The code contained herein is licensed under the GNU General Public
6 * License. You may obtain a copy of the GNU General Public License
7 * Version 2 or later at the following locations:
8 *
9 * http://www.opensource.org/licenses/gpl-license.html
10 * http://www.gnu.org/copyleft/gpl.html
11 */
12
13/dts-v1/;
Maxime Ripard68136b12012-12-12 17:08:23 +010014/include/ "sun4i-a10.dtsi"
Stefan Roesef055f1f2012-11-19 12:09:42 +010015
16/ {
17 model = "Cubietech Cubieboard";
Maxime Ripard68136b12012-12-12 17:08:23 +010018 compatible = "cubietech,a10-cubieboard", "allwinner,sun4i-a10";
Stefan Roesef055f1f2012-11-19 12:09:42 +010019
20 aliases {
21 serial0 = &uart0;
22 serial1 = &uart1;
23 };
24
25 chosen {
26 bootargs = "earlyprintk console=ttyS0,115200";
27 };
28
29 soc {
30 uart0: uart@01c28000 {
31 status = "okay";
32 };
33
34 uart1: uart@01c28400 {
35 status = "okay";
36 };
37 };
38};