brintos

brintos / linux-shallow public Read only

0
0
Text · 448 B · 7eea32e Raw
23 lines · plain
1TSCS42XX Audio CODEC2 3Required Properties:4 5	- compatible :	"tempo,tscs42A1" for analog mic6			"tempo,tscs42A2" for digital mic7 8	- reg : 	<0x71> for analog mic9			<0x69> for digital mic10 11	- clock-names:	Must one of  the following "mclk1", "xtal", "mclk2"12 13	- clocks:	phandle of the clock that provides the codec sysclk14 15Example:16 17wookie: codec@69 {18	compatible = "tempo,tscs42A2";19	reg = <0x69>;20	clock-names = "xtal";21	clocks = <&audio_xtal>;22};23