blob: 2c03701c896ad77f81efc514ea09c26a763af421 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Derald D. Woods3ff0d802017-12-29 10:37:31 -06002/*
3 * U-Boot additions
4 *
5 * (C) Copyright 2017 Derald D. Woods <woods.technical@gmail.com>
Derald D. Woods3ff0d802017-12-29 10:37:31 -06006 */
7
Tom Rinie0cc7df2019-02-16 16:36:29 -05008#include "omap3-u-boot.dtsi"
9
Derald D. Woods3ff0d802017-12-29 10:37:31 -060010/ {
11 chosen {
12 stdout-path = &uart3;
13 };
14};