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:
parent
2d82970710
commit
b84dd5b600
2 changed files with 1 additions and 5 deletions
|
@ -59,7 +59,3 @@ wdt011: &cpuapp_wdt011 {};
|
|||
&grtc {
|
||||
interrupts = <109 NRF_DEFAULT_IRQ_PRIORITY>;
|
||||
};
|
||||
|
||||
&nfct {
|
||||
compatible = "nordic,nrf-nfct-v2";
|
||||
};
|
||||
|
|
2
dts/vendor/nordic/nrf54h20.dtsi
vendored
2
dts/vendor/nordic/nrf54h20.dtsi
vendored
|
@ -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>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue