u-boot/arch/arm/dts/meson-axg-s400-u-boot.dtsi
Neil Armstrong 3da675a93b ARM: meson-axg: remove local USB nodes
Drop the local USB nodes after Linux 5.14 sync.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
2021-10-07 10:14:50 +02:00

18 lines
263 B
Text

// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright (c) 2017 Amlogic, Inc. All rights reserved.
*/
/* wifi module */
&sd_emmc_b {
status = "disabled";
};
/* emmc storage */
&sd_emmc_c {
status = "okay";
};
&usb2_phy1 {
phy-supply = <&vcc_5v>;
};