From 0e81815bb963a5be5419ceaf82390a9655f21426 Mon Sep 17 00:00:00 2001 From: Triveni Danda Date: Fri, 10 Oct 2025 15:34:49 +0530 Subject: [PATCH] Revert "[nrf fromlist] soc: nordic: nrf54h: Add DT_NODE_EXISTS check" This reverts commit 4fa43040a6e12fccfa0cfbfcd677ac3e263cea0a. Signed-off-by: Triveni Danda --- soc/nordic/nrf54h/soc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soc/nordic/nrf54h/soc.c b/soc/nordic/nrf54h/soc.c index 3d1fdfe5c05..44c3a5314fa 100644 --- a/soc/nordic/nrf54h/soc.c +++ b/soc/nordic/nrf54h/soc.c @@ -214,7 +214,7 @@ void soc_late_init_hook(void) DT_REG_ADDR(DT_NODELABEL(cpurad_slot0_partition)) + CONFIG_ROM_START_OFFSET); } -#elif DT_NODE_EXISTS(DT_NODELABEL(cpurad_slot0_partition)) +#else radiocore_address = (void *)(DT_REG_ADDR(DT_GPARENT(DT_NODELABEL(cpurad_slot0_partition))) + DT_REG_ADDR(DT_NODELABEL(cpurad_slot0_partition)) +