blob: 5a2be8171e17558b021e5e5ced1d9fc350611ee5 [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
Stefan Agnera246e212021-04-08 10:25:28 +020032&ethmac {
33 snps,reset-gpio = <&gpio GPIOZ_14 0>;
34 snps,reset-delays-us = <0 10000 1000000>;
35 snps,reset-active-low;
36};
37
Beniamino Galvani375d79c2019-08-18 15:42:55 +020038&usb0 {
39 status = "disabled";
40};
41
42&usb1 {
43 hnp-srp-disable;
44};