1// SPDX-License-Identifier: GPL-2.0+ OR X11 2/* 3 * Copyright 2016 Toradex AG 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}; 22