blob: 0a9423cd9c7e00d46ff07e593a77badc16ea6766 [file] [log] [blame]
Tianling Shen9bd954a2023-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 Shen9bd954a2023-05-20 19:20:50 +08009
Jonas Karlman1e21f562024-02-17 00:22:34 +000010&spi0 {
Tianling Shen9bd954a2023-05-20 19:20:50 +080011 bootph-pre-ram;
Jonas Karlman1e21f562024-02-17 00:22:34 +000012 bootph-some-ram;
13
14 flash@0 {
15 bootph-pre-ram;
16 bootph-some-ram;
17 };
Tianling Shen9bd954a2023-05-20 19:20:50 +080018};
19
Jonas Karlmanaa321d42024-02-17 00:22:41 +000020&spi0m2_clk {
21 bootph-pre-ram;
22};
23
24&spi0m2_cs0 {
25 bootph-pre-ram;
26};
27
28&spi0m2_rx {
29 bootph-pre-ram;
30};
31
32&spi0m2_tx {
33 bootph-pre-ram;
34};
35
Jonas Karlman1bc4e8e2024-03-10 18:51:00 +000036&usb20_otg {
37 dr_mode = "peripheral";
38};
39
Tianling Shen9bd954a2023-05-20 19:20:50 +080040&vcc_sd {
41 bootph-pre-ram;
42};