Lines Matching +full:function +full:- +full:enumerator
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
6 #include <dt-bindings/leds/common.h>
10 reg_1p8v: regulator-1p8v {
11 compatible = "regulator-fixed";
12 regulator-max-microvolt = <1800000>;
13 regulator-min-microvolt = <1800000>;
14 regulator-name = "+V1.8_SW";
18 reg_3p3v: regulator-3p3v {
19 compatible = "regulator-fixed";
20 regulator-max-microvolt = <3300000>;
21 regulator-min-microvolt = <3300000>;
22 regulator-name = "+V3.3_SW";
26 compatible = "gpio-leds";
28 pinctrl-names = "default";
29 pinctrl-0 = <&pinctrl_leds_yavia>;
31 /* SODIMM 52 - LD1_RED */
32 led-0 {
34 function = LED_FUNCTION_DEBUG;
35 function-enumerator = <1>;
38 /* SODIMM 54 - LD1_GREEN */
39 led-1 {
41 function = LED_FUNCTION_DEBUG;
42 function-enumerator = <1>;
45 /* SODIMM 56 - LD1_BLUE */
46 led-2 {
48 function = LED_FUNCTION_DEBUG;
49 function-enumerator = <1>;
52 /* SODIMM 58 - LD2_RED */
53 led-3 {
55 function = LED_FUNCTION_DEBUG;
56 function-enumerator = <2>;
59 /* SODIMM 60 - LD2_GREEN */
60 led-4 {
62 function = LED_FUNCTION_DEBUG;
63 function-enumerator = <2>;
66 /* SODIMM 62 - LD2_BLUE */
67 led-5 {
69 function = LED_FUNCTION_DEBUG;
70 function-enumerator = <2>;
77 power-supply = <®_3p3v>;
145 vin-supply = <®_3p3v>;