Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e476ac8b authored by Maxime Ripard's avatar Maxime Ripard
Browse files

ARM: sun7i: Add Olimex A20-Olinuxino-Micro support



The Olimex A20-Olinuxino is an open-hardware board based on the
Allwinner A20 SoC, with most of the pins exported on headers, a 10/100M
ethernet port, SATA, SD and uSD slots, etc.

Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 4790ecfa
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -212,7 +212,8 @@ dtb-$(CONFIG_ARCH_SUNXI) += \
	sun4i-a10-hackberry.dtb \
	sun5i-a10s-olinuxino-micro.dtb \
	sun5i-a13-olinuxino.dtb \
	sun6i-a31-colombus.dtb
	sun6i-a31-colombus.dtb \
	sun7i-a20-olinuxino-micro.dtb
dtb-$(CONFIG_ARCH_TEGRA) += tegra20-harmony.dtb \
	tegra20-iris-512.dtb \
	tegra20-medcom-wide.dtb \
+34 −0
Original line number Diff line number Diff line
/*
 * Copyright 2013 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/ "sun7i-a20.dtsi"

/ {
	model = "Olimex A20-Olinuxino Micro";
	compatible = "olimex,a20-olinuxino-micro", "allwinner,sun7i-a20";

	soc@01c00000 {
		uart0: serial@01c28000 {
			status = "okay";
		};

		uart6: serial@01c29800 {
			status = "okay";
		};

		uart7: serial@01c29c00 {
			status = "okay";
		};
	};
};