Lines Matching +full:ext +full:- +full:active +full:- +full:high
1 // SPDX-License-Identifier: GPL-2.0
9 * Based on netxbig_v2-setup.c,
14 #include <dt-bindings/leds/leds-netxbig.h>
16 #include "kirkwood-6281.dtsi"
21 stdout-path = &uart0;
33 #address-cells = <1>;
34 #size-cells = <1>;
35 compatible = "mxicy,mx25l4005a", "jedec,spi-nor";
37 spi-max-frequency = <20000000>;
42 label = "u-boot";
49 nr-ports = <2>;
54 gpio-keys {
55 compatible = "gpio-keys";
61 button-exc {
64 linux,input-type = <5>;
67 button-power {
70 linux,input-type = <5>;
73 button-option {
81 gpio-poweroff {
82 compatible = "gpio-poweroff";
88 compatible = "simple-bus";
89 #address-cells = <1>;
90 #size-cells = <0>;
91 pinctrl-names = "default";
94 compatible = "regulator-fixed";
96 regulator-name = "hdd0power";
97 regulator-min-microvolt = <5000000>;
98 regulator-max-microvolt = <5000000>;
99 enable-active-high;
100 regulator-always-on;
101 regulator-boot-on;
106 netxbig_gpio_ext: netxbig-gpio-ext {
107 compatible = "lacie,netxbig-gpio-ext";
109 addr-gpios = <&gpio1 15 GPIO_ACTIVE_HIGH
112 data-gpios = <&gpio1 12 GPIO_ACTIVE_HIGH
115 enable-gpio = <&gpio0 29 GPIO_ACTIVE_HIGH>;
118 netxbig-leds {
119 compatible = "lacie,netxbig-leds";
121 gpio-ext = <&netxbig_gpio_ext>;
126 blue-power {
128 mode-addr = <0>;
129 mode-val = <NETXBIG_LED_OFF 0
133 bright-addr = <1>;
134 max-brightness = <7>;
136 red-power {
138 mode-addr = <0>;
139 mode-val = <NETXBIG_LED_OFF 0
142 bright-addr = <1>;
143 max-brightness = <7>;
145 blue-sata0 {
147 mode-addr = <3>;
148 mode-val = <NETXBIG_LED_OFF 0
152 bright-addr = <2>;
153 max-brightness = <7>;
155 red-sata0 {
157 mode-addr = <3>;
158 mode-val = <NETXBIG_LED_OFF 0
161 bright-addr = <2>;
162 max-brightness = <7>;
164 blue-sata1 {
166 mode-addr = <4>;
167 mode-val = <NETXBIG_LED_OFF 0
171 bright-addr = <2>;
172 max-brightness = <7>;
174 red-sata1 {
176 mode-addr = <4>;
177 mode-val = <NETXBIG_LED_OFF 0
180 bright-addr = <2>;
181 max-brightness = <7>;
189 ethphy0: ethernet-phy@0 {
193 ethphy1: ethernet-phy@1 {
200 ethernet0-port@0 {
201 phy-handle = <ðphy0>;
206 pinctrl-names = "default";
208 pmx_button_function: pmx-button-function {
212 pmx_button_power_off: pmx-button-power-off {
216 pmx_button_power_on: pmx-button-power-on {