diff options
author | Lukasz Majewski <lukma@denx.de> | 2019-02-13 22:46:48 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-04-13 20:30:08 +0200 |
commit | e78f9fd2eb1dace47d42e6672db2947910193fdb (patch) | |
tree | 605aeb3e4ed02a81c3d0fd1dc877692a4a3e3993 /arch/arm/dts/vf610-pcm052.dts | |
parent | fbe114aa4b2f906f48c30fe3590fc5c1a1886eff (diff) |
ARM: DTS: Update pcm052 based dts files (bk4r1/pcm052)
This commit provides update and renames the bk4r1.dts to vf610-bk4r1.dts
file with more on SoC HW description.
The pcm052.dts has been renamed to vf610-pcm052.dts as well.
Moreover, a new vf610-pcm052.drsi file has been introduced
to reuse the common code between devices based on Phytec's
pcm052 modules.
Ported from Linux kernel - v4.20 (tag)
Signed-off-by: Lukasz Majewski <lukma@denx.de>
Diffstat (limited to 'arch/arm/dts/vf610-pcm052.dts')
-rw-r--r-- | arch/arm/dts/vf610-pcm052.dts | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/arm/dts/vf610-pcm052.dts b/arch/arm/dts/vf610-pcm052.dts new file mode 100644 index 0000000000..22026024ea --- /dev/null +++ b/arch/arm/dts/vf610-pcm052.dts @@ -0,0 +1,17 @@ +// SPDX-License-Identifier: GPL-2.0+ OR X11 +/* + * Copyright 2016 Toradex AG + */ + +/dts-v1/; +#include "vf610-pcm052.dtsi" + +/ { + model = "Phytec phyCORE-Vybrid"; + compatible = "phytec,pcm052", "fsl,vf610"; + + chosen { + stdout-path = &uart1; + }; + +}; |