blob: d88dee80573e5746a9861e2ea220a71b821dc266 [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 {
Pegorer Massimof8cc29b2023-07-15 10:19:40 +00009 u-boot,spl-boot-order = "same-as-spl", &emmc, &sdmmc;
Akash Gajjar60a9f712023-02-14 21:01:09 +053010 };
11};
12
13&uart0 {
Tom Rinide70b472023-03-27 15:20:19 -040014 bootph-all;
Akash Gajjar60a9f712023-02-14 21:01:09 +053015};
Massimo Pegorer03b293b2023-08-03 13:08:13 +020016
17&pinctrl {
18 bootph-some-ram;
19
20 uart0 {
21 bootph-some-ram;
22 };
23 rtc {
24 bootph-some-ram;
25 };
26};
27
28&uart0_xfer {
29 bootph-some-ram;
30};
31
32&uart0_cts {
33 bootph-some-ram;
34};
35
36&uart0_rts {
37 bootph-some-ram;
38};
39
40&rtc_32k {
41 bootph-some-ram;
42};