blob: 90022580a13b6797926141377b6775dc2e35bf94 [file] [log] [blame]
Jonas Karlmanf68c63d2023-08-21 22:30:29 +00001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2
3#include "rk356x-u-boot.dtsi"
4
5/ {
6 chosen {
7 stdout-path = &uart2;
8 };
9};
10
11&uart2 {
12 bootph-pre-ram;
13 clock-frequency = <24000000>;
14};