Lines Matching +full:over +full:- +full:current

1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Neil Armstrong <[email protected]>
39 - $ref: dai-common.yaml#
44 - realtek,rt5640
45 - realtek,rt5639
54 realtek,in1-differential:
56 Indicate MIC1 input is differential, rather than single-ended.
59 realtek,in2-differential:
61 Indicate MIC2 input is differential, rather than single-ended.
64 realtek,in3-differential:
66 Indicate MIC3 input is differential, rather than single-ended.
69 realtek,lout-differential:
71 Indicate LOUT output is differential, rather than single-ended.
74 realtek,dmic1-data-pin:
78 - 0 # dmic1 is not used
79 - 1 # using IN2P pin as dmic1 data pin
80 - 2 # using GPIO3 pin as dmic1 data pin
82 realtek,dmic2-data-pin:
86 - 0 # dmic2 is not used
87 - 1 # using IN2N pin as dmic2 data pin
88 - 2 # using GPIO4 pin as dmic2 data pin
90 realtek,jack-detect-source:
94 - 0 # Jack Detect function is not used
95 - 1 # Use GPIO1 for jack-detect
96 - 2 # Use JD1_IN4P for jack-detect
97 - 3 # Use JD2_IN4N for jack-detect
98 - 4 # Use GPIO2 for jack-detect
99 - 5 # Use GPIO3 for jack-detect
100 - 6 # Use GPIO4 for jack-detect
102 realtek,jack-detect-not-inverted:
104 Normal jack-detect switches give an inverted signal, set this bool
105 in the rare case you've a jack-detect switch which is not inverted.
108 realtek,over-current-threshold-microamp:
109 description: micbias over-current detection threshold in µA
111 - 600
112 - 1500
113 - 2000
115 realtek,over-current-scale-factor:
116 description: micbias over-current detection scale-factor
119 - 0 # Scale current by 0.5
120 - 1 # Scale current by 0.75
121 - 2 # Scale current by 1.0
122 - 3 # Scale current by 1.5
125 - compatible
126 - reg
127 - interrupts
132 - |
133 #include <dt-bindings/gpio/gpio.h>
134 #include <dt-bindings/interrupt-controller/irq.h>
137 #address-cells = <1>;
138 #size-cells = <0>;
143 interrupt-parent = <&gpio>;