blob: 60a3b21f2d45d5c3c678c0c359dfd5b3cd8f3bcd [file] [log] [blame]
Frank Wunderlich2dd669f2023-10-04 21:04:34 +02001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * (C) Copyright 2021 Rockchip Electronics Co., Ltd
4 */
5
6#include "rk356x-u-boot.dtsi"
7
8/ {
9 chosen {
10 stdout-path = &uart2;
11 };
12};
13
14&uart2 {
15 clock-frequency = <24000000>;
16 bootph-pre-ram;
17 status = "okay";
18};
19