boards: thingy53_nrf5340: Do not forward FEM SPI pins to cpunet
The SPI cannot be shared between the cores. The MPSL running on the network core does not support SPI comminucation yet, so the application core sets FEM's CS to inactive state. Signed-off-by: Marek Pieta <Marek.Pieta@nordicsemi.no>
This commit is contained in:
parent
30cd0d4338
commit
a2fe23bafb
1 changed files with 1 additions and 4 deletions
|
@ -101,9 +101,6 @@
|
|||
<&gpio1 10 0>,
|
||||
<&gpio0 30 0>;
|
||||
};
|
||||
fem-spi-if {
|
||||
gpios = <&gpio0 24 0>;
|
||||
};
|
||||
};
|
||||
|
||||
aliases {
|
||||
|
@ -197,7 +194,7 @@
|
|||
|
||||
nrf_radio_fem_spi: fem_spi@2 {
|
||||
compatible = "nordic,nrf21540-fem-spi";
|
||||
status = "okay";
|
||||
status = "disabled";
|
||||
reg = <2>;
|
||||
label = "FEM_SPI_IF";
|
||||
spi-max-frequency = <8000000>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue