xref: /linux/Documentation/devicetree/bindings/sound/tscs454.txt (revision 0e725b483bbed3c6178c3928fd9b62dadc2eb240)
1*0e725b48SSteven EckhoffTSCS454 Audio CODEC
2*0e725b48SSteven Eckhoff
3*0e725b48SSteven EckhoffRequired Properties:
4*0e725b48SSteven Eckhoff
5*0e725b48SSteven Eckhoff	- compatible :	"tempo,tscs454"
6*0e725b48SSteven Eckhoff
7*0e725b48SSteven Eckhoff	- reg : 	<0x69>
8*0e725b48SSteven Eckhoff
9*0e725b48SSteven Eckhoff	- clock-names:	Must one of  the following "xtal", "mclk1", "mclk2"
10*0e725b48SSteven Eckhoff
11*0e725b48SSteven Eckhoff	- clocks:	phandle of the clock that provides the codec sysclk
12*0e725b48SSteven Eckhoff
13*0e725b48SSteven Eckhoff	Note: If clock is not provided then bit clock is assumed
14*0e725b48SSteven Eckhoff
15*0e725b48SSteven EckhoffExample:
16*0e725b48SSteven Eckhoff
17*0e725b48SSteven Eckhoffredwood: codec@69 {
18*0e725b48SSteven Eckhoff	#sound-dai-cells = <1>;
19*0e725b48SSteven Eckhoff	compatible = "tempo,tscs454";
20*0e725b48SSteven Eckhoff	reg = <0x69>;
21*0e725b48SSteven Eckhoff	clock-names = "mclk1";
22*0e725b48SSteven Eckhoff	clocks = <&audio_mclk>;
23*0e725b48SSteven Eckhoff};
24