Lines Matching +full:alarm +full:- +full:gpios
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * Device Tree common file for kirkwood-6282 based Buffalo Linkstation
10 #include "kirkwood-6282.dtsi"
11 #include "kirkwood-linkstation.dtsi"
15 pinctrl: pin-controller@10000 {
16 pmx_power_hdd0: pmx-power-hdd0 {
20 pmx_usb_vbus: pmx-usb-vbus {
24 pmx_fan_high: pmx-fan-high {
28 pmx_fan_low: pmx-fan-low {
32 pmx_led_alarm: pmx-led-alarm {
36 pmx_led_function_red: pmx-led-function-red {
40 pmx_led_info: pmx-led-info {
44 pmx_led_function_blue: pmx-led-function-blue {
48 pmx_led_power: pmx-led-power {
52 pmx_fan_lock: pmx-fan-lock {
56 pmx_button_function: pmx-button-function {
60 pmx_power_switch: pmx-power-switch {
64 pmx_power_auto_switch: pmx-power-auto-switch {
72 function-button {
73 gpios = <&gpio1 13 GPIO_ACTIVE_LOW>;
76 power-on-switch {
77 gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
80 power-auto-switch {
81 gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
86 red-alarm-led {
87 label = "linkstation:red:alarm";
88 gpios = <&gpio1 4 GPIO_ACTIVE_HIGH>;
91 red-function-led {
93 gpios = <&gpio1 5 GPIO_ACTIVE_HIGH>;
96 amber-info-led {
98 gpios = <&gpio1 6 GPIO_ACTIVE_HIGH>;
101 blue-function-led {
103 gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>;
106 blue-power-led {
108 gpios = <&gpio1 8 GPIO_ACTIVE_LOW>;
109 default-state = "keep";
114 compatible = "gpio-fan";
115 pinctrl-0 = <&pmx_fan_low &pmx_fan_high &pmx_fan_lock>;
116 pinctrl-names = "default";
118 gpios = <&gpio0 17 GPIO_ACTIVE_LOW
121 gpio-fan,speed-map =
127 alarm-gpios = <&gpio1 11 GPIO_ACTIVE_HIGH>;
144 ethphy0: ethernet-phy@0 {
145 device_type = "ethernet-phy";
153 ethernet0-port@0 {
154 phy-handle = <ðphy0>;