Lines Matching +full:codec +full:- +full:gpio5
1 RT5682 audio CODEC
7 - compatible : "realtek,rt5682" or "realtek,rt5682i"
9 - reg : The I2C address of the device.
13 - interrupts : The CODEC's interrupt output.
15 - realtek,dmic1-data-pin
18 2: using GPIO5 pin as dmic1 data pin
20 - realtek,dmic1-clk-pin
24 - realtek,jd-src
28 - realtek,ldo1-en-gpios : The GPIO that controls the CODEC's LDO1_EN pin.
30 - realtek,btndet-delay
32 The delay time is realtek,btndet-delay value multiple of 8.192 ms.
35 - #clock-cells : Should be set to '<1>', wclk and bclk sources provided.
36 - clock-output-names : Name given for DAI clocks output.
38 - clocks : phandle and clock specifier for codec MCLK.
39 - clock-names : Clock name string for 'clocks' attribute, should be "mclk".
41 - realtek,dmic-clk-rate-hz : Set the clock rate (hz) for the requirement of
44 - realtek,dmic-delay-ms : Set the delay time (ms) for the requirement of
60 interrupt-parent = <&gpio>;
62 realtek,ldo1-en-gpios =
64 realtek,dmic1-data-pin = <1>;
65 realtek,dmic1-clk-pin = <1>;
66 realtek,jd-src = <1>;
67 realtek,btndet-delay = <16>;
69 #clock-cells = <1>;
70 clock-output-names = "rt5682-dai-wclk", "rt5682-dai-bclk";
73 clock-names = "mclk";