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:
parent
c9467d8967
commit
624c87af16
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue