"Das U-Boot" Source Tree
1// 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"
9
10&spi0 {
11 flash@0 {
12 bootph-pre-ram;
13 bootph-some-ram;
14 };
15};
16
17&spi0m2_clk {
18 bootph-pre-ram;
19 bootph-some-ram;
20};
21
22&spi0m2_cs0 {
23 bootph-pre-ram;
24 bootph-some-ram;
25};
26
27&spi0m2_rx {
28 bootph-pre-ram;
29 bootph-some-ram;
30};
31
32&spi0m2_tx {
33 bootph-pre-ram;
34 bootph-some-ram;
35};
36
37&usb20_otg {
38 dr_mode = "peripheral";
39};
40
41&vcc_sd {
42 bootph-pre-ram;
43};