blob: 007a69f9a60e888027aedec1ee151853a4a0cb7c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// SPDX-License-Identifier: GPL-2.0+
/*
* (C) Copyright 2018-2019 Rockchip Electronics Co., Ltd
*/
#include "rk3308-u-boot.dtsi"
&uart4 {
bootph-all;
clock-frequency = <24000000>;
};
&uart4_xfer {
bootph-all;
};
|