power: regulator: rk8xx: Add 500us delay after LDO regulator is enabled
[platform/kernel/u-boot.git] / arch / arm / dts / rk3328-rock-pi-e-u-boot.dtsi
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3  * (C) Copyright 2020 Radxa
4  */
5
6 #include "rk3328-u-boot.dtsi"
7 #include "rk3328-sdram-ddr3-666.dtsi"
8
9 / {
10         smbios {
11                 compatible = "u-boot,sysinfo-smbios";
12
13                 smbios {
14                         system {
15                                 manufacturer = "radxa";
16                                 product = "rock-pi-e_rk3328";
17                         };
18
19                         baseboard {
20                                 manufacturer = "radxa";
21                                 product = "rock-pi-e_rk3328";
22                         };
23
24                         chassis {
25                                 manufacturer = "radxa";
26                                 product = "rock-pi-e_rk3328";
27                         };
28                 };
29         };
30 };
31
32 &gpio0 {
33         bootph-pre-ram;
34 };
35
36 &pinctrl {
37         bootph-pre-ram;
38 };
39
40 &sdmmc0m1_pin {
41         bootph-pre-ram;
42 };
43
44 &pcfg_pull_up_4ma {
45         bootph-pre-ram;
46 };
47
48 &usb_host0_xhci {
49         vbus-supply = <&vcc_host_5v>;
50         status = "okay";
51 };
52
53 /* Need this and all the pinctrl/gpio stuff above to set pinmux */
54 &vcc_sd {
55         bootph-pre-ram;
56 };