dts: vendor: nordic: Fix nfct compatible

Use nordic,nrf-nfct-v2 compatible in the main nrf54h20 devicetree
description.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
Krzysztof Chruściński 2025-06-12 10:23:27 +02:00 committed by Benjamin Cabé
commit b84dd5b600
2 changed files with 1 additions and 5 deletions

View file

@ -59,7 +59,3 @@ wdt011: &cpuapp_wdt011 {};
&grtc {
interrupts = <109 NRF_DEFAULT_IRQ_PRIORITY>;
};
&nfct {
compatible = "nordic,nrf-nfct-v2";
};

View file

@ -921,7 +921,7 @@
};
nfct: nfct@985000 {
compatible = "nordic,nrf-nfct";
compatible = "nordic,nrf-nfct-v2";
reg = <0x985000 0x1000>;
status = "disabled";
interrupts = <389 NRF_DEFAULT_IRQ_PRIORITY>;