blob: a27a3adc082b9d32e650ea0fb14d785b0a651a49 [file] [log] [blame]
Akash Gajjar60a9f712023-02-14 21:01:09 +05301// 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&uart0 {
Tom Rinide70b472023-03-27 15:20:19 -040014 bootph-all;
Akash Gajjar60a9f712023-02-14 21:01:09 +053015 clock-frequency = <24000000>;
16 status = "okay";
17};