aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/arch/arm/dts/sun4i-a10-inet-3f.dts
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/arch/arm/dts/sun4i-a10-inet-3f.dts')
-rw-r--r--roms/u-boot/arch/arm/dts/sun4i-a10-inet-3f.dts28
1 files changed, 28 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/dts/sun4i-a10-inet-3f.dts b/roms/u-boot/arch/arm/dts/sun4i-a10-inet-3f.dts
new file mode 100644
index 000000000..9aa8469a0
--- /dev/null
+++ b/roms/u-boot/arch/arm/dts/sun4i-a10-inet-3f.dts
@@ -0,0 +1,28 @@
+// SPDX-License-Identifier: GPL-2.0+ OR X11
+/*
+ * Copyright 2015 Hans de Goede <hdegoede@redhat.com>
+ *
+ * Minimal dts file for the iNet 3F for u-boot only
+ */
+
+/dts-v1/;
+#include "sun4i-a10.dtsi"
+
+/ {
+ model = "iNet 3F";
+ compatible = "inet,3f", "allwinner,sun4i-a10";
+
+ aliases {
+ serial0 = &uart0;
+ };
+
+ chosen {
+ stdout-path = "serial0:115200n8";
+ };
+};
+
+&uart0 {
+ pinctrl-names = "default";
+ pinctrl-0 = <&uart0_pb_pins>;
+ status = "okay";
+};