Skip to content

Commit a8a0b1c

Browse files
nika-nordicnordicjm
authored andcommitted
[nrf fromtree] tests: drivers: pwm: nrf54h20dk: add memory-region prop
This property will ensure that PWM driver allocates data buffer in appropriate location. Signed-off-by: Nikodem Kastelik <[email protected]> (cherry picked from commit 539a428)
1 parent 2c33fd0 commit a8a0b1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/drivers/pwm/pwm_api/boards/nrf54h20dk_nrf54h20_cpuapp.overlay

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@
1717
pinctrl-0 = <&pwm_default>;
1818
pinctrl-1 = <&pwm_sleep>;
1919
pinctrl-names = "default", "sleep";
20+
memory-regions = <&cpuapp_dma_region>;
2021
};

0 commit comments

Comments
 (0)