Skip to content

Commit 158dc61

Browse files
author
Sugar Zhang
committed
arm64: dts: rockchip: rk3308-evb-dmic-i2s-v10: add i2s-16ch support
Change-Id: Ia5b6766b4fe3210a75234b3045a8f8e929161f75 Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
1 parent ce648f5 commit 158dc61

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

arch/arm64/boot/dts/rockchip/rk3308-evb-dmic-i2s-v10.dts

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@
1212
model = "Rockchip RK3308 evb digital-i2s mic board";
1313
compatible = "rockchip,rk3308-evb-dmic-i2s-v10", "rockchip,rk3308";
1414

15+
i2s_16ch_dais: i2s-16ch-dais {
16+
status = "disabled";
17+
compatible = "rockchip,rk3308-multi-dais", "rockchip,multi-dais";
18+
dais = <&i2s_8ch_0>, <&i2s_8ch_1>;
19+
capture,channel-mapping = <8 8>;
20+
playback,channel-mapping = <0 0>;
21+
bitclock-master = <1 0>;
22+
frame-master = <1 0>;
23+
rockchip,grf = <&grf>;
24+
};
25+
1526
i2s-dmic-array {
1627
status = "okay";
1728
compatible = "simple-audio-card";
@@ -45,6 +56,18 @@
4556
#sound-dai-cells = <0>;
4657
};
4758

59+
&i2s_8ch_1 {
60+
status = "disabled";
61+
#sound-dai-cells = <0>;
62+
rockchip,no-dmaengine;
63+
pinctrl-names = "default";
64+
pinctrl-0 = <&i2s_8ch_1_m0_sdo0
65+
&i2s_8ch_1_m0_sdo1_sdi3
66+
&i2s_8ch_1_m0_sdo2_sdi2
67+
&i2s_8ch_1_m0_sdo3_sdi1
68+
&i2s_8ch_1_m0_sdi0>;
69+
};
70+
4871
&vad {
4972
status = "disabled";
5073
rockchip,audio-src = <&i2s_8ch_0>;

0 commit comments

Comments
 (0)