mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
6e9c814022
Add USB power control in DTS for GL.iNet models: - AR300M; - AR300M-Ext; - AR300M16; - AR300M16-Ext. Signed-off-by: PtilopsisLeucotis <PtilopsisLeucotis@yandex.com>
36 lines
525 B
Plaintext
36 lines
525 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
|
|
#include "qca9531_glinet_gl-ar300m.dtsi"
|
|
|
|
/ {
|
|
compatible = "glinet,gl-ar300m-lite", "qca,qca9531";
|
|
model = "GL.iNet GL-AR300M-Lite";
|
|
};
|
|
|
|
/delete-node/ ®_usb_vbus;
|
|
|
|
/delete-node/ &nand_flash;
|
|
|
|
&nor_firmware {
|
|
compatible = "denx,uimage";
|
|
label = "firmware";
|
|
};
|
|
|
|
// "Disable" unpopulated GMAC1
|
|
|
|
ð1 {
|
|
compatible = "syscon", "simple-mfd";
|
|
};
|
|
|
|
&led_status {
|
|
label = "red:status";
|
|
};
|
|
|
|
&led_wlan {
|
|
label = "green:wlan";
|
|
};
|
|
|
|
&usb0 {
|
|
/delete-property/ vbus-supply;
|
|
};
|