aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/dts/rk3328-roc-cc-u-boot.dtsi
blob: 582d6ba49b4e9c941f36af991d4b615c00cf07de (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
29
30
31
32
33
34
35
36
37
38
// SPDX-License-Identifier: GPL-2.0+
/*
 * (C) Copyright 2018-2019 Rockchip Electronics Co., Ltd
 */

#include "rk3328-u-boot.dtsi"
#include "rk3328-sdram-ddr4-666.dtsi"

/ {
	smbios {
		compatible = "u-boot,sysinfo-smbios";

		smbios {
			system {
				manufacturer = "firefly";
				product = "roc-rk3328-cc";
			};

			baseboard {
				manufacturer = "firefly";
				product = "roc-rk3328-cc";
			};

			chassis {
				manufacturer = "firefly";
				product = "roc-rk3328-cc";
			};
		};
	};
};

&usb20_otg {
	hnp-srp-disable;
};

&vcc_sd {
	bootph-pre-ram;
};