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>
9 native-hdmi-connector {
10 compatible = "hdmi-connector";
16 remote-endpoint = <&hdmi_tx_out>;
22 reg_1p8v: regulator-1p8v {
23 compatible = "regulator-fixed";
24 regulator-max-microvolt = <1800000>;
25 regulator-min-microvolt = <1800000>;
26 regulator-name = "+V1.8_SW";
30 reg_3p3v: regulator-3p3v {
31 compatible = "regulator-fixed";
32 regulator-max-microvolt = <3300000>;
33 regulator-min-microvolt = <3300000>;
34 regulator-name = "+V3.3_SW";
38 compatible = "gpio-leds";
40 pinctrl-names = "default";
41 pinctrl-0 = <&pinctrl_leds_yavia>;
43 /* SODIMM 52 - LD1_RED */
44 led-0 {
46 function = LED_FUNCTION_DEBUG;
47 function-enumerator = <1>;
50 /* SODIMM 54 - LD1_GREEN */
51 led-1 {
53 function = LED_FUNCTION_DEBUG;
54 function-enumerator = <1>;
57 /* SODIMM 56 - LD1_BLUE */
58 led-2 {
60 function = LED_FUNCTION_DEBUG;
61 function-enumerator = <1>;
64 /* SODIMM 58 - LD2_RED */
65 led-3 {
67 function = LED_FUNCTION_DEBUG;
68 function-enumerator = <2>;
71 /* SODIMM 60 - LD2_GREEN */
72 led-4 {
74 function = LED_FUNCTION_DEBUG;
75 function-enumerator = <2>;
78 /* SODIMM 62 - LD2_BLUE */
79 led-5 {
81 function = LED_FUNCTION_DEBUG;
82 function-enumerator = <2>;
94 power-supply = <®_3p3v>;
121 pinctrl-names = "default";
122 pinctrl-0 = <&pinctrl_ctrl_sleep_moci>;
136 remote-endpoint = <&native_hdmi_connector_in>;
197 vin-supply = <®_3p3v>;