2023-02-14 15:31:09 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
/*
|
|
|
|
* (C) Copyright 2018-2019 Rockchip Electronics Co., Ltd
|
|
|
|
*/
|
|
|
|
#include "rk3308-u-boot.dtsi"
|
|
|
|
|
|
|
|
/ {
|
|
|
|
chosen {
|
2023-07-15 10:19:40 +00:00
|
|
|
u-boot,spl-boot-order = "same-as-spl", &emmc, &sdmmc;
|
2023-02-14 15:31:09 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&uart0 {
|
2023-03-27 19:20:19 +00:00
|
|
|
bootph-all;
|
2023-02-14 15:31:09 +00:00
|
|
|
};
|
2023-08-03 11:08:13 +00:00
|
|
|
|
|
|
|
&pinctrl {
|
|
|
|
bootph-some-ram;
|
|
|
|
|
|
|
|
uart0 {
|
|
|
|
bootph-some-ram;
|
|
|
|
};
|
|
|
|
rtc {
|
|
|
|
bootph-some-ram;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&uart0_xfer {
|
|
|
|
bootph-some-ram;
|
|
|
|
};
|
|
|
|
|
|
|
|
&uart0_cts {
|
|
|
|
bootph-some-ram;
|
|
|
|
};
|
|
|
|
|
|
|
|
&uart0_rts {
|
|
|
|
bootph-some-ram;
|
|
|
|
};
|
|
|
|
|
|
|
|
&rtc_32k {
|
|
|
|
bootph-some-ram;
|
|
|
|
};
|