Merge https://gitlab.denx.de/u-boot/custodians/u-boot-imx
[platform/kernel/u-boot.git] / arch / arm / dts / meson-gxbb-odroidc2-u-boot.dtsi
1 // 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"
8
9 / {
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
32 &usb0 {
33         status = "disabled";
34 };
35
36 &usb1 {
37         hnp-srp-disable;
38 };