blob: 09694b41e53933b16ef372487d84b50e5e75b6df [file] [log] [blame]
Akash Gajjar6cd6ed92023-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 {
Pegorer Massimo1d7e1d02023-07-15 10:19:40 +00009 u-boot,spl-boot-order = "same-as-spl", &emmc, &sdmmc;
Akash Gajjar6cd6ed92023-02-14 21:01:09 +053010 };
11};
12
13&uart0 {
Tom Rini82b896c2023-03-27 15:20:19 -040014 bootph-all;
Akash Gajjar6cd6ed92023-02-14 21:01:09 +053015 clock-frequency = <24000000>;
16 status = "okay";
17};