|
@@ -40,7 +40,7 @@
|
|
|
};
|
|
};
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
- leds {
|
|
|
|
|
|
|
+ leds: leds {
|
|
|
compatible = "gpio-leds";
|
|
compatible = "gpio-leds";
|
|
|
|
|
|
|
|
pinctrl-names = "default";
|
|
pinctrl-names = "default";
|
|
@@ -57,16 +57,6 @@
|
|
|
default-state = "keep";
|
|
default-state = "keep";
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
- wan_green {
|
|
|
|
|
- label = "netgear:green:wan";
|
|
|
|
|
- gpios = <&gpio 1 GPIO_ACTIVE_LOW>;
|
|
|
|
|
- };
|
|
|
|
|
-
|
|
|
|
|
- wan_amber {
|
|
|
|
|
- label = "netgear:amber:wan";
|
|
|
|
|
- gpios = <&gpio 3 GPIO_ACTIVE_LOW>;
|
|
|
|
|
- };
|
|
|
|
|
-
|
|
|
|
|
wlan2g_green {
|
|
wlan2g_green {
|
|
|
label = "netgear:green:wlan2g";
|
|
label = "netgear:green:wlan2g";
|
|
|
gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
|
|
gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
|
|
@@ -88,13 +78,6 @@
|
|
|
label = "netgear:amber:wps";
|
|
label = "netgear:amber:wps";
|
|
|
gpios = <&gpio 17 GPIO_ACTIVE_LOW>;
|
|
gpios = <&gpio 17 GPIO_ACTIVE_LOW>;
|
|
|
};
|
|
};
|
|
|
-
|
|
|
|
|
- usb_green {
|
|
|
|
|
- label = "netgear:green:usb";
|
|
|
|
|
- gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
|
|
|
|
|
- trigger-sources = <&hub_port>;
|
|
|
|
|
- linux,default-trigger = "usbport";
|
|
|
|
|
- };
|
|
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
ubi-concat {
|
|
ubi-concat {
|
|
@@ -272,28 +255,6 @@
|
|
|
qca,no-eeprom;
|
|
qca,no-eeprom;
|
|
|
#gpio-cells = <2>;
|
|
#gpio-cells = <2>;
|
|
|
gpio-controller;
|
|
gpio-controller;
|
|
|
-
|
|
|
|
|
- usb_power {
|
|
|
|
|
- gpio-hog;
|
|
|
|
|
- line-name = "netgear:power:usb";
|
|
|
|
|
- gpios = <0 GPIO_ACTIVE_HIGH>;
|
|
|
|
|
- output-high;
|
|
|
|
|
- };
|
|
|
|
|
- };
|
|
|
|
|
-};
|
|
|
|
|
-
|
|
|
|
|
-&usb_phy {
|
|
|
|
|
- status = "okay";
|
|
|
|
|
-};
|
|
|
|
|
-
|
|
|
|
|
-&usb {
|
|
|
|
|
- status = "okay";
|
|
|
|
|
- #address-cells = <1>;
|
|
|
|
|
- #size-cells = <0>;
|
|
|
|
|
-
|
|
|
|
|
- hub_port: port@1 {
|
|
|
|
|
- reg = <1>;
|
|
|
|
|
- #trigger-source-cells = <0>;
|
|
|
|
|
};
|
|
};
|
|
|
};
|
|
};
|
|
|
|
|
|