1 TSCS42XX Audio CODEC 1 TSCS42XX Audio CODEC 2 2 3 Required Properties: 3 Required Properties: 4 4 5 - compatible : "tempo,tscs42A1" for a 5 - compatible : "tempo,tscs42A1" for analog mic 6 "tempo,tscs42A2" for d 6 "tempo,tscs42A2" for digital mic 7 7 8 - reg : <0x71> for analog mic 8 - reg : <0x71> for analog mic 9 <0x69> for digital mic 9 <0x69> for digital mic 10 10 11 - clock-names: Must one of the follo 11 - clock-names: Must one of the following "mclk1", "xtal", "mclk2" 12 12 13 - clocks: phandle of the clock t 13 - clocks: phandle of the clock that provides the codec sysclk 14 14 15 Example: 15 Example: 16 16 17 wookie: codec@69 { 17 wookie: codec@69 { 18 compatible = "tempo,tscs42A2"; 18 compatible = "tempo,tscs42A2"; 19 reg = <0x69>; 19 reg = <0x69>; 20 clock-names = "xtal"; 20 clock-names = "xtal"; 21 clocks = <&audio_xtal>; 21 clocks = <&audio_xtal>; 22 }; 22 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.