File tree 4 files changed +62
-0
lines changed
tests/drivers/i2s/i2s_speed/boards
4 files changed +62
-0
lines changed Original file line number Diff line number Diff line change
1
+ CONFIG_I2S_TEST_SEPARATE_DEVICES=y
Original file line number Diff line number Diff line change
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 number Diff line number Diff line change
1
+ CONFIG_I2S_TEST_SEPARATE_DEVICES=y
Original file line number Diff line number Diff line change
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
+ };
You can’t perform that action at this time.
0 commit comments