mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 05:34:28 +00:00
85a034c275
Add the correcly architectured USB Glue node for Meson AXG and the S400 board in -u-boot.dtsi until support in upstream Linux then backported. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
26 lines
371 B
Text
26 lines
371 B
Text
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Copyright (c) 2017 Amlogic, Inc. All rights reserved.
|
|
*/
|
|
|
|
#include "meson-axg-u-boot.dtsi"
|
|
|
|
/* wifi module */
|
|
&sd_emmc_b {
|
|
status = "disabled";
|
|
};
|
|
|
|
/* emmc storage */
|
|
&sd_emmc_c {
|
|
status = "okay";
|
|
};
|
|
|
|
&usb {
|
|
status = "okay";
|
|
dr_mode = "otg";
|
|
vbus-supply = <&usb_pwr>;
|
|
};
|
|
|
|
&usb2_phy1 {
|
|
phy-supply = <&vcc_5v>;
|
|
};
|