blob: 6489fdc6f41287c1aa3761b0c173ccf88dc93ed3 [file] [log] [blame]
Tom Rini4549e782018-05-06 18:27:01 -04001// SPDX-License-Identifier: GPL-2.0+ OR X11
Bhuvanchandra DVf8aaade2016-01-27 10:31:49 +05302/*
3 * Copyright 2016 Toradex AG
Bhuvanchandra DVf8aaade2016-01-27 10:31:49 +05304 */
5
6/dts-v1/;
7#include "vf.dtsi"
8
9/ {
10 model = "Phytec phyCORE-Vybrid";
11 compatible = "phytec,pcm052", "fsl,vf610";
12
Alexander Merklecb941e82016-03-17 15:44:46 +010013 chosen {
Bhuvanchandra DVf8aaade2016-01-27 10:31:49 +053014 stdout-path = &uart1;
15 };
16
17};
18
19&uart1 {
20 status = "okay";
21};