mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-14 22:16:03 +01:00
The patch enables the second USB3.0 Type-A USB port on the NanoPi R4S board, which prevents a crash when initializing the usb system in U-Boot and allows both Type-A USB ports to be used for booting. => usb start starting USB... Bus usb@fe380000: USB EHCI 1.00 Bus usb@fe3c0000: "Synchronous Abort" handler, esr 0x96000010, far 0x0 Signed-off-by: Justin Klaassen <justin@tidylabs.net> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
44 lines
821 B
Plaintext
44 lines
821 B
Plaintext
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* RK3399-based FriendlyElec boards device tree source
|
|
*
|
|
* Copyright (c) 2016 Fuzhou Rockchip Electronics Co., Ltd
|
|
*
|
|
* Copyright (c) 2018 FriendlyElec Computer Tech. Co., Ltd.
|
|
* (http://www.friendlyarm.com)
|
|
*
|
|
* Copyright (c) 2018 Collabora Ltd.
|
|
* Copyright (c) 2019 Arm Ltd.
|
|
* Copyright (C) 2020 Xiaobo <peterwillcn@gmail.com>
|
|
*/
|
|
|
|
#include "rk3399-nanopi4-u-boot.dtsi"
|
|
#include "rk3399-sdram-lpddr4-100.dtsi"
|
|
|
|
/ {
|
|
smbios {
|
|
compatible = "u-boot,sysinfo-smbios";
|
|
|
|
smbios {
|
|
system {
|
|
manufacturer = "FriendlyELEC";
|
|
product = "NanoPi R4S";
|
|
};
|
|
|
|
baseboard {
|
|
manufacturer = "FriendlyELEC";
|
|
product = "NanoPi R4S";
|
|
};
|
|
|
|
chassis {
|
|
manufacturer = "FriendlyELEC";
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|
|
&u2phy1_host {
|
|
phy-supply = <&vdd_5v>;
|
|
status = "okay";
|
|
};
|