]> git.sur5r.net Git - u-boot/blob - arch/arm/dts/rk3188-radxarock-u-boot.dtsi
Merge git://git.denx.de/u-boot-imx
[u-boot] / arch / arm / dts / rk3188-radxarock-u-boot.dtsi
1 /*
2  * Copyright (c) 2018 Fuzhou Rockchip Electronics Co., Ltd.
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 &cru {
8         u-boot,dm-spl;
9 };
10
11 &pinctrl {
12         u-boot,dm-spl;
13 };
14
15 &uart2 {
16         status = "okay";
17         u-boot,dm-spl;
18 };
19
20 &timer3 {
21         compatible = "rockchip,rk3368-timer", "rockchip,rk3288-timer";
22         u-boot,dm-spl;
23         clock-frequency = <24000000>;
24 };