Lines Matching +full:auto +full:- +full:boot

1 // SPDX-License-Identifier: GPL-2.0
3 #include "kirkwood-6281.dtsi"
8 stdout-path = &uart0;
12 pinctrl: pin-controller@10000 {
13 pmx_power_hdd: pmx-power-hdd {
17 pmx_usb_vbus: pmx-usb-vbus {
21 pmx_fan_high: pmx-fan-high {
25 pmx_fan_low: pmx-fan-low {
29 pmx_led_function_blue: pmx-led-function-blue {
33 pmx_led_alarm: pmx-led-alarm {
37 pmx_led_info: pmx-led-info {
41 pmx_led_power: pmx-led-power {
45 pmx_fan_lock: pmx-fan-lock {
49 pmx_button_function: pmx-button-function {
53 pmx_power_switch: pmx-power-switch {
57 pmx_power_auto_switch: pmx-power-auto-switch {
61 pmx_led_function_red: pmx-led-function_red {
69 nr-ports = <1>;
76 #address-cells = <1>;
77 #size-cells = <1>;
78 compatible = "m25p40", "jedec,spi-nor";
80 spi-max-frequency = <25000000>;
86 read-only;
92 read-only;
104 compatible = "gpio-keys";
105 #address-cells = <1>;
106 #size-cells = <0>;
107 pinctrl-0 = <&pmx_button_function &pmx_power_switch
109 pinctrl-names = "default";
117 label = "Power-on Switch";
119 linux,input-type = <5>;
123 label = "Power-auto Switch";
125 linux,input-type = <5>;
131 compatible = "gpio-leds";
132 pinctrl-0 = <&pmx_led_function_red &pmx_led_alarm
135 pinctrl-names = "default";
155 default-state = "keep";
165 compatible = "gpio-fan";
166 pinctrl-0 = <&pmx_fan_low &pmx_fan_high &pmx_fan_lock>;
167 pinctrl-names = "default";
170 gpio-fan,speed-map = <0 3
174 alarm-gpios = <&gpio1 8 GPIO_ACTIVE_HIGH>;
178 compatible = "restart-poweroff";
182 compatible = "simple-bus";
183 #address-cells = <1>;
184 #size-cells = <0>;
185 pinctrl-0 = <&pmx_power_hdd &pmx_usb_vbus>;
186 pinctrl-names = "default";
189 compatible = "regulator-fixed";
191 regulator-name = "USB Power";
192 regulator-min-microvolt = <5000000>;
193 regulator-max-microvolt = <5000000>;
194 enable-active-high;
195 regulator-always-on;
196 regulator-boot-on;
200 compatible = "regulator-fixed";
202 regulator-name = "HDD Power";
203 regulator-min-microvolt = <5000000>;
204 regulator-max-microvolt = <5000000>;
205 enable-active-high;
206 regulator-always-on;
207 regulator-boot-on;
216 ethphy0: ethernet-phy@0 {
220 ethphy1: ethernet-phy@8 {
227 ethernet0-port@0 {
228 phy-handle = <&ethphy0>;
234 ethernet1-port@0 {
235 phy-handle = <&ethphy1>;