pcm052.dts (cb941e8f89c282ef45c90bc5ba495fce3e787029) | pcm052.dts (4549e789c1d58a8c48e8a20f1b4bdb83e978c954) |
---|---|
1// SPDX-License-Identifier: GPL-2.0+ OR X11 |
|
1/* 2 * Copyright 2016 Toradex AG | 2/* 3 * Copyright 2016 Toradex AG |
3 * 4 * SPDX-License-Identifier: GPL-2.0+ or X11 | |
5 */ 6 7/dts-v1/; 8#include "vf.dtsi" 9 10/ { 11 model = "Phytec phyCORE-Vybrid"; 12 compatible = "phytec,pcm052", "fsl,vf610"; 13 14 chosen { 15 stdout-path = &uart1; 16 }; 17 18}; 19 20&uart1 { 21 status = "okay"; 22}; | 4 */ 5 6/dts-v1/; 7#include "vf.dtsi" 8 9/ { 10 model = "Phytec phyCORE-Vybrid"; 11 compatible = "phytec,pcm052", "fsl,vf610"; 12 13 chosen { 14 stdout-path = &uart1; 15 }; 16 17}; 18 19&uart1 { 20 status = "okay"; 21}; |