Skip to content

Commit a337354

Browse files
57300carlescufi
authored andcommitted
tests: drivers: audio: pdm_loopback: Update nRF54H20 DPPI channels
DPPIC130 ch.0 is temporarily reserved for Radiocore in the default PERIPHCONF table. Select ch.1 instead, for both DPPIC130 and DPPIC133 symmetrically, as expected by `nrfx_gppi`. Signed-off-by: Grzegorz Swiderski <[email protected]>
1 parent 73237e5 commit a337354

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

tests/drivers/audio/pdm_loopback/boards/nrf54h20dk_nrf54h20_cpuapp.overlay

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ pdm_dev: &pdm0 {
4444
};
4545

4646
&dppic130 {
47-
owned-channels = <0>;
48-
source-channels = <0>;
47+
owned-channels = <1>;
48+
source-channels = <1>;
4949
status = "okay";
5050
};
5151

5252
&dppic133 {
53-
owned-channels = <0>;
54-
sink-channels = <0>;
53+
owned-channels = <1>;
54+
sink-channels = <1>;
5555
status = "okay";
5656
};

tests/drivers/audio/pdm_loopback/boards/nrf54h20dk_nrf54h20_cpuapp_audiopll_44k1.overlay

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ pdm_dev: &pdm0 {
4949
};
5050

5151
&dppic130 {
52-
owned-channels = <0>;
53-
source-channels = <0>;
52+
owned-channels = <1>;
53+
source-channels = <1>;
5454
status = "okay";
5555
};
5656

5757
&dppic133 {
58-
owned-channels = <0>;
59-
sink-channels = <0>;
58+
owned-channels = <1>;
59+
sink-channels = <1>;
6060
status = "okay";
6161
};

tests/drivers/audio/pdm_loopback/boards/nrf54h20dk_nrf54h20_cpuapp_audiopll_48k.overlay

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ pdm_dev: &pdm0 {
4949
};
5050

5151
&dppic130 {
52-
owned-channels = <0>;
53-
source-channels = <0>;
52+
owned-channels = <1>;
53+
source-channels = <1>;
5454
status = "okay";
5555
};
5656

5757
&dppic133 {
58-
owned-channels = <0>;
59-
sink-channels = <0>;
58+
owned-channels = <1>;
59+
sink-channels = <1>;
6060
status = "okay";
6161
};

0 commit comments

Comments
 (0)