Lines Matching +full:power +full:- +full:button

1 // SPDX-License-Identifier: GPL-2.0
3 #include "kirkwood-6281.dtsi"
6 model = "D-Link DNS NASes (kirkwood-based)";
7 compatible = "dlink,dns-kirkwood", "marvell,kirkwood-88f6281", "marvell,kirkwood";
10 compatible = "gpio-keys";
11 pinctrl-0 = <&pmx_button_power &pmx_button_unmount
13 pinctrl-names = "default";
15 button-power {
16 label = "Power button";
20 button-eject {
21 label = "USB unmount button";
25 button-reset {
26 label = "Reset button";
33 /* Fan: ADDA AD045HB-G73 40mm 6000rpm@5v */
34 compatible = "gpio-fan";
35 pinctrl-0 = <&pmx_fan_high_speed &pmx_fan_low_speed>;
36 pinctrl-names = "default";
39 gpio-fan,speed-map = <0 0>,
45 compatible = "gpio-poweroff";
46 pinctrl-0 = <&pmx_power_off>;
47 pinctrl-names = "default";
52 pinctrl: pin-controller@10000 {
54 pinctrl-0 = <&pmx_power_back_on &pmx_present_sata0
57 pinctrl-names = "default";
59 pmx_sata0: pmx-sata0 {
63 pmx_sata1: pmx-sata1 {
67 pmx_led_power: pmx-led-power {
71 pmx_led_red_right_hdd: pmx-led-red-right-hdd {
75 pmx_led_red_left_hdd: pmx-led-red-left-hdd {
79 pmx_led_red_usb_325: pmx-led-red-usb-325 {
83 pmx_button_power: pmx-button-power {
87 pmx_led_red_usb_320: pmx-led-red-usb-320 {
91 pmx_power_off: pmx-power-off {
95 pmx_power_back_on: pmx-power-back-on {
99 pmx_power_sata0: pmx-power-sata0 {
103 pmx_power_sata1: pmx-power-sata1 {
107 pmx_present_sata0: pmx-present-sata0 {
111 pmx_present_sata1: pmx-present-sata1 {
115 pmx_led_white_usb: pmx-led-white-usb {
119 pmx_fan_tacho: pmx-fan-tacho {
123 pmx_fan_high_speed: pmx-fan-high-speed {
127 pmx_fan_low_speed: pmx-fan-low-speed {
131 pmx_button_unmount: pmx-button-unmount {
135 pmx_button_reset: pmx-button-reset {
139 pmx_temp_alarm: pmx-temp-alarm {
145 pinctrl-0 = <&pmx_sata0 &pmx_sata1>;
146 pinctrl-names = "default";
148 nr-ports = <2>;
153 compatible = "simple-bus";
154 #address-cells = <1>;
155 #size-cells = <0>;
156 pinctrl-0 = <&pmx_power_sata0 &pmx_power_sata1>;
157 pinctrl-names = "default";
160 compatible = "regulator-fixed";
162 regulator-name = "SATA0 Power";
163 regulator-min-microvolt = <5000000>;
164 regulator-max-microvolt = <5000000>;
165 enable-active-high;
166 regulator-always-on;
167 regulator-boot-on;
171 compatible = "regulator-fixed";
173 regulator-name = "SATA1 Power";
174 regulator-min-microvolt = <5000000>;
175 regulator-max-microvolt = <5000000>;
176 enable-active-high;
177 regulator-always-on;
178 regulator-boot-on;
186 chip-delay = <35>;
189 label = "u-boot";
191 read-only;
223 ethphy0: ethernet-phy@8 {
230 ethernet0-port@0 {
231 phy-handle = <&ethphy0>;