diff options
author | Bhuvanchandra DV <bhuvanchandra.dv@toradex.com> | 2016-01-27 08:01:49 +0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2016-02-02 23:36:09 +0300 |
commit | f8aaade7f30eb337906c19be61d9aee70334bb63 (patch) | |
tree | aa7f054781bc00671f4896d116d948542bb5298d /arch/arm/dts/pcm052.dts | |
parent | 987dd5f7c202f5e6c6a6223a57eb90e822414434 (diff) | |
download | u-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.dts | 22 |
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 0000000000..0475f1f5ee --- /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"; +}; |