blob: 237aa8d7fa543f70839d6bde26e47f6134d71b5c [file] [log] [blame]
Bhuvanchandra DV987dd5f2016-01-27 10:31:48 +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 = "VF610 Tower Board";
12 compatible = "fsl,vf610-twr", "fsl,vf610";
13
Alexander Merkle2deba802016-03-17 15:44:45 +010014 chosen {
Bhuvanchandra DV987dd5f2016-01-27 10:31:48 +053015 stdout-path = &uart1;
16 };
17
18};
19
20&uart1 {
21 status = "okay";
22};