mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-13 06:42:56 +00:00
15 lines
184 B
Text
15 lines
184 B
Text
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||
|
|
||
|
#include "rk356x-u-boot.dtsi"
|
||
|
|
||
|
/ {
|
||
|
chosen {
|
||
|
stdout-path = &uart2;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&uart2 {
|
||
|
bootph-pre-ram;
|
||
|
clock-frequency = <24000000>;
|
||
|
};
|