dts: Nordic: Enable NFCT for capable SoC

Enable NFCT peripheral for NFC capable Nordic SoC.

Signed-off-by: Dominik Chat <dominik.chat@nordicsemi.no>
This commit is contained in:
Dominik Chat 2023-02-24 12:33:33 +01:00 committed by Carles Cufí
parent 6d0c53c959
commit 6bbaa29a13
4 changed files with 4 additions and 4 deletions

View file

@ -154,7 +154,7 @@
compatible = "nordic,nrf-nfct";
reg = <0x40005000 0x1000>;
interrupts = <5 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
status = "okay";
};
gpiote: gpiote@40006000 {

View file

@ -161,7 +161,7 @@
compatible = "nordic,nrf-nfct";
reg = <0x40005000 0x1000>;
interrupts = <5 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
status = "okay";
};
gpiote: gpiote@40006000 {

View file

@ -156,7 +156,7 @@
compatible = "nordic,nrf-nfct";
reg = <0x40005000 0x1000>;
interrupts = <5 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
status = "okay";
};
gpiote: gpiote@40006000 {

View file

@ -418,7 +418,7 @@ nfct: nfct@2d000 {
compatible = "nordic,nrf-nfct";
reg = <0x2d000 0x1000>;
interrupts = <45 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
status = "okay";
};
mutex: mutex@30000 {