Skip to content

Commit b84dd5b

Browse files
nordic-krchkartben
authored andcommitted
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>
1 parent 2d82970 commit b84dd5b

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

dts/arm/nordic/nrf54h20_cpuapp.dtsi

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,3 @@ wdt011: &cpuapp_wdt011 {};
5959
&grtc {
6060
interrupts = <109 NRF_DEFAULT_IRQ_PRIORITY>;
6161
};
62-
63-
&nfct {
64-
compatible = "nordic,nrf-nfct-v2";
65-
};

dts/vendor/nordic/nrf54h20.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -921,7 +921,7 @@
921921
};
922922

923923
nfct: nfct@985000 {
924-
compatible = "nordic,nrf-nfct";
924+
compatible = "nordic,nrf-nfct-v2";
925925
reg = <0x985000 0x1000>;
926926
status = "disabled";
927927
interrupts = <389 NRF_DEFAULT_IRQ_PRIORITY>;

0 commit comments

Comments
 (0)