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:
parent
6d0c53c959
commit
6bbaa29a13
|
@ -154,7 +154,7 @@
|
|||
compatible = "nordic,nrf-nfct";
|
||||
reg = <0x40005000 0x1000>;
|
||||
interrupts = <5 NRF_DEFAULT_IRQ_PRIORITY>;
|
||||
status = "disabled";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
gpiote: gpiote@40006000 {
|
||||
|
|
|
@ -161,7 +161,7 @@
|
|||
compatible = "nordic,nrf-nfct";
|
||||
reg = <0x40005000 0x1000>;
|
||||
interrupts = <5 NRF_DEFAULT_IRQ_PRIORITY>;
|
||||
status = "disabled";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
gpiote: gpiote@40006000 {
|
||||
|
|
|
@ -156,7 +156,7 @@
|
|||
compatible = "nordic,nrf-nfct";
|
||||
reg = <0x40005000 0x1000>;
|
||||
interrupts = <5 NRF_DEFAULT_IRQ_PRIORITY>;
|
||||
status = "disabled";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
gpiote: gpiote@40006000 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue