|
@@ -36,53 +36,53 @@
|
|
compatible = "gpio-leds";
|
|
compatible = "gpio-leds";
|
|
|
|
|
|
led_status: status {
|
|
led_status: status {
|
|
- label = "dwr-960:green:status";
|
|
|
|
|
|
+ label = "green:status";
|
|
gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
|
|
gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
|
|
};
|
|
};
|
|
|
|
|
|
wan {
|
|
wan {
|
|
- label = "dwr-960:green:wan";
|
|
|
|
|
|
+ label = "green:wan";
|
|
gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
|
|
gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
|
|
};
|
|
};
|
|
|
|
|
|
lan {
|
|
lan {
|
|
- label = "dwr-960:green:lan";
|
|
|
|
|
|
+ label = "green:lan";
|
|
gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
|
|
gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
|
|
};
|
|
};
|
|
|
|
|
|
sms {
|
|
sms {
|
|
- label = "dwr-960:green:sms";
|
|
|
|
|
|
+ label = "green:sms";
|
|
gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
|
|
gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
|
|
};
|
|
};
|
|
|
|
|
|
signal_green {
|
|
signal_green {
|
|
- label = "dwr-960:green:signal";
|
|
|
|
|
|
+ label = "green:signal";
|
|
gpios = <&gpio2 0 GPIO_ACTIVE_HIGH>;
|
|
gpios = <&gpio2 0 GPIO_ACTIVE_HIGH>;
|
|
};
|
|
};
|
|
|
|
|
|
signal_red {
|
|
signal_red {
|
|
- label = "dwr-960:red:signal";
|
|
|
|
|
|
+ label = "red:signal";
|
|
gpios = <&gpio2 1 GPIO_ACTIVE_HIGH>;
|
|
gpios = <&gpio2 1 GPIO_ACTIVE_HIGH>;
|
|
};
|
|
};
|
|
|
|
|
|
4g {
|
|
4g {
|
|
- label = "dwr-960:green:4g";
|
|
|
|
|
|
+ label = "green:4g";
|
|
gpios = <&gpio2 2 GPIO_ACTIVE_LOW>;
|
|
gpios = <&gpio2 2 GPIO_ACTIVE_LOW>;
|
|
};
|
|
};
|
|
|
|
|
|
3g {
|
|
3g {
|
|
- label = "dwr-960:green:3g";
|
|
|
|
|
|
+ label = "green:3g";
|
|
gpios = <&gpio2 3 GPIO_ACTIVE_LOW>;
|
|
gpios = <&gpio2 3 GPIO_ACTIVE_LOW>;
|
|
};
|
|
};
|
|
|
|
|
|
wlan5g {
|
|
wlan5g {
|
|
- label = "dwr-960:green:wlan5g";
|
|
|
|
|
|
+ label = "green:wlan5g";
|
|
gpios = <&gpio2 4 GPIO_ACTIVE_LOW>;
|
|
gpios = <&gpio2 4 GPIO_ACTIVE_LOW>;
|
|
linux,default-trigger = "phy0tpt";
|
|
linux,default-trigger = "phy0tpt";
|
|
};
|
|
};
|
|
|
|
|
|
wlan2g {
|
|
wlan2g {
|
|
- label = "dwr-960:green:wlan2g";
|
|
|
|
|
|
+ label = "green:wlan2g";
|
|
gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
|
|
gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
|
|
linux,default-trigger = "phy1tpt";
|
|
linux,default-trigger = "phy1tpt";
|
|
};
|
|
};
|