blob: 62e9f438b027e7623df1d5f12fa50cceb91c7237 [file] [log] [blame]
Tom Rini4549e782018-05-06 18:27:01 -04001// SPDX-License-Identifier: GPL-2.0+ OR X11
Bhuvanchandra DV987dd5f2016-01-27 10:31:48 +05302/*
3 * Copyright 2016 Toradex AG
Bhuvanchandra DV987dd5f2016-01-27 10:31:48 +05304 */
5
6/dts-v1/;
7#include "vf.dtsi"
8
9/ {
10 model = "VF610 Tower Board";
11 compatible = "fsl,vf610-twr", "fsl,vf610";
12
Alexander Merkle2deba802016-03-17 15:44:45 +010013 chosen {
Bhuvanchandra DV987dd5f2016-01-27 10:31:48 +053014 stdout-path = &uart1;
15 };
16
17};
18
19&uart1 {
20 status = "okay";
21};