Marcin Niestroj | 627d74c | 2018-11-21 20:32:01 +0100 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ or X11 |
| 2 | /* |
Marcin Niestroj | 33fa496 | 2021-11-02 14:41:06 +0100 | [diff] [blame] | 3 | * Copyright (C) 2018-2021 Grinn Sp. z o.o. -- http://www.grinn-global.com/ |
Marcin Niestroj | 627d74c | 2018-11-21 20:32:01 +0100 | [diff] [blame] | 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; |
Marcin Niestroj | 33fa496 | 2021-11-02 14:41:06 +0100 | [diff] [blame] | 12 | tick-timer = &timer2; |
Marcin Niestroj | 627d74c | 2018-11-21 20:32:01 +0100 | [diff] [blame] | 13 | }; |
| 14 | }; |