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:
parent
e0b98dccd1
commit
539a428032
|
@ -17,4 +17,5 @@
|
|||
pinctrl-0 = <&pwm_default>;
|
||||
pinctrl-1 = <&pwm_sleep>;
|
||||
pinctrl-names = "default", "sleep";
|
||||
memory-regions = <&cpuapp_dma_region>;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue