Merge branch 'master' of git://git.denx.de/u-boot
[oweals/u-boot.git] / arch / arm / dts / rk3308-evb-u-boot.dtsi
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3  * (C) Copyright 2018-2019 Rockchip Electronics Co., Ltd
4  */
5 #include "rk3308-u-boot.dtsi"
6
7 / {
8         chosen {
9                 u-boot,spl-boot-order = "same-as-spl", &emmc;
10         };
11 };
12
13 &uart4 {
14         u-boot,dm-pre-reloc;
15         clock-frequency = <24000000>;
16         status = "okay";
17 };