summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/amlogic/meson6-atv1200.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boot/dts/amlogic/meson6-atv1200.dts')
-rw-r--r--arch/arm/boot/dts/amlogic/meson6-atv1200.dts33
1 files changed, 33 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/amlogic/meson6-atv1200.dts b/arch/arm/boot/dts/amlogic/meson6-atv1200.dts
new file mode 100644
index 000000000000..98e1c94c0261
--- /dev/null
+++ b/arch/arm/boot/dts/amlogic/meson6-atv1200.dts
@@ -0,0 +1,33 @@
+// SPDX-License-Identifier: GPL-2.0 OR MIT
+/*
+ * Copyright 2014 Carlo Caione <carlo@caione.org>
+ */
+
+/dts-v1/;
+#include "meson6.dtsi"
+
+/ {
+ model = "Geniatech ATV1200";
+ compatible = "geniatech,atv1200", "amlogic,meson6";
+
+ aliases {
+ serial0 = &uart_AO;
+ };
+
+ chosen {
+ stdout-path = "serial0:115200n8";
+ };
+
+ memory {
+ device_type = "memory";
+ reg = <0x40000000 0x80000000>;
+ };
+};
+
+&uart_AO {
+ status = "okay";
+};
+
+&ethmac {
+ status = "okay";
+};