Enric Balletbo i Serra | 573b001 | 2018-12-27 17:03:30 +0100 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
2 | /* | ||||
3 | * U-Boot additions | ||||
4 | * | ||||
5 | * (C) Copyright 2017 Derald D. Woods <woods.technical@gmail.com> | ||||
6 | */ | ||||
7 | |||||
Javier Martinez Canillas | 8256830 | 2024-05-18 15:06:14 +0200 | [diff] [blame] | 8 | #include "omap3-u-boot.dtsi" |
9 | |||||
Enric Balletbo i Serra | 573b001 | 2018-12-27 17:03:30 +0100 | [diff] [blame] | 10 | / { |
11 | chosen { | ||||
12 | stdout-path = &uart3; | ||||
13 | }; | ||||
14 | }; |