blob: d8c79600b659f72ad0d14aca7205cd70c73fde6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
// SPDX-License-Identifier: GPL-2.0+
/*
* (C) Copyright 2018-2019 Rockchip Electronics Co., Ltd
* (C) Copyright 2020 David Bauer
*/
#include "rk3328-u-boot.dtsi"
#include "rk3328-sdram-ddr4-666.dtsi"
&gpio1 {
bootph-pre-ram;
};
&sdio_vcc_pin {
bootph-pre-ram;
};
&usb20_otg {
dr_mode = "peripheral";
};
&vcc_io_sdio {
bootph-pre-ram;
};
&vcc_sd {
bootph-pre-ram;
};
|