]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
arm: pcm052: Add device tree file's
authorBhuvanchandra DV <bhuvanchandra.dv@toradex.com>
Wed, 27 Jan 2016 05:01:49 +0000 (10:31 +0530)
committerStefano Babic <sbabic@denx.de>
Tue, 2 Feb 2016 20:36:09 +0000 (21:36 +0100)
- 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>
arch/arm/dts/Makefile
arch/arm/dts/pcm052.dts [new file with mode: 0644]

index af03cee0fbbb956750d6e1c6700addc6d3f910e4..0fa57969465cbf502cb9e312df7ece2d638b2f64 100644 (file)
@@ -196,7 +196,8 @@ dtb-$(CONFIG_MACH_SUN9I) += \
 
 dtb-$(CONFIG_VF610) += vf500-colibri.dtb \
        vf610-colibri.dtb \
-       vf610-twr.dtb
+       vf610-twr.dtb \
+       pcm052.dtb
 
 dtb-$(CONFIG_SOC_KEYSTONE) += k2hk-evm.dtb \
        k2l-evm.dtb \
diff --git a/arch/arm/dts/pcm052.dts b/arch/arm/dts/pcm052.dts
new file mode 100644 (file)
index 0000000..0475f1f
--- /dev/null
@@ -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";
+};