Skip to content

Commit b6a00dc

Browse files
committed
samples: boards: nrf: clock_control: Add memory-regions prop to uart sample
Add missing "memory-regions" property which is required for UART on NRF54H20 to clock_control sample overlay file. Signed-off-by: Michał Bainczyk <michal.bainczyk@nordicsemi.no>
1 parent bf78160 commit b6a00dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/boards/nordic/clock_control/configs/uart135.overlay

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@
1212

1313
&uart135 {
1414
status = "okay";
15+
memory-regions = <&cpuapp_dma_region>;
1516
};

0 commit comments

Comments
 (0)