blob: 17333d69bf6a0eff73b8fcbe7b427d86eb8db6d5 [file] [log] [blame]
Marcin Niestroj627d74c2018-11-21 20:32:01 +01001// SPDX-License-Identifier: GPL-2.0+ or X11
2/*
Marcin Niestroj33fa4962021-11-02 14:41:06 +01003 * Copyright (C) 2018-2021 Grinn Sp. z o.o. -- http://www.grinn-global.com/
Marcin Niestroj627d74c2018-11-21 20:32:01 +01004 * Author: Marcin Niestroj <m.niestroj@grinn-global.com>
5 */
6
Dario Binacchic28baf62020-12-30 00:06:37 +01007#include "am33xx-u-boot.dtsi"
8
Marcin Niestroj627d74c2018-11-21 20:32:01 +01009/ {
10 chosen {
11 stdout-path = &uart0;
Marcin Niestroj33fa4962021-11-02 14:41:06 +010012 tick-timer = &timer2;
Marcin Niestroj627d74c2018-11-21 20:32:01 +010013 };
14};