Lines Matching +full:max +full:- +full:brightness

1 // SPDX-License-Identifier: GPL-2.0
9 * Based on netxbig_v2-setup.c,
14 /dts-v1/;
17 #include "kirkwood-6281.dtsi"
18 #include "kirkwood-netxbig.dtsi"
22 compatible = "lacie,net5big_v2", "lacie,netxbig", "marvell,kirkwood-88f6281", "marvell,kirkwood";
33 compatible = "regulator-fixed";
35 regulator-name = "hdd1power";
36 regulator-min-microvolt = <5000000>;
37 regulator-max-microvolt = <5000000>;
38 enable-active-high;
39 regulator-always-on;
40 regulator-boot-on;
45 compatible = "regulator-fixed";
47 regulator-name = "hdd2power";
48 regulator-min-microvolt = <5000000>;
49 regulator-max-microvolt = <5000000>;
50 enable-active-high;
51 regulator-always-on;
52 regulator-boot-on;
57 compatible = "regulator-fixed";
59 regulator-name = "hdd3power";
60 regulator-min-microvolt = <5000000>;
61 regulator-max-microvolt = <5000000>;
62 enable-active-high;
63 regulator-always-on;
64 regulator-boot-on;
69 compatible = "regulator-fixed";
71 regulator-name = "hdd4power";
72 regulator-min-microvolt = <5000000>;
73 regulator-max-microvolt = <5000000>;
74 enable-active-high;
75 regulator-always-on;
76 regulator-boot-on;
81 g762_clk: g762-oscillator {
82 compatible = "fixed-clock";
83 #clock-cells = <0>;
84 clock-frequency = <32768>;
88 netxbig-leds {
89 blue-sata2 {
91 mode-addr = <5>;
92 mode-val = <NETXBIG_LED_OFF 0
96 bright-addr = <2>;
97 max-brightness = <7>;
99 red-sata2 {
101 mode-addr = <5>;
102 mode-val = <NETXBIG_LED_OFF 0
105 bright-addr = <2>;
106 max-brightness = <7>;
108 blue-sata3 {
110 mode-addr = <6>;
111 mode-val = <NETXBIG_LED_OFF 0
115 bright-addr = <2>;
116 max-brightness = <7>;
118 red-sata3 {
120 mode-addr = <6>;
121 mode-val = <NETXBIG_LED_OFF 0
124 bright-addr = <2>;
125 max-brightness = <7>;
127 blue-sata4 {
129 mode-addr = <7>;
130 mode-val = <NETXBIG_LED_OFF 0
134 bright-addr = <2>;
135 max-brightness = <7>;
137 red-sata4 {
139 mode-addr = <7>;
140 mode-val = <NETXBIG_LED_OFF 0
143 bright-addr = <2>;
144 max-brightness = <7>;
150 ethphy1: ethernet-phy@1 {
157 ethernet1-port@0 {
158 phy-handle = <&ethphy1>;