Skip to content

Commit bf8b406

Browse files
MarekPietajfischer-no
authored andcommitted
[nrf fromlist] 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. Upstream PR: zephyrproject-rtos/zephyr#42578 Signed-off-by: Marek Pieta <[email protected]>
1 parent c61645b commit bf8b406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/arm/thingy53_nrf5340/thingy53_nrf5340_common.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183

184184
nrf_radio_fem_spi: fem_spi@2 {
185185
compatible = "nordic,nrf21540-fem-spi";
186-
status = "okay";
186+
status = "disabled";
187187
reg = <2>;
188188
label = "FEM_SPI_IF";
189189
spi-max-frequency = <8000000>;

0 commit comments

Comments
 (0)