blob: 2e3b6a77a2687f49fc9f73d31221e1e3a316e2cf [file] [log] [blame]
Tianling Shen64ae7172023-05-20 19:20:49 +08001// SPDX-License-Identifier: GPL-2.0-or-later
2/*
3 * (C) Copyright 2018-2019 Rockchip Electronics Co., Ltd
4 * (C) Copyright 2020 David Bauer
5 */
6
7#include "rk3328-u-boot.dtsi"
8#include "rk3328-sdram-ddr4-666.dtsi"
Tianling Shen64ae7172023-05-20 19:20:49 +08009
10&gpio0 {
11 bootph-pre-ram;
12};
13
14&pinctrl {
15 bootph-pre-ram;
16};
17
18&sdmmc0m1_pin {
19 bootph-pre-ram;
20};
21
22&pcfg_pull_up_4ma {
23 bootph-pre-ram;
24};
25
26/* Need this and all the pinctrl/gpio stuff above to set pinmux */
27&vcc_sd {
28 bootph-pre-ram;
29};
30
Tianling Shen64ae7172023-05-20 19:20:49 +080031&spi0 {
32 spi_flash: spiflash@0 {
33 bootph-all;
34 };
35};