Marcin Niestroj | 627d74c | 2018-11-21 20:32:01 +0100 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ or X11 |
2 | /* | ||||
3 | * Copyright (C) 2018 Grinn Sp. z o.o. -- http://www.grinn-global.com/ | ||||
4 | * Author: Marcin Niestroj <m.niestroj@grinn-global.com> | ||||
5 | */ | ||||
6 | |||||
Dario Binacchi | c28baf6 | 2020-12-30 00:06:37 +0100 | [diff] [blame] | 7 | #include "am33xx-u-boot.dtsi" |
8 | |||||
Marcin Niestroj | 627d74c | 2018-11-21 20:32:01 +0100 | [diff] [blame] | 9 | / { |
10 | chosen { | ||||
11 | stdout-path = &uart0; | ||||
12 | }; | ||||
13 | }; |