Skip to content

Commit

Permalink
[nrf fromtree] tests: drivers: pwm: nrf54h20dk: add memory-region prop
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
nika-nordic committed May 8, 2024
1 parent 746b702 commit 8cfaa18
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@
pinctrl-0 = <&pwm_default>;
pinctrl-1 = <&pwm_sleep>;
pinctrl-names = "default", "sleep";
memory-regions = <&cpuapp_dma_region>;
};

0 comments on commit 8cfaa18

Please sign in to comment.