blob: d15ba94d37b608f8b4fe3d03f83ee96b2928b209 [file] [log] [blame]
Andy Yan22dcd282019-11-14 11:21:14 +08001// 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 {
Simon Glass8c103c32023-02-13 08:56:33 -070014 bootph-all;
Andy Yan22dcd282019-11-14 11:21:14 +080015 clock-frequency = <24000000>;
16 status = "okay";
17};