mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-28 06:34:12 +08:00
mvebu dt for 6.11 (part 1)
armada-385: Add 7-segment LED display on x530 armada-385: Add Turris Omnia MCU related node armada-370 irqchip DT changes: Drop #size-cells from mpic node orion / kirkwood: few cleanups -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQQYqXDMF3cvSLY+g9cLBhiOFHI71QUCZofyagAKCRALBhiOFHI7 1YuhAJ9Qc7eBqBn6AD1Ml73NNr8jOdRCvACeIX5xzCD93+PXCHi0PfxkdM5zpGk= =Nl7d -----END PGP SIGNATURE----- gpgsig -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEiK/NIGsWEZVxh/FrYKtH/8kJUicFAmaL+ZEACgkQYKtH/8kJ UicU4Q//QjPpRqPM+5OhhF3wSRffdSwa90hJoXSc7s68fj0cigL+TwskST4L2bRH nKIn0YLZ4YqNurSwSzg2SWj+TyDbb3IPscVZFDRfjgGYh2b1dzLT5orEDHfwd27U 7iStTipohVj2olKZpsnQ5XeId0Idpzxl+yUoilBjl3lFcb/7rN5XocqyWBg404NJ dpcShI3JyKcCdjeX2p1bjKK8HXvwz9FUMAus4UHVj6M9YvpdNvRSk8wPkEzPX+4e ykYsL7s2B+6olkNSbzfyDvepDcALhhsBt2Rz2oKoBtN4UAJt00RjM3TU52+wjkOs XoFtFeGTe9gAFy+JZbvE1Z3LAg50Vws/ha0Xe7cvXTFp5twPZL0XOkE0yP5YPmiw B6/wLlvoB7/X2OnLe0z0FEhAUUyIoy3OdnAWVfEAyVZtNz93JRkOhPQUbl9XtnvL 7H0ogjIcEwUIJPHu36vM6UBYyiOzQAWDRLVsXwPPEe1BWxWGMgBULWtMXO0Nz5S5 BJKiav19MGFu9eww3U5qCay6JOpvoGxfFpYIqXRA4YSBj8GjI7H5SVvisndRVr95 1hRiaVkgHh8f6sHM5YgXBChNDTlwAxX+US0G1dBEfSUc6mN5inlpMm2NXMCwrZqY 5zSScOXOWqaaSB8+FnqSVZhyOl8thQO7e+jdNXxD8oHcL+XAxLE= =eOsv -----END PGP SIGNATURE----- Merge tag 'mvebu-dt-6.11-1' of https://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu into soc/dt mvebu dt for 6.11 (part 1) armada-385: Add 7-segment LED display on x530 armada-385: Add Turris Omnia MCU related node armada-370 irqchip DT changes: Drop #size-cells from mpic node orion / kirkwood: few cleanups * tag 'mvebu-dt-6.11-1' of https://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu: ARM: dts: turris-omnia: Add GPIO key node for front button ARM: dts: turris-omnia: Add MCU system-controller node ARM: dts: marvell: orion: align LED node name with bindings ARM: dts: marvell: orion5x-lswsgl: use 'gpios' property for LEDs ARM: dts: marvell: orion: drop incorrect address/size-cells in GPIO keys ARM: dts: marvell: orion: align GPIO keys node name with bindings ARM: dts: marvell: kirkwood: align LED node name with bindings ARM: dts: marvell: kirkwood: drop incorrect address/size-cells in GPIO keys ARM: dts: marvell: kirkwood: align GPIO keys node name with bindings ARM: dts: armada-{370-xp,375,38x,39x}: Drop #size-cells from mpic node ARM: dts: marvell: Add 7-segment LED display on x530 Link: https://lore.kernel.org/r/87zfqvixn4.fsf@BLaptop.bootlin.com Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
commit
f01b3260d9
@ -43,6 +43,17 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
led-7seg {
|
||||
compatible = "gpio-7-segment";
|
||||
segment-gpios = <&led_7seg_gpio 0 GPIO_ACTIVE_LOW>,
|
||||
<&led_7seg_gpio 1 GPIO_ACTIVE_LOW>,
|
||||
<&led_7seg_gpio 2 GPIO_ACTIVE_LOW>,
|
||||
<&led_7seg_gpio 3 GPIO_ACTIVE_LOW>,
|
||||
<&led_7seg_gpio 4 GPIO_ACTIVE_LOW>,
|
||||
<&led_7seg_gpio 5 GPIO_ACTIVE_LOW>,
|
||||
<&led_7seg_gpio 6 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
};
|
||||
|
||||
&pciec {
|
||||
@ -149,7 +160,7 @@
|
||||
#size-cells = <0>;
|
||||
reg = <3>;
|
||||
|
||||
gpio@20 {
|
||||
led_7seg_gpio: gpio@20 {
|
||||
compatible = "nxp,pca9554";
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
|
@ -35,13 +35,13 @@
|
||||
gpio_keys {
|
||||
compatible = "gpio-keys";
|
||||
|
||||
reset {
|
||||
button-reset {
|
||||
label = "Reset";
|
||||
linux,code = <KEY_POWER>;
|
||||
gpios = <&gpio0 29 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
button {
|
||||
button-power {
|
||||
label = "Power";
|
||||
linux,code = <KEY_SLEEP>;
|
||||
gpios = <&gpio0 26 GPIO_ACTIVE_LOW>;
|
||||
@ -51,7 +51,7 @@
|
||||
gpio-leds {
|
||||
compatible = "gpio-leds";
|
||||
|
||||
blue-power {
|
||||
led-blue-power {
|
||||
label = "nas220:blue:power";
|
||||
gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
|
||||
linux,default-trigger = "default-on";
|
||||
|
@ -29,25 +29,25 @@
|
||||
pinctrl-0 = <&pmx_buttons>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
power {
|
||||
button-power {
|
||||
label = "Power Button";
|
||||
linux,code = <KEY_POWER>;
|
||||
gpios = <&gpio1 16 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
reset {
|
||||
button-reset {
|
||||
label = "Reset Button";
|
||||
linux,code = <KEY_RESTART>;
|
||||
gpios = <&gpio1 17 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
usb1 {
|
||||
button-usb1 {
|
||||
label = "USB1 Button";
|
||||
linux,code = <BTN_0>;
|
||||
gpios = <&gpio0 28 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
usb2 {
|
||||
button-usb2 {
|
||||
label = "USB2 Button";
|
||||
linux,code = <BTN_1>;
|
||||
gpios = <&gpio0 29 GPIO_ACTIVE_LOW>;
|
||||
|
@ -58,10 +58,8 @@
|
||||
|
||||
gpio_keys {
|
||||
compatible = "gpio-keys";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
power {
|
||||
key-power {
|
||||
label = "Power push button";
|
||||
linux,code = <KEY_POWER>;
|
||||
gpios = <&gpio0 16 GPIO_ACTIVE_LOW>;
|
||||
@ -71,11 +69,11 @@
|
||||
gpio-leds {
|
||||
compatible = "gpio-leds";
|
||||
|
||||
red-fail {
|
||||
led-red-fail {
|
||||
label = "cloudbox:red:fail";
|
||||
gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
blue-sata {
|
||||
led-blue-sata {
|
||||
label = "cloudbox:blue:sata";
|
||||
gpios = <&gpio0 15 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
@ -37,7 +37,7 @@
|
||||
gpio-leds {
|
||||
compatible = "gpio-leds";
|
||||
|
||||
red-fail {
|
||||
led-red-fail {
|
||||
label = "d2net_v2:red:fail";
|
||||
gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
@ -137,38 +137,38 @@
|
||||
gpio-leds {
|
||||
compatible = "gpio-leds";
|
||||
|
||||
blue-usb {
|
||||
led-blue-usb {
|
||||
label = "dir665:blue:usb";
|
||||
gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
blue-internet {
|
||||
led-blue-internet {
|
||||
/* Can only be turned on if the Internet
|
||||
* Ethernet port has Link
|
||||
*/
|
||||
label = "dir665:blue:internet";
|
||||
gpios = <&gpio1 10 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
amber-internet {
|
||||
led-amber-internet {
|
||||
label = "dir665:amber:internet";
|
||||
gpios = <&gpio1 11 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
blue-wifi5g {
|
||||
led-blue-wifi5g {
|
||||
label = "dir665:blue:5g";
|
||||
gpios = <&gpio1 12 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
blue-status {
|
||||
led-blue-status {
|
||||
label = "dir665:blue:status";
|
||||
gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
blue-wps {
|
||||
led-blue-wps {
|
||||
label = "dir665:blue:wps";
|
||||
gpios = <&gpio1 15 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
amber-status {
|
||||
led-amber-status {
|
||||
label = "dir665:amber:status";
|
||||
gpios = <&gpio1 16 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
blue-24g {
|
||||
led-blue-24g {
|
||||
label = "dir665:blue:24g";
|
||||
gpios = <&gpio1 17 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
@ -176,15 +176,13 @@
|
||||
|
||||
gpio-keys {
|
||||
compatible = "gpio-keys";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
reset {
|
||||
button-reset {
|
||||
label = "reset";
|
||||
linux,code = <KEY_RESTART>;
|
||||
gpios = <&gpio0 28 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
wps {
|
||||
button-wps {
|
||||
label = "wps";
|
||||
linux,code = <KEY_WPS_BUTTON>;
|
||||
gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
|
||||
|
@ -24,24 +24,24 @@
|
||||
&pmx_led_white_usb>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
blue-power {
|
||||
led-blue-power {
|
||||
label = "dns320:blue:power";
|
||||
gpios = <&gpio0 26 GPIO_ACTIVE_LOW>;
|
||||
default-state = "keep";
|
||||
};
|
||||
blue-usb {
|
||||
led-blue-usb {
|
||||
label = "dns320:blue:usb";
|
||||
gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
orange-l_hdd {
|
||||
led-orange-l_hdd {
|
||||
label = "dns320:orange:l_hdd";
|
||||
gpios = <&gpio0 28 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
orange-r_hdd {
|
||||
led-orange-r_hdd {
|
||||
label = "dns320:orange:r_hdd";
|
||||
gpios = <&gpio0 27 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
orange-usb {
|
||||
led-orange-usb {
|
||||
label = "dns320:orange:usb";
|
||||
gpios = <&gpio1 3 GPIO_ACTIVE_LOW>; /* GPIO 35 */
|
||||
};
|
||||
|
@ -24,24 +24,24 @@
|
||||
&pmx_led_white_usb>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
white-power {
|
||||
led-white-power {
|
||||
label = "dns325:white:power";
|
||||
gpios = <&gpio0 26 GPIO_ACTIVE_LOW>;
|
||||
default-state = "keep";
|
||||
};
|
||||
white-usb {
|
||||
led-white-usb {
|
||||
label = "dns325:white:usb";
|
||||
gpios = <&gpio1 11 GPIO_ACTIVE_LOW>; /* GPIO 43 */
|
||||
};
|
||||
red-l_hdd {
|
||||
led-red-l_hdd {
|
||||
label = "dns325:red:l_hdd";
|
||||
gpios = <&gpio0 28 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
red-r_hdd {
|
||||
led-red-r_hdd {
|
||||
label = "dns325:red:r_hdd";
|
||||
gpios = <&gpio0 27 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
red-usb {
|
||||
led-red-usb {
|
||||
label = "dns325:red:usb";
|
||||
gpios = <&gpio0 29 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
@ -8,23 +8,21 @@
|
||||
|
||||
gpio_keys {
|
||||
compatible = "gpio-keys";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
pinctrl-0 = <&pmx_button_power &pmx_button_unmount
|
||||
&pmx_button_reset>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
power {
|
||||
button-power {
|
||||
label = "Power button";
|
||||
linux,code = <KEY_POWER>;
|
||||
gpios = <&gpio1 2 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
eject {
|
||||
button-eject {
|
||||
label = "USB unmount button";
|
||||
linux,code = <KEY_EJECTCD>;
|
||||
gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
reset {
|
||||
button-reset {
|
||||
label = "Reset button";
|
||||
linux,code = <KEY_RESTART>;
|
||||
gpios = <&gpio1 16 GPIO_ACTIVE_LOW>;
|
||||
|
@ -42,12 +42,12 @@
|
||||
pinctrl-0 = <&pmx_led_green &pmx_led_orange>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
health {
|
||||
led-health {
|
||||
label = "status:green:health";
|
||||
gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
|
||||
default-state = "keep";
|
||||
};
|
||||
fault {
|
||||
led-fault {
|
||||
label = "status:orange:fault";
|
||||
gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
@ -85,15 +85,15 @@
|
||||
&pmx_led_wifi_ap >;
|
||||
pinctrl-names = "default";
|
||||
|
||||
bluetooth {
|
||||
led-bluetooth {
|
||||
label = "dreamplug:blue:bluetooth";
|
||||
gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
wifi {
|
||||
led-wifi {
|
||||
label = "dreamplug:green:wifi";
|
||||
gpios = <&gpio1 16 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
wifi-ap {
|
||||
led-wifi-ap {
|
||||
label = "dreamplug:green:wifi_ap";
|
||||
gpios = <&gpio1 17 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
@ -85,44 +85,44 @@
|
||||
>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
health {
|
||||
led-health {
|
||||
label = "status:green:health";
|
||||
gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
|
||||
default-state = "keep";
|
||||
};
|
||||
fault {
|
||||
led-fault {
|
||||
label = "status:orange:fault";
|
||||
gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
left0 {
|
||||
led-left0 {
|
||||
label = "status:white:left0";
|
||||
gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
left1 {
|
||||
led-left1 {
|
||||
label = "status:white:left1";
|
||||
gpios = <&gpio1 11 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
left2 {
|
||||
led-left2 {
|
||||
label = "status:white:left2";
|
||||
gpios = <&gpio1 12 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
left3 {
|
||||
led-left3 {
|
||||
label = "status:white:left3";
|
||||
gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
right0 {
|
||||
led-right0 {
|
||||
label = "status:white:right0";
|
||||
gpios = <&gpio1 6 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
right1 {
|
||||
led-right1 {
|
||||
label = "status:white:right1";
|
||||
gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
right2 {
|
||||
led-right2 {
|
||||
label = "status:white:right2";
|
||||
gpios = <&gpio1 8 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
right3 {
|
||||
led-right3 {
|
||||
label = "status:white:right3";
|
||||
gpios = <&gpio1 9 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
@ -59,19 +59,19 @@
|
||||
&pmx_led_wmode_r &pmx_led_wmode_g >;
|
||||
pinctrl-names = "default";
|
||||
|
||||
health-r {
|
||||
led-health-r {
|
||||
label = "guruplug:red:health";
|
||||
gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
health-g {
|
||||
led-health-g {
|
||||
label = "guruplug:green:health";
|
||||
gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
wmode-r {
|
||||
led-wmode-r {
|
||||
label = "guruplug:red:wmode";
|
||||
gpios = <&gpio1 16 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
wmode-g {
|
||||
led-wmode-g {
|
||||
label = "guruplug:green:wmode";
|
||||
gpios = <&gpio1 17 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
@ -58,17 +58,15 @@
|
||||
|
||||
gpio_keys {
|
||||
compatible = "gpio-keys";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
pinctrl-0 = <&pmx_button_reset &pmx_button_usb_copy>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
copy {
|
||||
button-copy {
|
||||
label = "USB Copy";
|
||||
linux,code = <KEY_COPY>;
|
||||
gpios = <&gpio0 29 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
reset {
|
||||
button-reset {
|
||||
label = "Reset";
|
||||
linux,code = <KEY_RESTART>;
|
||||
gpios = <&gpio0 28 GPIO_ACTIVE_LOW>;
|
||||
@ -81,16 +79,16 @@
|
||||
&pmx_led_usb_transfer>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
green-os {
|
||||
led-green-os {
|
||||
label = "ib62x0:green:os";
|
||||
gpios = <&gpio0 25 GPIO_ACTIVE_HIGH>;
|
||||
default-state = "keep";
|
||||
};
|
||||
red-os {
|
||||
led-red-os {
|
||||
label = "ib62x0:red:os";
|
||||
gpios = <&gpio0 22 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
usb-copy {
|
||||
led-usb-copy {
|
||||
label = "ib62x0:red:usb_copy";
|
||||
gpios = <&gpio0 27 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
@ -89,32 +89,32 @@
|
||||
gpios = <&gpio1 9 GPIO_ACTIVE_HIGH>;
|
||||
default-state = "on";
|
||||
};
|
||||
power-blue {
|
||||
led-power-blue {
|
||||
label = "power:blue";
|
||||
gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>;
|
||||
default-state = "keep";
|
||||
};
|
||||
power-red {
|
||||
led-power-red {
|
||||
label = "power:red";
|
||||
gpios = <&gpio1 11 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
usb1 {
|
||||
led-usb1 {
|
||||
label = "usb1:blue";
|
||||
gpios = <&gpio1 12 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
usb2 {
|
||||
led-usb2 {
|
||||
label = "usb2:blue";
|
||||
gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
usb3 {
|
||||
led-usb3 {
|
||||
label = "usb3:blue";
|
||||
gpios = <&gpio1 14 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
usb4 {
|
||||
led-usb4 {
|
||||
label = "usb4:blue";
|
||||
gpios = <&gpio1 15 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
otb {
|
||||
led-otb {
|
||||
label = "otb:blue";
|
||||
gpios = <&gpio1 16 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
@ -122,18 +122,16 @@
|
||||
|
||||
gpio_keys {
|
||||
compatible = "gpio-keys";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
pinctrl-0 = < &pmx_button_reset &pmx_button_otb >;
|
||||
pinctrl-names = "default";
|
||||
|
||||
otb {
|
||||
button-otb {
|
||||
label = "OTB Button";
|
||||
linux,code = <KEY_COPY>;
|
||||
gpios = <&gpio1 3 GPIO_ACTIVE_LOW>;
|
||||
debounce-interval = <100>;
|
||||
};
|
||||
reset {
|
||||
button-reset {
|
||||
label = "Reset";
|
||||
linux,code = <KEY_RESTART>;
|
||||
gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
|
||||
|
@ -127,44 +127,42 @@
|
||||
&pmx_led_rebuild &pmx_led_health >;
|
||||
pinctrl-names = "default";
|
||||
|
||||
power_led {
|
||||
led-power-led {
|
||||
label = "status:white:power_led";
|
||||
gpios = <&gpio0 16 GPIO_ACTIVE_HIGH>;
|
||||
default-state = "keep";
|
||||
};
|
||||
rebuild_led {
|
||||
led-rebuild-led {
|
||||
label = "status:white:rebuild_led";
|
||||
gpios = <&gpio1 4 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
health_led {
|
||||
led-health-led {
|
||||
label = "status:red:health_led";
|
||||
gpios = <&gpio1 5 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
backup_led {
|
||||
led-backup-led {
|
||||
label = "status:blue:backup_led";
|
||||
gpios = <&gpio0 15 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
};
|
||||
gpio-keys {
|
||||
compatible = "gpio-keys";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
pinctrl-0 = <&pmx_button_reset &pmx_button_power
|
||||
&pmx_button_otb>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
|
||||
Power {
|
||||
button-power {
|
||||
label = "Power Button";
|
||||
linux,code = <KEY_POWER>;
|
||||
gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
Reset {
|
||||
button-reset {
|
||||
label = "Reset Button";
|
||||
linux,code = <KEY_RESTART>;
|
||||
gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
OTB {
|
||||
button-otb {
|
||||
label = "OTB Button";
|
||||
linux,code = <KEY_COPY>;
|
||||
gpios = <&gpio1 3 GPIO_ACTIVE_LOW>;
|
||||
|
@ -97,52 +97,52 @@
|
||||
leds {
|
||||
compatible = "gpio-leds";
|
||||
|
||||
status_green {
|
||||
led-status-green {
|
||||
label = "l-50:green:status";
|
||||
gpios = <&gpio1 6 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
status_red {
|
||||
led-status-red {
|
||||
label = "l-50:red:status";
|
||||
gpios = <&gpio3 2 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
wifi {
|
||||
led-wifi {
|
||||
label = "l-50:green:wifi";
|
||||
gpios = <&gpio2 7 GPIO_ACTIVE_LOW>;
|
||||
linux,default-trigger = "phy0tpt";
|
||||
};
|
||||
|
||||
internet_green {
|
||||
led-internet-green {
|
||||
label = "l-50:green:internet";
|
||||
gpios = <&gpio2 3 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
internet_red {
|
||||
led-internet-red {
|
||||
label = "l-50:red:internet";
|
||||
gpios = <&gpio2 1 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
usb1_green {
|
||||
led-usb1-green {
|
||||
label = "l-50:green:usb1";
|
||||
gpios = <&gpio2 0 GPIO_ACTIVE_LOW>;
|
||||
linux,default-trigger = "usbport";
|
||||
trigger-sources = <&hub_port3>;
|
||||
};
|
||||
|
||||
usb1_red {
|
||||
led-usb1-red {
|
||||
label = "l-50:red:usb1";
|
||||
gpios = <&gpio2 4 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
usb2_green {
|
||||
led-usb2-green {
|
||||
label = "l-50:green:usb2";
|
||||
gpios = <&gpio2 2 GPIO_ACTIVE_LOW>;
|
||||
linux,default-trigger = "usbport";
|
||||
trigger-sources = <&hub_port1>;
|
||||
};
|
||||
|
||||
usb2_red {
|
||||
led-usb2-red {
|
||||
label = "l-50:red:usb2";
|
||||
gpios = <&gpio2 5 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
@ -193,7 +193,7 @@
|
||||
keys {
|
||||
compatible = "gpio-keys";
|
||||
|
||||
factory_defaults {
|
||||
button-factory-defaults {
|
||||
label = "factory_defaults";
|
||||
gpios = <&gpio0 29 GPIO_ACTIVE_LOW>;
|
||||
linux,code = <KEY_RESTART>;
|
||||
|
@ -51,7 +51,7 @@
|
||||
gpio_keys {
|
||||
compatible = "gpio-keys";
|
||||
|
||||
power {
|
||||
button-power {
|
||||
label = "Power push button";
|
||||
linux,code = <KEY_POWER>;
|
||||
gpios = <&gpio1 0 GPIO_ACTIVE_HIGH>;
|
||||
@ -61,11 +61,11 @@
|
||||
gpio-leds {
|
||||
compatible = "gpio-leds";
|
||||
|
||||
red-fail {
|
||||
led-red-fail {
|
||||
label = "laplug_v2:red:power";
|
||||
gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
blue-power {
|
||||
led-blue-power {
|
||||
label = "laplug_v2:blue:power";
|
||||
gpios = <&gpio0 29 GPIO_ACTIVE_HIGH>;
|
||||
linux,default-trigger = "default-on";
|
||||
|
@ -88,8 +88,6 @@
|
||||
|
||||
gpio_keys {
|
||||
compatible = "gpio-keys";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
pinctrl-0 = <&pmx_button_function &pmx_power_switch
|
||||
&pmx_power_auto_switch>;
|
||||
pinctrl-names = "default";
|
||||
|
@ -33,18 +33,16 @@
|
||||
|
||||
gpio_keys {
|
||||
compatible = "gpio-keys";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
pinctrl-0 = < &pmx_btn_wps &pmx_btn_reset >;
|
||||
pinctrl-names = "default";
|
||||
|
||||
wps {
|
||||
button-wps {
|
||||
label = "WPS Button";
|
||||
linux,code = <KEY_WPS_BUTTON>;
|
||||
gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
reset {
|
||||
button-reset {
|
||||
label = "Reset Button";
|
||||
linux,code = <KEY_RESTART>;
|
||||
gpios = <&gpio1 16 GPIO_ACTIVE_LOW>;
|
||||
@ -56,12 +54,12 @@
|
||||
pinctrl-0 = < &pmx_led_white_health &pmx_led_white_pulse >;
|
||||
pinctrl-names = "default";
|
||||
|
||||
white-health {
|
||||
led-white-health {
|
||||
label = "viper:white:health";
|
||||
gpios = <&gpio0 7 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
white-pulse {
|
||||
led-white-pulse {
|
||||
label = "viper:white:pulse";
|
||||
gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
@ -107,24 +107,22 @@
|
||||
|
||||
gpio_keys {
|
||||
compatible = "gpio-keys";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
pinctrl-0 = <&pmx_button_function &pmx_power_switch
|
||||
&pmx_power_auto_switch>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
option {
|
||||
button-option {
|
||||
label = "Function Button";
|
||||
linux,code = <KEY_OPTION>;
|
||||
gpios = <&gpio1 9 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
reserved {
|
||||
button-reserved {
|
||||
label = "Power-on Switch";
|
||||
linux,code = <KEY_RESERVED>;
|
||||
linux,input-type = <5>;
|
||||
gpios = <&gpio1 10 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
power {
|
||||
button-power {
|
||||
label = "Power-auto Switch";
|
||||
linux,code = <KEY_ESC>;
|
||||
linux,input-type = <5>;
|
||||
@ -139,28 +137,28 @@
|
||||
&pmx_led_function_blue>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
func_blue {
|
||||
led-func-blue {
|
||||
label = "lsxl:blue:func";
|
||||
gpios = <&gpio1 4 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
alarm {
|
||||
led-alarm {
|
||||
label = "lsxl:red:alarm";
|
||||
gpios = <&gpio1 5 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
info {
|
||||
led-info {
|
||||
label = "lsxl:amber:info";
|
||||
gpios = <&gpio1 6 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
power {
|
||||
led-power {
|
||||
label = "lsxl:blue:power";
|
||||
gpios = <&gpio1 7 GPIO_ACTIVE_LOW>;
|
||||
default-state = "keep";
|
||||
};
|
||||
|
||||
func_red {
|
||||
led-func-red {
|
||||
label = "lsxl:red:func";
|
||||
gpios = <&gpio1 16 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
@ -114,36 +114,36 @@
|
||||
>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
health {
|
||||
led-health {
|
||||
label = "status:green:health";
|
||||
gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
user1o {
|
||||
led-user1o {
|
||||
label = "user1:orange";
|
||||
gpios = <&gpio1 8 GPIO_ACTIVE_LOW>;
|
||||
default-state = "on";
|
||||
};
|
||||
|
||||
user1g {
|
||||
led-user1g {
|
||||
label = "user1:green";
|
||||
gpios = <&gpio1 9 GPIO_ACTIVE_LOW>;
|
||||
default-state = "on";
|
||||
};
|
||||
|
||||
user0o {
|
||||
led-user0o {
|
||||
label = "user0:orange";
|
||||
gpios = <&gpio1 12 GPIO_ACTIVE_LOW>;
|
||||
default-state = "on";
|
||||
};
|
||||
|
||||
user0g {
|
||||
led-user0g {
|
||||
label = "user0:green";
|
||||
gpios = <&gpio1 13 GPIO_ACTIVE_LOW>;
|
||||
default-state = "on";
|
||||
};
|
||||
|
||||
misc {
|
||||
led-misc {
|
||||
label = "status:orange:misc";
|
||||
gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
|
||||
default-state = "on";
|
||||
|
@ -73,17 +73,17 @@
|
||||
pinctrl-0 = <&pmx_leds &pmx_usb_led>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
green-status {
|
||||
led-green-status {
|
||||
label = "gtw:green:Status";
|
||||
gpios = <&gpio0 20 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
red-status {
|
||||
led-red-status {
|
||||
label = "gtw:red:Status";
|
||||
gpios = <&gpio0 21 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
green-usb {
|
||||
led-green-usb {
|
||||
label = "gtw:green:USB";
|
||||
gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
@ -91,17 +91,15 @@
|
||||
|
||||
gpio_keys {
|
||||
compatible = "gpio-keys";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
pinctrl-0 = <&pmx_keys>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
restart {
|
||||
button-restart {
|
||||
label = "SWR Button";
|
||||
linux,code = <KEY_RESTART>;
|
||||
gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
wps {
|
||||
button-wps {
|
||||
label = "WPS Button";
|
||||
linux,code = <KEY_WPS_BUTTON>;
|
||||
gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
|
||||
|
@ -53,26 +53,24 @@
|
||||
|
||||
gpio-keys {
|
||||
compatible = "gpio-keys";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
/*
|
||||
* esc and power represent a three position rocker
|
||||
* switch. Thus the conventional KEY_POWER does not fit
|
||||
*/
|
||||
exc {
|
||||
button-exc {
|
||||
label = "Back power switch (on|auto)";
|
||||
linux,code = <KEY_ESC>;
|
||||
linux,input-type = <5>;
|
||||
gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
power {
|
||||
button-power {
|
||||
label = "Back power switch (auto|off)";
|
||||
linux,code = <KEY_1>;
|
||||
linux,input-type = <5>;
|
||||
gpios = <&gpio0 15 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
option {
|
||||
button-option {
|
||||
label = "Function button";
|
||||
linux,code = <KEY_OPTION>;
|
||||
gpios = <&gpio1 2 GPIO_ACTIVE_LOW>;
|
||||
|
@ -55,10 +55,8 @@
|
||||
|
||||
gpio_keys {
|
||||
compatible = "gpio-keys";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
power {
|
||||
button-power {
|
||||
label = "Power push button";
|
||||
linux,code = <KEY_POWER>;
|
||||
gpios = <&gpio1 0 GPIO_ACTIVE_HIGH>;
|
||||
@ -68,7 +66,7 @@
|
||||
gpio-leds {
|
||||
compatible = "gpio-leds";
|
||||
|
||||
red-fail {
|
||||
led-red-fail {
|
||||
label = "ns2:red:fail";
|
||||
gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
@ -24,7 +24,7 @@
|
||||
gpio-leds {
|
||||
compatible = "gpio-leds";
|
||||
|
||||
blue-sata {
|
||||
led-blue-sata {
|
||||
label = "ns2:blue:sata";
|
||||
gpios = <&gpio0 30 GPIO_ACTIVE_LOW>;
|
||||
linux,default-trigger = "disk-activity";
|
||||
|
@ -87,43 +87,43 @@
|
||||
&pmx_led_hdd_green &pmx_led_hdd_red>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
green-sys {
|
||||
led-green-sys {
|
||||
label = "nsa310:green:sys";
|
||||
gpios = <&gpio0 28 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
red-sys {
|
||||
led-red-sys {
|
||||
label = "nsa310:red:sys";
|
||||
gpios = <&gpio0 29 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
green-hdd {
|
||||
led-green-hdd {
|
||||
label = "nsa310:green:hdd";
|
||||
gpios = <&gpio1 9 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
red-hdd {
|
||||
led-red-hdd {
|
||||
label = "nsa310:red:hdd";
|
||||
gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
green-esata {
|
||||
led-green-esata {
|
||||
label = "nsa310:green:esata";
|
||||
gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
red-esata {
|
||||
led-red-esata {
|
||||
label = "nsa310:red:esata";
|
||||
gpios = <&gpio0 13 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
green-usb {
|
||||
led-green-usb {
|
||||
label = "nsa310:green:usb";
|
||||
gpios = <&gpio0 15 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
red-usb {
|
||||
led-red-usb {
|
||||
label = "nsa310:red:usb";
|
||||
gpios = <&gpio0 16 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
green-copy {
|
||||
led-green-copy {
|
||||
label = "nsa310:green:copy";
|
||||
gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
red-copy {
|
||||
led-red-copy {
|
||||
label = "nsa310:red:copy";
|
||||
gpios = <&gpio1 8 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
@ -75,39 +75,39 @@
|
||||
gpio-leds {
|
||||
compatible = "gpio-leds";
|
||||
|
||||
green-sys {
|
||||
led-green-sys {
|
||||
label = "nsa310:green:sys";
|
||||
gpios = <&gpio0 28 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
red-sys {
|
||||
led-red-sys {
|
||||
label = "nsa310:red:sys";
|
||||
gpios = <&gpio0 29 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
green-hdd {
|
||||
led-green-hdd {
|
||||
label = "nsa310:green:hdd";
|
||||
gpios = <&gpio1 9 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
red-hdd {
|
||||
led-red-hdd {
|
||||
label = "nsa310:red:hdd";
|
||||
gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
green-esata {
|
||||
led-green-esata {
|
||||
label = "nsa310:green:esata";
|
||||
gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
red-esata {
|
||||
led-red-esata {
|
||||
label = "nsa310:red:esata";
|
||||
gpios = <&gpio0 13 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
green-usb {
|
||||
led-green-usb {
|
||||
label = "nsa310:green:usb";
|
||||
gpios = <&gpio0 15 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
green-copy {
|
||||
led-green-copy {
|
||||
label = "nsa310:green:copy";
|
||||
gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
red-copy {
|
||||
led-red-copy {
|
||||
label = "nsa310:red:copy";
|
||||
gpios = <&gpio1 8 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
@ -35,24 +35,22 @@
|
||||
|
||||
keys {
|
||||
compatible = "gpio-keys";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
pinctrl-0 = <&pmx_buttons>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
power {
|
||||
button-power {
|
||||
label = "Power Button";
|
||||
linux,code = <KEY_POWER>;
|
||||
gpios = <&gpio0 26 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
copy {
|
||||
button-copy {
|
||||
label = "Copy Button";
|
||||
linux,code = <KEY_COPY>;
|
||||
gpios = <&gpio0 25 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
reset {
|
||||
button-reset {
|
||||
label = "Reset Button";
|
||||
linux,code = <KEY_RESTART>;
|
||||
gpios = <&gpio0 24 GPIO_ACTIVE_LOW>;
|
||||
|
@ -142,39 +142,39 @@
|
||||
&pmx_led_hdd1_green &pmx_led_hdd1_red>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
green-sys {
|
||||
led-green-sys {
|
||||
label = "nsa320:green:sys";
|
||||
gpios = <&gpio0 28 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
orange-sys {
|
||||
led-orange-sys {
|
||||
label = "nsa320:orange:sys";
|
||||
gpios = <&gpio0 29 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
green-hdd1 {
|
||||
led-green-hdd1 {
|
||||
label = "nsa320:green:hdd1";
|
||||
gpios = <&gpio1 9 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
red-hdd1 {
|
||||
led-red-hdd1 {
|
||||
label = "nsa320:red:hdd1";
|
||||
gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
green-hdd2 {
|
||||
led-green-hdd2 {
|
||||
label = "nsa320:green:hdd2";
|
||||
gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
red-hdd2 {
|
||||
led-red-hdd2 {
|
||||
label = "nsa320:red:hdd2";
|
||||
gpios = <&gpio0 13 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
green-usb {
|
||||
led-green-usb {
|
||||
label = "nsa320:green:usb";
|
||||
gpios = <&gpio0 15 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
green-copy {
|
||||
led-green-copy {
|
||||
label = "nsa320:green:copy";
|
||||
gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
red-copy {
|
||||
led-red-copy {
|
||||
label = "nsa320:red:copy";
|
||||
gpios = <&gpio1 8 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
@ -162,39 +162,39 @@
|
||||
&pmx_led_hdd1_green &pmx_led_hdd1_red>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
green-sys {
|
||||
led-green-sys {
|
||||
label = "nsa325:green:sys";
|
||||
gpios = <&gpio0 28 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
orange-sys {
|
||||
led-orange-sys {
|
||||
label = "nsa325:orange:sys";
|
||||
gpios = <&gpio0 29 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
green-hdd1 {
|
||||
led-green-hdd1 {
|
||||
label = "nsa325:green:hdd1";
|
||||
gpios = <&gpio1 9 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
red-hdd1 {
|
||||
led-red-hdd1 {
|
||||
label = "nsa325:red:hdd1";
|
||||
gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
green-hdd2 {
|
||||
led-green-hdd2 {
|
||||
label = "nsa325:green:hdd2";
|
||||
gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
red-hdd2 {
|
||||
led-red-hdd2 {
|
||||
label = "nsa325:red:hdd2";
|
||||
gpios = <&gpio0 13 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
green-usb {
|
||||
led-green-usb {
|
||||
label = "nsa325:green:usb";
|
||||
gpios = <&gpio0 15 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
green-copy {
|
||||
led-green-copy {
|
||||
label = "nsa325:green:copy";
|
||||
gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
red-copy {
|
||||
led-red-copy {
|
||||
label = "nsa325:red:copy";
|
||||
gpios = <&gpio1 8 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
@ -63,22 +63,20 @@
|
||||
|
||||
gpio_keys {
|
||||
compatible = "gpio-keys";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
pinctrl-0 = <&pmx_btn_reset &pmx_btn_copy &pmx_btn_power>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
power {
|
||||
button-power {
|
||||
label = "Power Button";
|
||||
linux,code = <KEY_POWER>;
|
||||
gpios = <&gpio1 14 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
copy {
|
||||
button-copy {
|
||||
label = "Copy Button";
|
||||
linux,code = <KEY_COPY>;
|
||||
gpios = <&gpio1 5 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
reset {
|
||||
button-reset {
|
||||
label = "Reset Button";
|
||||
linux,code = <KEY_RESTART>;
|
||||
gpios = <&gpio1 4 GPIO_ACTIVE_LOW>;
|
||||
|
@ -115,10 +115,8 @@
|
||||
compatible = "gpio-keys";
|
||||
pinctrl-0 = <&pmx_gpio_init>;
|
||||
pinctrl-names = "default";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
power {
|
||||
button-power {
|
||||
label = "Init Button";
|
||||
linux,code = <KEY_POWER>;
|
||||
gpios = <&gpio1 6 GPIO_ACTIVE_HIGH>;
|
||||
|
@ -136,8 +136,6 @@
|
||||
compatible = "gpio-keys";
|
||||
pinctrl-0 = <&pmx_gpio_init>;
|
||||
pinctrl-names = "default";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
button {
|
||||
label = "Init Button";
|
||||
|
@ -33,12 +33,12 @@
|
||||
gpio-leds {
|
||||
compatible = "gpio-leds";
|
||||
|
||||
health {
|
||||
led-health {
|
||||
label = "pogo_e02:green:health";
|
||||
gpios = <&gpio1 16 GPIO_ACTIVE_LOW>;
|
||||
default-state = "keep";
|
||||
};
|
||||
fault {
|
||||
led-fault {
|
||||
label = "pogo_e02:orange:fault";
|
||||
gpios = <&gpio1 17 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
@ -29,12 +29,10 @@
|
||||
|
||||
gpio_keys {
|
||||
compatible = "gpio-keys";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
pinctrl-0 = <&pmx_button_eject>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
eject {
|
||||
button-eject {
|
||||
debounce-interval = <50>;
|
||||
wakeup-source;
|
||||
linux,code = <KEY_EJECTCD>;
|
||||
@ -48,12 +46,12 @@
|
||||
pinctrl-0 = <&pmx_led_green &pmx_led_red>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
health {
|
||||
led-health {
|
||||
label = "pogoplugv4:green:health";
|
||||
gpios = <&gpio0 22 GPIO_ACTIVE_LOW>;
|
||||
default-state = "on";
|
||||
};
|
||||
fault {
|
||||
led-fault {
|
||||
label = "pogoplugv4:red:fault";
|
||||
gpios = <&gpio0 24 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
@ -33,7 +33,7 @@
|
||||
pinctrl-0 = <&pmx_led_blue>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
health {
|
||||
led-health {
|
||||
label = "sheevaplug:blue:health";
|
||||
gpios = <&gpio1 17 GPIO_ACTIVE_LOW>;
|
||||
default-state = "keep";
|
||||
|
@ -28,13 +28,13 @@
|
||||
pinctrl-0 = <&pmx_led_blue &pmx_led_red>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
health {
|
||||
led-health {
|
||||
label = "sheevaplug:blue:health";
|
||||
gpios = <&gpio1 17 GPIO_ACTIVE_LOW>;
|
||||
default-state = "keep";
|
||||
};
|
||||
|
||||
misc {
|
||||
led-misc {
|
||||
label = "sheevaplug:red:misc";
|
||||
gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
@ -410,7 +410,7 @@
|
||||
pinctrl-0 = <&pmx_alarmled_12>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
hdd1-green {
|
||||
led-hdd1-green {
|
||||
label = "synology:alarm";
|
||||
gpios = <&gpio0 21 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
@ -424,42 +424,42 @@
|
||||
&pmx_hddled_26 &pmx_hddled_27>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
hdd1-green {
|
||||
led-hdd1-green {
|
||||
label = "synology:green:hdd1";
|
||||
gpios = <&gpio0 20 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
hdd1-amber {
|
||||
led-hdd1-amber {
|
||||
label = "synology:amber:hdd1";
|
||||
gpios = <&gpio0 21 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
hdd2-green {
|
||||
led-hdd2-green {
|
||||
label = "synology:green:hdd2";
|
||||
gpios = <&gpio0 22 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
hdd2-amber {
|
||||
led-hdd2-amber {
|
||||
label = "synology:amber:hdd2";
|
||||
gpios = <&gpio0 23 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
hdd3-green {
|
||||
led-hdd3-green {
|
||||
label = "synology:green:hdd3";
|
||||
gpios = <&gpio0 24 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
hdd3-amber {
|
||||
led-hdd3-amber {
|
||||
label = "synology:amber:hdd3";
|
||||
gpios = <&gpio0 25 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
hdd4-green {
|
||||
led-hdd4-green {
|
||||
label = "synology:green:hdd4";
|
||||
gpios = <&gpio0 26 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
hdd4-amber {
|
||||
led-hdd4-amber {
|
||||
label = "synology:amber:hdd4";
|
||||
gpios = <&gpio0 27 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
@ -471,12 +471,12 @@
|
||||
pinctrl-0 = <&pmx_hddled_21 &pmx_hddled_23>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
hdd1-green {
|
||||
led-hdd1-green {
|
||||
label = "synology:green:hdd1";
|
||||
gpios = <&gpio0 21 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
hdd1-amber {
|
||||
led-hdd1-amber {
|
||||
label = "synology:amber:hdd1";
|
||||
gpios = <&gpio0 23 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
@ -488,22 +488,22 @@
|
||||
pinctrl-0 = <&pmx_hddled_21 &pmx_hddled_23 &pmx_hddled_20 &pmx_hddled_22>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
hdd1-green {
|
||||
led-hdd1-green {
|
||||
label = "synology:green:hdd1";
|
||||
gpios = <&gpio0 21 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
hdd1-amber {
|
||||
led-hdd1-amber {
|
||||
label = "synology:amber:hdd1";
|
||||
gpios = <&gpio0 23 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
hdd2-green {
|
||||
led-hdd2-green {
|
||||
label = "synology:green:hdd2";
|
||||
gpios = <&gpio0 20 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
hdd2-amber {
|
||||
led-hdd2-amber {
|
||||
label = "synology:amber:hdd2";
|
||||
gpios = <&gpio0 22 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
@ -518,52 +518,52 @@
|
||||
&pmx_hddled_45>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
hdd1-green {
|
||||
led-hdd1-green {
|
||||
label = "synology:green:hdd1";
|
||||
gpios = <&gpio1 4 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
hdd1-amber {
|
||||
led-hdd1-amber {
|
||||
label = "synology:amber:hdd1";
|
||||
gpios = <&gpio1 5 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
hdd2-green {
|
||||
led-hdd2-green {
|
||||
label = "synology:green:hdd2";
|
||||
gpios = <&gpio1 6 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
hdd2-amber {
|
||||
led-hdd2-amber {
|
||||
label = "synology:amber:hdd2";
|
||||
gpios = <&gpio1 7 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
hdd3-green {
|
||||
led-hdd3-green {
|
||||
label = "synology:green:hdd3";
|
||||
gpios = <&gpio1 8 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
hdd3-amber {
|
||||
led-hdd3-amber {
|
||||
label = "synology:amber:hdd3";
|
||||
gpios = <&gpio1 9 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
hdd4-green {
|
||||
led-hdd4-green {
|
||||
label = "synology:green:hdd4";
|
||||
gpios = <&gpio1 10 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
hdd4-amber {
|
||||
led-hdd4-amber {
|
||||
label = "synology:amber:hdd4";
|
||||
gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
hdd5-green {
|
||||
led-hdd5-green {
|
||||
label = "synology:green:hdd5";
|
||||
gpios = <&gpio1 12 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
hdd5-amber {
|
||||
led-hdd5-amber {
|
||||
label = "synology:amber:hdd5";
|
||||
gpios = <&gpio1 13 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
@ -575,22 +575,22 @@
|
||||
pinctrl-0 = <&pmx_hddled_38 &pmx_hddled_39 &pmx_hddled_36 &pmx_hddled_37>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
hdd1-green {
|
||||
led-hdd1-green {
|
||||
label = "synology:green:hdd1";
|
||||
gpios = <&gpio1 6 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
hdd1-amber {
|
||||
led-hdd1-amber {
|
||||
label = "synology:amber:hdd1";
|
||||
gpios = <&gpio1 7 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
hdd2-green {
|
||||
led-hdd2-green {
|
||||
label = "synology:green:hdd2";
|
||||
gpios = <&gpio1 4 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
hdd2-amber {
|
||||
led-hdd2-amber {
|
||||
label = "synology:amber:hdd2";
|
||||
gpios = <&gpio1 5 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
@ -156,12 +156,10 @@
|
||||
|
||||
gpio_keys {
|
||||
compatible = "gpio-keys";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
pinctrl-0 = <&pmx_button_power>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
power {
|
||||
button-power {
|
||||
label = "Power Button";
|
||||
linux,code = <KEY_POWER>;
|
||||
gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>;
|
||||
|
@ -35,17 +35,15 @@
|
||||
|
||||
gpio_keys {
|
||||
compatible = "gpio-keys";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
pinctrl-0 = <&pmx_reset_button &pmx_USB_copy_button>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
copy {
|
||||
button-copy {
|
||||
label = "USB Copy";
|
||||
linux,code = <KEY_COPY>;
|
||||
gpios = <&gpio0 15 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
reset {
|
||||
button-reset {
|
||||
label = "Reset";
|
||||
linux,code = <KEY_RESTART>;
|
||||
gpios = <&gpio0 16 GPIO_ACTIVE_LOW>;
|
||||
|
@ -35,17 +35,15 @@
|
||||
|
||||
gpio_keys {
|
||||
compatible = "gpio-keys";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
pinctrl-0 = <&pmx_reset_button &pmx_USB_copy_button>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
copy {
|
||||
button-copy {
|
||||
label = "USB Copy";
|
||||
linux,code = <KEY_COPY>;
|
||||
gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
reset {
|
||||
button-reset {
|
||||
label = "Reset";
|
||||
linux,code = <KEY_RESTART>;
|
||||
gpios = <&gpio1 5 GPIO_ACTIVE_LOW>;
|
||||
|
@ -36,17 +36,15 @@
|
||||
|
||||
gpio_keys {
|
||||
compatible = "gpio-keys";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
pinctrl-0 = <&pmx_reset_button &pmx_USB_copy_button>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
copy {
|
||||
button-copy {
|
||||
label = "USB Copy";
|
||||
linux,code = <KEY_COPY>;
|
||||
gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
reset {
|
||||
button-reset {
|
||||
label = "Reset";
|
||||
linux,code = <KEY_RESTART>;
|
||||
gpios = <&gpio1 5 GPIO_ACTIVE_LOW>;
|
||||
|
@ -48,8 +48,6 @@
|
||||
/ {
|
||||
gpio_keys {
|
||||
compatible = "gpio-keys";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
pinctrl-0 = <&pmx_power_switch>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
|
@ -35,22 +35,21 @@
|
||||
compatible = "gpio-keys";
|
||||
pinctrl-0 = <&pmx_buttons>;
|
||||
pinctrl-names = "default";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
front_button {
|
||||
|
||||
button-front {
|
||||
label = "Front Push Button";
|
||||
linux,code = <KEY_POWER>;
|
||||
gpios = <&gpio0 18 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
power_rocker_sw_on {
|
||||
switch-power-rocker-sw-on {
|
||||
label = "Power rocker switch (on|auto)";
|
||||
linux,input-type = <5>; /* EV_SW */
|
||||
linux,code = <1>; /* D2NET_SWITCH_POWER_ON */
|
||||
gpios = <&gpio0 8 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
power_rocker_sw_off {
|
||||
switch-power-rocker-sw-off {
|
||||
label = "Power rocker switch (auto|off)";
|
||||
linux,input-type = <5>; /* EV_SW */
|
||||
linux,code = <2>; /* D2NET_SWITCH_POWER_OFF */
|
||||
|
@ -39,9 +39,8 @@
|
||||
compatible = "gpio-keys";
|
||||
pinctrl-0 = <&pmx_power_button>;
|
||||
pinctrl-names = "default";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
button@1 {
|
||||
|
||||
button-1 {
|
||||
label = "Power-on Switch";
|
||||
linux,code = <KEY_POWER>;
|
||||
gpios = <&gpio0 18 GPIO_ACTIVE_HIGH>;
|
||||
@ -53,7 +52,7 @@
|
||||
pinctrl-0 = <&pmx_power_led>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
led@1 {
|
||||
led-1 {
|
||||
label = "power:blue";
|
||||
gpios = <&gpio0 16 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
@ -61,7 +61,7 @@
|
||||
};
|
||||
|
||||
gpio_keys {
|
||||
func {
|
||||
func-button {
|
||||
label = "Function Button";
|
||||
linux,code = <KEY_OPTION>;
|
||||
gpios = <&gpio0 15 GPIO_ACTIVE_LOW>;
|
||||
@ -90,7 +90,7 @@
|
||||
gpios = <&gpio0 3 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
func {
|
||||
func-led {
|
||||
label = "lschl:func:blue:top";
|
||||
gpios = <&gpio0 17 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
@ -74,22 +74,21 @@
|
||||
compatible = "gpio-keys";
|
||||
pinctrl-0 = <&pmx_buttons>;
|
||||
pinctrl-names = "default";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
func {
|
||||
|
||||
key-func {
|
||||
label = "Function Button";
|
||||
linux,code = <KEY_OPTION>;
|
||||
gpios = <&gpio0 15 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
power {
|
||||
key-power {
|
||||
label = "Power-on Switch";
|
||||
linux,input-type = <5>; /* EV_SW */
|
||||
linux,code = <KEY_RESERVED>; /* LSMINI_SW_POWER */
|
||||
gpios = <&gpio0 18 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
autopower {
|
||||
key-autopower {
|
||||
label = "Power-auto Switch";
|
||||
linux,input-type = <5>; /* EV_SW */
|
||||
linux,code = <KEY_ESC>; /* LSMINI_SW_AUTOPOWER */
|
||||
@ -103,24 +102,24 @@
|
||||
&pmx_led_power>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
alarm {
|
||||
led-alarm {
|
||||
label = "lswsgl:alarm:red";
|
||||
gpio = <&gpio0 2 GPIO_ACTIVE_LOW>;
|
||||
gpios = <&gpio0 2 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
info {
|
||||
led-info {
|
||||
label = "lswsgl:info:amber";
|
||||
gpio = <&gpio0 3 GPIO_ACTIVE_LOW>;
|
||||
gpios = <&gpio0 3 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
func {
|
||||
led-func {
|
||||
label = "lswsgl:func:blue:top";
|
||||
gpio = <&gpio0 9 GPIO_ACTIVE_LOW>;
|
||||
gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
power {
|
||||
led-power {
|
||||
label = "lswsgl:power:blue:bottom";
|
||||
gpio = <&gpio0 14 GPIO_ACTIVE_LOW>;
|
||||
gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
|
||||
default-state = "on";
|
||||
};
|
||||
};
|
||||
|
@ -35,15 +35,14 @@
|
||||
compatible = "gpio-keys";
|
||||
pinctrl-0 = <&pmx_buttons>;
|
||||
pinctrl-names = "default";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
power {
|
||||
|
||||
key-power {
|
||||
label = "Power";
|
||||
linux,code = <KEY_POWER>;
|
||||
gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
reset {
|
||||
key-reset {
|
||||
label = "Reset";
|
||||
linux,code = <KEY_RESTART>;
|
||||
gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
|
||||
|
@ -35,7 +35,7 @@
|
||||
pinctrl-0 = <&pmx_reset_button>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
reset {
|
||||
key-reset {
|
||||
label = "Reset Button";
|
||||
linux,code = <KEY_RESTART>;
|
||||
gpios = <&gpio0 1 GPIO_ACTIVE_LOW>;
|
||||
|
@ -32,7 +32,7 @@
|
||||
pinctrl-0 = <&pmx_debug_led>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
led@0 {
|
||||
led-0 {
|
||||
label = "rd88f5182:cpu";
|
||||
linux,default-trigger = "heartbeat";
|
||||
gpios = <&gpio0 0 GPIO_ACTIVE_HIGH>;
|
||||
|
Loading…
Reference in New Issue
Block a user