Initial commit
This commit is contained in:
17
target/linux/ath79/dts/qca9563_netgear_wndr4300-v2.dts
Normal file
17
target/linux/ath79/dts/qca9563_netgear_wndr4300-v2.dts
Normal file
@@ -0,0 +1,17 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
||||
|
||||
#include "qca9563_netgear_wndr.dtsi"
|
||||
|
||||
/ {
|
||||
compatible = "netgear,wndr4300-v2", "qca,qca9563";
|
||||
model = "Netgear WNDR4300 v2";
|
||||
};
|
||||
|
||||
&leds {
|
||||
usb_green {
|
||||
label = "green:usb";
|
||||
gpios = <&gpio 7 GPIO_ACTIVE_LOW>;
|
||||
trigger-sources = <&hub_port0>;
|
||||
linux,default-trigger = "usbport";
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user