Skip to content
Snippets Groups Projects
Commit f8aaade7 authored by Bhuvanchandra DV's avatar Bhuvanchandra DV Committed by Stefano Babic
Browse files

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: default avatarBhuvanchandra DV <bhuvanchandra.dv@toradex.com>
Reviewed-by: default avatarBin Meng <bmeng.cn@gmail.com>
parent 987dd5f7
No related branches found
No related tags found
No related merge requests found
...@@ -196,7 +196,8 @@ dtb-$(CONFIG_MACH_SUN9I) += \ ...@@ -196,7 +196,8 @@ dtb-$(CONFIG_MACH_SUN9I) += \
dtb-$(CONFIG_VF610) += vf500-colibri.dtb \ dtb-$(CONFIG_VF610) += vf500-colibri.dtb \
vf610-colibri.dtb \ vf610-colibri.dtb \
vf610-twr.dtb vf610-twr.dtb \
pcm052.dtb
dtb-$(CONFIG_SOC_KEYSTONE) += k2hk-evm.dtb \ dtb-$(CONFIG_SOC_KEYSTONE) += k2hk-evm.dtb \
k2l-evm.dtb \ k2l-evm.dtb \
......
/*
* 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";
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment