Stefan Roese | f055f1f | 2012-11-19 12:09:42 +0100 | [diff] [blame] | 1 | /* |
| 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 Ripard | 68136b1 | 2012-12-12 17:08:23 +0100 | [diff] [blame^] | 14 | /include/ "sun4i-a10.dtsi" |
Stefan Roese | f055f1f | 2012-11-19 12:09:42 +0100 | [diff] [blame] | 15 | |
| 16 | / { |
| 17 | model = "Cubietech Cubieboard"; |
Maxime Ripard | 68136b1 | 2012-12-12 17:08:23 +0100 | [diff] [blame^] | 18 | compatible = "cubietech,a10-cubieboard", "allwinner,sun4i-a10"; |
Stefan Roese | f055f1f | 2012-11-19 12:09:42 +0100 | [diff] [blame] | 19 | |
| 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 | }; |