]> Git Repo - u-boot.git/blob - arch/arm/dts/rk3328-rock-pi-e-u-boot.dtsi
rockchip: Migrate to use DM_USB_GADGET on RK3328
[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 &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
41 &vcc_sd {
42         bootph-pre-ram;
43 };
This page took 0.031798 seconds and 4 git commands to generate.