Lines Matching +full:debounce +full:- +full:interval
1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 * Device Tree Source for the RZ SMARC Carrier-II Board.
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-bindings/input/input.h>
10 #include <dt-bindings/pinctrl/rzg2l-pinctrl.h>
23 stdout-path = "serial3:115200n8";
27 compatible = "gpio-keys";
29 key-1 {
30 interrupts-extended = <&pinctrl RZG2L_GPIO(18, 0) IRQ_TYPE_EDGE_FALLING>;
33 wakeup-source;
34 debounce-interval = <20>;
37 key-2 {
38 interrupts-extended = <&pinctrl RZG2L_GPIO(0, 1) IRQ_TYPE_EDGE_FALLING>;
41 wakeup-source;
42 debounce-interval = <20>;
45 key-3 {
46 interrupts-extended = <&pinctrl RZG2L_GPIO(0, 3) IRQ_TYPE_EDGE_FALLING>;
49 wakeup-source;
50 debounce-interval = <20>;
55 compatible = "simple-audio-card";
56 simple-audio-card,format = "i2s";
57 simple-audio-card,bitclock-master = <&cpu_dai>;
58 simple-audio-card,frame-master = <&cpu_dai>;
59 simple-audio-card,mclk-fs = <256>;
61 cpu_dai: simple-audio-card,cpu {
62 sound-dai = <&ssi3>;
65 codec_dai: simple-audio-card,codec {
66 sound-dai = <&da7212>;
71 vcc_sdhi1: regulator-vcc-sdhi1 {
72 compatible = "regulator-fixed";
73 regulator-name = "SDHI1 Vcc";
74 regulator-min-microvolt = <3300000>;
75 regulator-max-microvolt = <3300000>;
77 enable-active-high;
80 vccq_sdhi1: regulator-vccq-sdhi1 {
81 compatible = "regulator-gpio";
82 regulator-name = "SDHI1 VccQ";
83 regulator-min-microvolt = <1800000>;
84 regulator-max-microvolt = <3300000>;
86 gpios-states = <1>;
92 clock-frequency = <12288000>;
98 clock-frequency = <1000000>;
105 clock-names = "mclk";
107 #sound-dai-cells = <0>;
109 dlg,micbias1-lvl = <2500>;
110 dlg,micbias2-lvl = <2500>;
111 dlg,dmic-data-sel = "lrise_rfall";
112 dlg,dmic-samplephase = "between_clkedge";
113 dlg,dmic-clkrate = <3000000>;
115 VDDA-supply = <®_1p8v>;
116 VDDSP-supply = <®_3p3v>;
117 VDDMIC-supply = <®_3p3v>;
118 VDDIO-supply = <®_1p8v>;
125 clock-frequency = <400000>;
127 power-monitor@44 {
130 shunt-resistor-micro-ohms = <8000>;
131 renesas,average-samples = <32>;
136 audio_clock_pins: audio-clock {
138 input-enable;
141 key-1-gpio-hog {
142 gpio-hog;
145 line-name = "key-1-gpio-irq";
148 key-2-gpio-hog {
149 gpio-hog;
152 line-name = "key-2-gpio-irq";
155 key-3-gpio-hog {
156 gpio-hog;
159 line-name = "key-3-gpio-irq";
175 power-source = <3300>;
180 power-source = <3300>;
188 sdhi1_pins_uhs: sd1-uhs {
191 power-source = <1800>;
196 power-source = <1800>;
213 pinctrl-names = "default";
214 pinctrl-0 = <&scif0_pins>;
219 pinctrl-names = "default";
220 pinctrl-0 = <&scif3_pins>;
225 pinctrl-0 = <&sdhi1_pins>;
226 pinctrl-1 = <&sdhi1_pins_uhs>;
227 pinctrl-names = "default", "state_uhs";
228 vmmc-supply = <&vcc_sdhi1>;
229 vqmmc-supply = <&vccq_sdhi1>;
230 bus-width = <4>;
231 sd-uhs-sdr50;
232 sd-uhs-sdr104;
233 max-frequency = <125000000>;
241 pinctrl-names = "default";
242 pinctrl-0 = <&ssi3_pins>, <&audio_clock_pins>;