Lines Matching +full:alarm +full:- +full:gpios

1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * Device Tree common file for kirkwood-6281 based 2-Bay Buffalo Linkstation
10 #include "kirkwood-6281.dtsi"
11 #include "kirkwood-linkstation.dtsi"
15 pinctrl: pin-controller@10000 {
16 pmx_power_hdd0: pmx-power-hdd0 {
20 pmx_power_hdd1: pmx-power-hdd1 {
24 pmx_usb_vbus: pmx-usb-vbus {
28 pmx_led_alarm: pmx-led-alarm {
32 pmx_led_function_red: pmx-led-function-red {
36 pmx_led_function_blue: pmx-led-function-blue {
40 pmx_led_info: pmx-led-info {
44 pmx_led_power: pmx-led-power {
48 pmx_button_function: pmx-button-function {
52 pmx_power_switch: pmx-power-switch {
56 pmx_power_auto_switch: pmx-power-auto-switch {
63 nr-ports = <2>;
68 function-button {
69 gpios = <&gpio1 9 GPIO_ACTIVE_LOW>;
72 power-on-switch {
73 gpios = <&gpio1 10 GPIO_ACTIVE_LOW>;
76 power-auto-switch {
77 gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
82 red-alarm-led {
83 label = "linkstation:red:alarm";
84 gpios = <&gpio1 17 GPIO_ACTIVE_LOW>;
87 red-function-led {
89 gpios = <&gpio1 2 GPIO_ACTIVE_HIGH>;
92 amber-info-led {
94 gpios = <&gpio1 6 GPIO_ACTIVE_LOW>;
97 blue-function-led {
99 gpios = <&gpio1 4 GPIO_ACTIVE_LOW>;
102 blue-power-led {
104 gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>;
105 default-state = "keep";
110 pinctrl-0 = <&pmx_power_hdd0 &pmx_power_hdd1 &pmx_usb_vbus>;
121 compatible = "regulator-fixed";
123 regulator-name = "HDD1 Power";
124 regulator-min-microvolt = <5000000>;
125 regulator-max-microvolt = <5000000>;
126 enable-active-high;
127 regulator-always-on;
128 regulator-boot-on;
137 ethphy1: ethernet-phy@8 {
138 device_type = "ethernet-phy";
146 ethernet1-port@0 {
147 phy-handle = <&ethphy1>;