blob: 7cdf6913795d8b7539856b077c49721be4b156b2 [file] [log] [blame]
Tianling Shen0c8dea52023-05-20 19:20:50 +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-lpddr3-666.dtsi"
Tianling Shen0c8dea52023-05-20 19:20:50 +08009
Jonas Karlmand6a1b572024-02-17 00:22:34 +000010&spi0 {
Tianling Shen0c8dea52023-05-20 19:20:50 +080011 bootph-pre-ram;
Jonas Karlmand6a1b572024-02-17 00:22:34 +000012 bootph-some-ram;
Tianling Shen0c8dea52023-05-20 19:20:50 +080013
Jonas Karlmand6a1b572024-02-17 00:22:34 +000014 flash@0 {
15 bootph-pre-ram;
16 bootph-some-ram;
17 };
Tianling Shen0c8dea52023-05-20 19:20:50 +080018};
19
Tianling Shen0c8dea52023-05-20 19:20:50 +080020&vcc_sd {
21 bootph-pre-ram;
22};