dts: arm: nordic: keep NFCT disabled by default

Enabling peripherals at SoC dts files should not be done, unless there
are good reasons (e.g. always needed peripherals). NFCT node should
either be enabled at board level, or, at application level.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
Gerard Marull-Paretas 2024-03-05 10:24:56 +01:00 committed by Fabio Baltieri
parent c9467d8967
commit 624c87af16
4 changed files with 4 additions and 4 deletions

View file

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

View file

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

View file

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

View file

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