Lines Matching full:xlnx
6 - compatible: "xlnx,i2s-transmitter-1.0" for playback and
7 "xlnx,i2s-receiver-1.0" for capture
11 - xlnx,dwidth: sample data width. Can be any of 16, 24.
12 - xlnx,num-channels: Number of I2S streams. Can be any of 1, 2, 3, 4.
13 supported channels = 2 * xlnx,num-channels
18 compatible = "xlnx,i2s-receiver-1.0";
20 xlnx,dwidth = <0x18>;
21 xlnx,num-channels = <1>;
24 compatible = "xlnx,i2s-transmitter-1.0";
26 xlnx,dwidth = <0x18>;
27 xlnx,num-channels = <1>;