blob: d314bfad6fc01b4e9cd5173b118a1539e427e4ef [file] [log] [blame]
b.l.huang57649112020-06-01 00:01:28 +08001// 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
Simon Glass70190f82020-11-05 06:32:12 -07009/ {
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
Jonas Karlman1bc4e8e2024-03-10 18:51:00 +000032&u2phy_host {
33 phy-supply = <&vcc_host_5v>;
34};
35
36&vcc_host_5v {
37 /delete-property/ regulator-always-on;
38 /delete-property/ regulator-boot-on;
39};
40
b.l.huang57649112020-06-01 00:01:28 +080041&vcc_sd {
Simon Glass8c103c32023-02-13 08:56:33 -070042 bootph-pre-ram;
b.l.huang57649112020-06-01 00:01:28 +080043};