Lines Matching +full:auto +full:- +full:boot
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
12 stdout-path = &uart0;
16 pinctrl: pin-controller@10000 {
17 pmx_power_hdd0: pmx-power-hdd0 {
20 pmx_usb_vbus: pmx-usb-vbus {
23 pmx_led_alarm: pmx-led-alarm {
26 pmx_led_function_red: pmx-led-function-red {
29 pmx_led_function_blue: pmx-led-function-blue {
32 pmx_led_info: pmx-led-info {
35 pmx_led_power: pmx-led-power {
38 pmx_button_function: pmx-button-function {
41 pmx_power_switch: pmx-power-switch {
44 pmx_power_auto_switch: pmx-power-auto-switch {
55 nr-ports = <1>;
62 #address-cells = <1>;
63 #size-cells = <1>;
64 compatible = "st,m25p40", "jedec,spi-nor";
66 spi-max-frequency = <25000000>;
72 read-only;
78 read-only;
90 compatible = "gpio-keys";
91 pinctrl-0 = <&pmx_button_function &pmx_power_switch
93 pinctrl-names = "default";
95 function-button {
100 power-on-switch {
101 label = "Power-on Switch";
103 linux,input-type = <5>;
106 power-auto-switch {
107 label = "Power-auto Switch";
109 linux,input-type = <5>;
114 compatible = "gpio-leds";
115 pinctrl-0 = <&pmx_led_function_red &pmx_led_alarm
118 pinctrl-names = "default";
122 compatible = "restart-poweroff";
126 compatible = "simple-bus";
127 #address-cells = <1>;
128 #size-cells = <0>;
129 pinctrl-0 = <&pmx_power_hdd0 &pmx_usb_vbus>;
130 pinctrl-names = "default";
133 compatible = "regulator-fixed";
135 regulator-name = "USB Power";
136 regulator-min-microvolt = <5000000>;
137 regulator-max-microvolt = <5000000>;
138 enable-active-high;
139 regulator-always-on;
140 regulator-boot-on;
144 compatible = "regulator-fixed";
146 regulator-name = "HDD0 Power";
147 regulator-min-microvolt = <5000000>;
148 regulator-max-microvolt = <5000000>;
149 enable-active-high;
150 regulator-always-on;
151 regulator-boot-on;