diff options
Diffstat (limited to 'arch/arm/dts/rk3568-bpi-r2-pro-u-boot.dtsi')
| -rw-r--r-- | arch/arm/dts/rk3568-bpi-r2-pro-u-boot.dtsi | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/arm/dts/rk3568-bpi-r2-pro-u-boot.dtsi b/arch/arm/dts/rk3568-bpi-r2-pro-u-boot.dtsi new file mode 100644 index 00000000000..60a3b21f2d4 --- /dev/null +++ b/arch/arm/dts/rk3568-bpi-r2-pro-u-boot.dtsi @@ -0,0 +1,19 @@ +// SPDX-License-Identifier: GPL-2.0+ +/* + * (C) Copyright 2021 Rockchip Electronics Co., Ltd + */ + +#include "rk356x-u-boot.dtsi" + +/ { + chosen { + stdout-path = &uart2; + }; +}; + +&uart2 { + clock-frequency = <24000000>; + bootph-pre-ram; + status = "okay"; +}; + |
