tests: drivers: pwm: boards: nrf54h20dk: add memory-region property

This property will ensure that PWM driver allocates data buffer
in appropriate location.

Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no>
This commit is contained in:
Nikodem Kastelik 2024-04-23 11:50:01 +02:00 committed by Anas Nashif
parent e0b98dccd1
commit 539a428032

View file

@ -17,4 +17,5 @@
pinctrl-0 = <&pwm_default>;
pinctrl-1 = <&pwm_sleep>;
pinctrl-names = "default", "sleep";
memory-regions = <&cpuapp_dma_region>;
};