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ðmac { 33 snps,reset-gpio = <&gpio GPIOZ_14 0>; 34 snps,reset-delays-us = <0 10000 1000000>; 35 snps,reset-active-low; 36}; 37 38&usb0 { 39 status = "disabled"; 40}; 41 42&usb1 { 43 hnp-srp-disable; 44}; 45