blob: 90087b00dba40519ab27804d94f8ba921b994d0b [file] [log] [blame]
Maxime Jourdan671b1db2018-07-26 11:21:39 +02001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright (c) 2019 BayLibre, SAS.
4 * Author: Neil Armstrong <narmstrong@baylibre.com>
5 */
6
7#include "meson-gx-u-boot.dtsi"
Beniamino Galvani375d79c2019-08-18 15:42:55 +02008
Simon Glassa1d63bc2020-11-05 06:32:14 -07009/ {
10 smbios {
11 compatible = "u-boot,sysinfo-smbios";
12
13 smbios {
14 system {
15 manufacturer = "Hardkernel Co., Ltd.";
16 product = "ODROID-C2";
17 };
18
19 baseboard {
20 manufacturer = "Hardkernel Co., Ltd.";
21 product = "ODROID-C2";
22 };
23
24 chassis {
25 manufacturer = "Hardkernel Co., Ltd.";
26 product = "ODROID-C2";
27 };
28 };
29 };
30};
31
Beniamino Galvani375d79c2019-08-18 15:42:55 +020032&usb0 {
33 status = "disabled";
34};
35
36&usb1 {
37 hnp-srp-disable;
38};