summaryrefslogtreecommitdiffstats
blob: 4d6d410c3b6e520f8a41103373de2d6a39508b9b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
example for dts:
		tas2559@4c{
			#sound-dai-cells = <1>;
			compatible = "ti,tas2559";
			reg = <0x4c>;
			ti,tas2559-reset-gpio = <&msmgpio 13 0>;
			ti,tas2560-reset-gpio = <&msmgpio 73 0>;
			ti,tas2559-irq-gpio = <&msmgpio 59 0>;
			ti,tas2560-irq-gpio = <&msmgpio 82 0>;
			ti,tas2559-addr = <0x4c>;
			ti,tas2560-addr = <0x4d>;
			ti,tas2559-channel = <0>; /* 0, left; 1, right */
			ti,tas2560-channel = <1>; /* 0, left; 1, right */
			ti,ycrc-enable = <1>;		/* 0, disable; non-zero, enable */
			ti,echo-ref = <0>;		/* 0, left channel; 1, right channel; 2, both */
			ti,bit-rate = <16>;		/* 16, 20, 24, 32 */
			status = "ok";
		};