SPDX: Convert all of our multiple license tags to Linux Kernel style
[oweals/u-boot.git] / arch / arm / dts / pcm052.dts
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 };