xref: /openbmc/linux/Documentation/devicetree/bindings/sound/tscs42xx.txt (revision 9977a8c3497a8f7f7f951994f298a8e4d961234f)
1TSCS42XX Audio CODEC
2
3Required Properties:
4
5	- compatible :	"tempo,tscs42A1" for analog mic
6			"tempo,tscs42A2" for digital mic
7
8	- reg : 	<0x71> for analog mic
9			<0x69> for digital mic
10
11Example:
12
13wookie: codec@69 {
14	compatible = "tempo,tscs42A2";
15	reg = <0x69>;
16};
17