]> git.ipfire.org Git - thirdparty/u-boot.git/blame - arch/arm/dts/rk3188-radxarock-u-boot.dtsi
SPDX: Convert all of our single license tags to Linux Kernel style
[thirdparty/u-boot.git] / arch / arm / dts / rk3188-radxarock-u-boot.dtsi
CommitLineData
83d290c5 1// SPDX-License-Identifier: GPL-2.0+
7abb7e8f
KY
2/*
3 * Copyright (c) 2018 Fuzhou Rockchip Electronics Co., Ltd.
7abb7e8f
KY
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};
f9ef5447
KY
18
19&timer3 {
20 compatible = "rockchip,rk3368-timer", "rockchip,rk3288-timer";
21 u-boot,dm-spl;
22 clock-frequency = <24000000>;
23};