rt5682.txt (07b16192f3f01d002d8ff37dcd4372980330ea93) | rt5682.txt (4d3c884ca7fb8ea25555c9a4b5ab1f9acad22587) |
---|---|
1RT5682 audio CODEC 2 3This device supports I2C only. 4 5Required properties: 6 7- compatible : "realtek,rt5682" or "realtek,rt5682i" 8 9- reg : The I2C address of the device. 10 | 1RT5682 audio CODEC 2 3This device supports I2C only. 4 5Required properties: 6 7- compatible : "realtek,rt5682" or "realtek,rt5682i" 8 9- reg : The I2C address of the device. 10 |
11- AVDD-supply: phandle to the regulator supplying analog power through the 12 AVDD pin 13 14- MICVDD-supply: phandle to the regulator supplying power for the microphone 15 bias through the MICVDD pin. Either MICVDD or VBAT should be present. 16 17- VBAT-supply: phandle to the regulator supplying battery power through the 18 VBAT pin. Either MICVDD or VBAT should be present. 19 |
|
11Optional properties: 12 13- interrupts : The CODEC's interrupt output. 14 15- realtek,dmic1-data-pin 16 0: dmic1 is not used 17 1: using GPIO2 pin as dmic1 data pin 18 2: using GPIO5 pin as dmic1 data pin --- 51 unchanged lines hidden (view full) --- 70 realtek,jd-src = <1>; 71 realtek,btndet-delay = <16>; 72 73 #clock-cells = <1>; 74 clock-output-names = "rt5682-dai-wclk", "rt5682-dai-bclk"; 75 76 clocks = <&osc>; 77 clock-names = "mclk"; | 20Optional properties: 21 22- interrupts : The CODEC's interrupt output. 23 24- realtek,dmic1-data-pin 25 0: dmic1 is not used 26 1: using GPIO2 pin as dmic1 data pin 27 2: using GPIO5 pin as dmic1 data pin --- 51 unchanged lines hidden (view full) --- 79 realtek,jd-src = <1>; 80 realtek,btndet-delay = <16>; 81 82 #clock-cells = <1>; 83 clock-output-names = "rt5682-dai-wclk", "rt5682-dai-bclk"; 84 85 clocks = <&osc>; 86 clock-names = "mclk"; |
87 88 AVDD-supply = <&avdd_reg>; 89 MICVDD-supply = <&micvdd_reg>; |
|
78}; | 90}; |