de0bf33fc2
For the new sun4i/Cubieboard (A10) support, lets re-strucure the sun5i dts files to make it more generic. Those are the new dts/dtsi files: sunxi.dtsi - Devices common to all Allwinner sunXi SoC's sun4i.dtsi - sun4i Devices, will include sunxi.dtsi sun5i.dtsi - sun5i Devices, will include sunxi.dtsi board.dts - will include either sun4i.dtsi or sun5i.dtsi Additionally the "duart" label in the olinuxino.dts is changed to "uart1". Signed-off-by: Stefan Roese <sr@denx.de> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
31 lines
641 B
Plaintext
31 lines
641 B
Plaintext
/*
|
|
* Copyright 2012 Maxime Ripard
|
|
*
|
|
* Maxime Ripard <maxime.ripard@free-electrons.com>
|
|
*
|
|
* The code contained herein is licensed under the GNU General Public
|
|
* License. You may obtain a copy of the GNU General Public License
|
|
* Version 2 or later at the following locations:
|
|
*
|
|
* http://www.opensource.org/licenses/gpl-license.html
|
|
* http://www.gnu.org/copyleft/gpl.html
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/include/ "sun5i.dtsi"
|
|
|
|
/ {
|
|
model = "Olimex A13-Olinuxino";
|
|
compatible = "olimex,a13-olinuxino", "allwinner,sun5i";
|
|
|
|
chosen {
|
|
bootargs = "earlyprintk console=ttyS0,115200";
|
|
};
|
|
|
|
soc {
|
|
uart1: uart@01c28400 {
|
|
status = "okay";
|
|
};
|
|
};
|
|
};
|