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

1 // SPDX-License-Identifier: GPL-2.0
3 #include "kirkwood-6281.dtsi"
8 stdout-path = &uart0;
12 pinctrl: pin-controller@10000 {
13 /* Non-default UART pins */
14 pmx_uart0: pmx-uart0 {
18 pmx_power_hdd: pmx-power-hdd {
22 pmx_usb_vbus: pmx-usb-vbus {
26 pmx_fan_high: pmx-fan-high {
30 pmx_fan_low: pmx-fan-low {
34 pmx_led_function_blue: pmx-led-function-blue {
38 pmx_led_alarm: pmx-led-alarm {
42 pmx_led_info: pmx-led-info {
46 pmx_led_power: pmx-led-power {
50 pmx_fan_lock: pmx-fan-lock {
54 pmx_button_function: pmx-button-function {
58 pmx_power_switch: pmx-power-switch {
62 pmx_power_auto_switch: pmx-power-auto-switch {
66 pmx_led_function_red: pmx-led-function_red {
74 nr-ports = <1>;
81 #address-cells = <1>;
82 #size-cells = <1>;
83 compatible = "m25p40", "jedec,spi-nor";
85 spi-max-frequency = <25000000>;
91 read-only;
97 read-only;
109 compatible = "gpio-keys";
110 pinctrl-0 = <&pmx_button_function &pmx_power_switch
112 pinctrl-names = "default";
114 button-option {
117 gpios = <&gpio1 9 GPIO_ACTIVE_LOW>;
119 button-reserved {
120 label = "Power-on Switch";
122 linux,input-type = <5>;
123 gpios = <&gpio1 10 GPIO_ACTIVE_LOW>;
125 button-power {
126 label = "Power-auto Switch";
128 linux,input-type = <5>;
129 gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
134 compatible = "gpio-leds";
135 pinctrl-0 = <&pmx_led_function_red &pmx_led_alarm
138 pinctrl-names = "default";
140 led-func-blue {
142 gpios = <&gpio1 4 GPIO_ACTIVE_LOW>;
145 led-alarm {
146 label = "lsxl:red:alarm";
147 gpios = <&gpio1 5 GPIO_ACTIVE_LOW>;
150 led-info {
152 gpios = <&gpio1 6 GPIO_ACTIVE_LOW>;
155 led-power {
157 gpios = <&gpio1 7 GPIO_ACTIVE_LOW>;
158 default-state = "keep";
161 led-func-red {
163 gpios = <&gpio1 16 GPIO_ACTIVE_LOW>;
168 compatible = "gpio-fan";
169 pinctrl-0 = <&pmx_fan_low &pmx_fan_high &pmx_fan_lock>;
170 pinctrl-names = "default";
171 gpios = <&gpio0 19 GPIO_ACTIVE_LOW
173 gpio-fan,speed-map =
178 alarm-gpios = <&gpio1 8 GPIO_ACTIVE_HIGH>;
182 compatible = "restart-poweroff";
186 compatible = "simple-bus";
187 #address-cells = <1>;
188 #size-cells = <0>;
189 pinctrl-0 = <&pmx_power_hdd &pmx_usb_vbus>;
190 pinctrl-names = "default";
193 compatible = "regulator-fixed";
195 regulator-name = "USB Power";
196 regulator-min-microvolt = <5000000>;
197 regulator-max-microvolt = <5000000>;
198 enable-active-high;
199 regulator-always-on;
200 regulator-boot-on;
204 compatible = "regulator-fixed";
206 regulator-name = "HDD Power";
207 regulator-min-microvolt = <5000000>;
208 regulator-max-microvolt = <5000000>;
209 enable-active-high;
210 regulator-always-on;
211 regulator-boot-on;
220 ethphy1: ethernet-phy@8 {
227 ethernet1-port@0 {
228 phy-handle = <&ethphy1>;