blob: 0475f1f5eeba7fbd5c04a191a2810944febf6436 [file] [log] [blame]
Bhuvanchandra DVf8aaade2016-01-27 10:31:49 +05301/*
2 * 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 choosen {
15 stdout-path = &uart1;
16 };
17
18};
19
20&uart1 {
21 status = "okay";
22};