Skip to content

Commit 64ca95f

Browse files
committed
[nrf fromtree] boards: Enable adc node for nRF54H20 DK
Enables adc node to make it usable in tests/examples. Signed-off-by: Karol Lasończyk <[email protected]> (cherry picked from commit a04b2ad)
1 parent db42d54 commit 64ca95f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuapp.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,3 +289,8 @@ zephyr_udc0: &usbhs {
289289
pinctrl-names = "default", "sleep";
290290
memory-regions = <&cpuapp_dma_region>;
291291
};
292+
293+
&adc {
294+
memory-regions = <&cpuapp_dma_region>;
295+
status = "okay";
296+
};

0 commit comments

Comments
 (0)