aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/arch/arm/dts/vf610-twr.dts
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/arch/arm/dts/vf610-twr.dts')
-rw-r--r--roms/u-boot/arch/arm/dts/vf610-twr.dts21
1 files changed, 21 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/dts/vf610-twr.dts b/roms/u-boot/arch/arm/dts/vf610-twr.dts
new file mode 100644
index 000000000..62e9f438b
--- /dev/null
+++ b/roms/u-boot/arch/arm/dts/vf610-twr.dts
@@ -0,0 +1,21 @@
+// SPDX-License-Identifier: GPL-2.0+ OR X11
+/*
+ * Copyright 2016 Toradex AG
+ */
+
+/dts-v1/;
+#include "vf.dtsi"
+
+/ {
+ model = "VF610 Tower Board";
+ compatible = "fsl,vf610-twr", "fsl,vf610";
+
+ chosen {
+ stdout-path = &uart1;
+ };
+
+};
+
+&uart1 {
+ status = "okay";
+};