lin
2025-01-10 9ec4e21f2f615ef95b70a249569906799e36bace
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// SPDX-License-Identifier: GPL-2.0+
/*
 * Copyright (c) 2018 Fuzhou Rockchip Electronics Co., Ltd.
 */
 
&cru {
   u-boot,dm-spl;
};
 
&pinctrl {
   u-boot,dm-spl;
};
 
&uart2 {
   status = "okay";
   u-boot,dm-spl;
};
 
&timer3 {
   compatible = "rockchip,rk3368-timer", "rockchip,rk3288-timer";
   u-boot,dm-spl;
   clock-frequency = <24000000>;
};