]> Git Repo - u-boot.git/blob - arch/arm/dts/rk3328-roc-cc-u-boot.dtsi
rockchip: Migrate to use DM_USB_GADGET on RK3328
[u-boot.git] / arch / arm / dts / rk3328-roc-cc-u-boot.dtsi
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3  * (C) Copyright 2018-2019 Rockchip Electronics Co., Ltd
4  */
5
6 #include "rk3328-u-boot.dtsi"
7 #include "rk3328-sdram-ddr4-666.dtsi"
8
9 / {
10         smbios {
11                 compatible = "u-boot,sysinfo-smbios";
12
13                 smbios {
14                         system {
15                                 manufacturer = "firefly";
16                                 product = "roc-rk3328-cc";
17                         };
18
19                         baseboard {
20                                 manufacturer = "firefly";
21                                 product = "roc-rk3328-cc";
22                         };
23
24                         chassis {
25                                 manufacturer = "firefly";
26                                 product = "roc-rk3328-cc";
27                         };
28                 };
29         };
30 };
31
32 &usb20_otg {
33         hnp-srp-disable;
34 };
35
36 &vcc_sd {
37         bootph-pre-ram;
38 };
This page took 0.032665 seconds and 4 git commands to generate.