Merge tag 'u-boot-rockchip-20201031' of https://gitlab.denx.de/u-boot/custodians...
[platform/kernel/u-boot.git] / arch / arm / dts / meson-axg-s400-u-boot.dtsi
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2 /*
3  * Copyright (c) 2017 Amlogic, Inc. All rights reserved.
4  */
5
6 #include "meson-axg-u-boot.dtsi"
7
8 /* wifi module */
9 &sd_emmc_b {
10         status = "disabled";
11 };
12
13 /* emmc storage */
14 &sd_emmc_c {
15         status = "okay";
16 };
17
18 &usb {
19         status = "okay";
20         dr_mode = "otg";
21         vbus-supply = <&usb_pwr>;
22 };
23
24 &usb2_phy1 {
25         phy-supply = <&vcc_5v>;
26 };