Lines Matching full:i2s
1 * Rockchip I2S/TDM controller
6 - "rockchip,px30-i2s-tdm": for px30
7 - "rockchip,rk1808-i2s-tdm": for rk1808
8 - "rockchip,rk3308-i2s-tdm": for rk3308
9 - "rockchip,rk3568-i2s-tdm": for rk3568
10 - "rockchip,rk3588-i2s-tdm": for rk3588
11 - "rockchip,rv1106-i2s-tdm": for rv1106
12 - "rockchip,rv1126-i2s-tdm": for rv1126
15 - interrupts: should contain the I2S interrupt.
39 - rockchip,i2s-rx-route: This is a variable length array, that shows the mapping
40 route of i2s rx sdis to I2S data bus. By default, they are one-to-one mapping:
45 If you would like to change the order of I2S RX data, the route mapping may
51 You need to add the property for i2s node on dts:
52 - rockchip,i2s-rx-route = <3 1 2 0>;
54 - rockchip,i2s-tx-route: This is a variable length array, that shows the mapping
55 route of i2s tx sdos to I2S data bus. By default, they are one-to-one mapping:
60 If you would like to change the order of I2S TX data, the route mapping may
66 You need to add the property for i2s node on dts:
67 - rockchip,i2s-tx-route = <2 1 0 3>;
72 Example for rk3308 I2S/TDM controller:
74 i2s_8ch_0: i2s@ff300000 {
75 compatible = "rockchip,rk3308-i2s-tdm";