2018-12-17 09:26:16 +00:00
|
|
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
|
|
/*
|
|
|
|
* Copyright (c) 2017 Amlogic, Inc. All rights reserved.
|
|
|
|
*/
|
|
|
|
|
2020-09-10 08:48:18 +00:00
|
|
|
#include "meson-axg-u-boot.dtsi"
|
|
|
|
|
2018-12-17 09:26:16 +00:00
|
|
|
/* wifi module */
|
|
|
|
&sd_emmc_b {
|
|
|
|
status = "disabled";
|
|
|
|
};
|
|
|
|
|
|
|
|
/* emmc storage */
|
|
|
|
&sd_emmc_c {
|
|
|
|
status = "okay";
|
|
|
|
};
|
2020-09-10 08:48:18 +00:00
|
|
|
|
|
|
|
&usb {
|
|
|
|
status = "okay";
|
|
|
|
dr_mode = "otg";
|
|
|
|
vbus-supply = <&usb_pwr>;
|
|
|
|
};
|
|
|
|
|
|
|
|
&usb2_phy1 {
|
|
|
|
phy-supply = <&vcc_5v>;
|
|
|
|
};
|