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