aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/dts/rk3568-generic-u-boot.dtsi
blob: 90022580a13b6797926141377b6775dc2e35bf94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)

#include "rk356x-u-boot.dtsi"

/ {
	chosen {
		stdout-path = &uart2;
	};
};

&uart2 {
	bootph-pre-ram;
	clock-frequency = <24000000>;
};