summaryrefslogtreecommitdiff
path: root/arch/arm/dts/pcm052.dts
diff options
context:
space:
mode:
authorBhuvanchandra DV <bhuvanchandra.dv@toradex.com>2016-01-27 05:01:49 (GMT)
committerStefano Babic <sbabic@denx.de>2016-02-02 20:36:09 (GMT)
commitf8aaade7f30eb337906c19be61d9aee70334bb63 (patch)
treeaa7f054781bc00671f4896d116d948542bb5298d /arch/arm/dts/pcm052.dts
parent987dd5f7c202f5e6c6a6223a57eb90e822414434 (diff)
downloadu-boot-f8aaade7f30eb337906c19be61d9aee70334bb63.tar.xz
arm: pcm052: Add device tree file's
- Add device tree files for Phytec phyCORE-Vybrid Board. - Enable lpuart support for Phytec phyCORE-Vybrid Board. - Use UART1 for stdout. Signed-off-by: Bhuvanchandra DV <bhuvanchandra.dv@toradex.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/arm/dts/pcm052.dts')
-rw-r--r--arch/arm/dts/pcm052.dts22
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/arm/dts/pcm052.dts b/arch/arm/dts/pcm052.dts
new file mode 100644
index 0000000..0475f1f
--- /dev/null
+++ b/arch/arm/dts/pcm052.dts
@@ -0,0 +1,22 @@
+/*
+ * Copyright 2016 Toradex AG
+ *
+ * SPDX-License-Identifier: GPL-2.0+ or X11
+ */
+
+/dts-v1/;
+#include "vf.dtsi"
+
+/ {
+ model = "Phytec phyCORE-Vybrid";
+ compatible = "phytec,pcm052", "fsl,vf610";
+
+ choosen {
+ stdout-path = &uart1;
+ };
+
+};
+
+&uart1 {
+ status = "okay";
+};