This patch will add a basic board support DT for the
LinkSprite pcDuino.
Signed-off-by: Zoltan HERPAI <wig…@uid0.hu>
—
arch/arm/boot/dts/Makefile | 1 +
arch/arm/boot/dts/sun4i-a10-
2 files changed, 49 insertions(+), 0 deletions(-)
create mode 100644 arch/arm/boot/dts/sun4i-a10-
diff –git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index b663ed7..a2e3620 100644
— a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -253,6 +253,7 @@ dtb-$(CONFIG_ARCH_SUNXI) += \
sun4i-a10-cubieboard.
sun4i-a10-mini-xplus.
sun4i-a10-hackberry.
+ sun4i-a10-pcduino.dtb \
sun5i-a10s-olinuxino-
sun5i-a13-olinuxino.
sun5i-a13-olinuxino-
diff –git a/arch/arm/boot/dts/sun4i-a10-
new file mode 100644
index 0000000..752f002
— /dev/null
+++ b/arch/arm/boot/dts/sun4i-a10-
@@ -0,0 +1,48 @@
+/*
+ * Copyright 2014 Zoltan HERPAI
+ * Zoltan HERPAI <wig…@uid0.hu>
+ *
+ * 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/
+ * http://www.gnu.org/copyleft/
+ */
+
+/dts-v1/;
+/include/ “sun4i-a10.dtsi”
+
+/ {
+ model = “LinkSprite pcDuino”;
+ compatible = “pcduino,a10-pcduino”, “allwinner,sun4i-a10”;
+
+ soc@01c00000 {
+ emac: ethernet@01c0b000 {
+
+
+ phy = <&phy1>;
+
+ };
+
+ mdio@01c0b080 {
+
+
+ phy1: ethernet-phy@1 {
+
+ };
+ };
+
+ uart0: serial@01c28000 {
+
+
+
+ };
+
+ i2c0: i2c@01c2ac00 {
+
+
+
+ };
+ };
+};
—
1.7.0.4
Leave a Reply
You must be logged in to post a comment.