diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2012-11-14 20:17:04 +0100 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2012-11-16 21:56:53 +0100 |
commit | d4da2ebb3e75cab12c3243504adee07198aa2677 (patch) | |
tree | 13b89ce9404a042016f882eee26aa52cfb4f22e2 /arch/arm/boot/dts/sun5i-olinuxino.dts | |
parent | ARM: sunxi: Add earlyprintk support (diff) | |
download | linux-d4da2ebb3e75cab12c3243504adee07198aa2677.tar.xz linux-d4da2ebb3e75cab12c3243504adee07198aa2677.zip |
ARM: sunxi: Add device tree for the A13 and the Olinuxino board
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/sun5i-olinuxino.dts')
-rw-r--r-- | arch/arm/boot/dts/sun5i-olinuxino.dts | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun5i-olinuxino.dts b/arch/arm/boot/dts/sun5i-olinuxino.dts new file mode 100644 index 000000000000..3b1cce3af7cb --- /dev/null +++ b/arch/arm/boot/dts/sun5i-olinuxino.dts @@ -0,0 +1,26 @@ +/* + * 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"; + + soc { + duart: uart@01c28400 { + status = "okay"; + }; + }; +}; |