diff options
Diffstat (limited to 'target/linux/ath79/dts/qca9563_tl-wr1043nd-v4.dts')
-rw-r--r-- | target/linux/ath79/dts/qca9563_tl-wr1043nd-v4.dts | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/qca9563_tl-wr1043nd-v4.dts b/target/linux/ath79/dts/qca9563_tl-wr1043nd-v4.dts index e187de7a23..bc0f356000 100644 --- a/target/linux/ath79/dts/qca9563_tl-wr1043nd-v4.dts +++ b/target/linux/ath79/dts/qca9563_tl-wr1043nd-v4.dts @@ -10,3 +10,26 @@ compatible = "tplink,tl-wr1043nd-v4", "qca,qca9563"; model = "TP-Link TL-WR1043ND Version 4"; }; + +&gpio_leds { + usb { + label = "tp-link:green:usb"; + gpios = <&gpio 7 GPIO_ACTIVE_LOW>; + default-state = "off"; + trigger-sources = <&hub_port0>; + linux,default-trigger = "usbport"; + }; +}; + +&usb_phy0 { + status = "okay"; +}; + +&usb0 { + status = "okay"; + + hub_port0: port@1 { + reg = <1>; + #trigger-source-cells = <0>; + }; +}; |