Skip to content

Commit 7fce624

Browse files
committed
tests: drivers: i2s: Added I2S Testing for RW612
Added I2S testing support for RW612. Signed-off-by: Emilio Benavente <emilio.benavente@nxp.com>
1 parent 9b796a6 commit 7fce624

File tree

4 files changed

+62
-0
lines changed

4 files changed

+62
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_I2S_TEST_SEPARATE_DEVICES=y
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
/* Overlay for RDRW61X I2S tests */
2+
3+
/ {
4+
aliases {
5+
i2s-node0 = &flexcomm0;
6+
i2s-node1 = &flexcomm1;
7+
};
8+
};
9+
10+
/* Redefine as i2s node */
11+
&flexcomm0 {
12+
compatible = "nxp,lpc-i2s";
13+
#address-cells = <1>;
14+
#size-cells = <0>;
15+
pinctrl-0 = <&pinmux_flexcomm0_i2s>;
16+
pinctrl-names = "default";
17+
dma-names = "rx", "tx";
18+
/delete-property/ current-speed;
19+
status = "okay";
20+
};
21+
22+
/* Redefine pinctrl for flexcomm0 */
23+
&pinctrl {
24+
pinmux_flexcomm0_i2s: pinmux_flexcomm0_i2s {
25+
group0 {
26+
pinmux = <IO_MUX_FC0_I2S>;
27+
slew-rate = "normal";
28+
};
29+
};
30+
};
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_I2S_TEST_SEPARATE_DEVICES=y
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
/* Overlay for RDRW61X I2S tests */
2+
3+
/ {
4+
aliases {
5+
i2s-node0 = &flexcomm0;
6+
i2s-node1 = &flexcomm1;
7+
};
8+
};
9+
10+
/* Redefine as i2s node */
11+
&flexcomm0 {
12+
compatible = "nxp,lpc-i2s";
13+
#address-cells = <1>;
14+
#size-cells = <0>;
15+
pinctrl-0 = <&pinmux_flexcomm0_i2s>;
16+
pinctrl-names = "default";
17+
dma-names = "rx", "tx";
18+
/delete-property/ current-speed;
19+
status = "okay";
20+
};
21+
22+
/* Redefine pinctrl for flexcomm0 */
23+
&pinctrl {
24+
pinmux_flexcomm0_i2s: pinmux_flexcomm0_i2s {
25+
group0 {
26+
pinmux = <IO_MUX_FC0_I2S>;
27+
slew-rate = "normal";
28+
};
29+
};
30+
};

0 commit comments

Comments
 (0)