Skip to content

Commit

Permalink
[nrf fromlist] boards: nordic: thingy53: add missing edge conn spi to…
Browse files Browse the repository at this point in the history
… cpunet

The edge-connector spi node is missing from the dts of cpunet. This
missing node causes undefined node issues when building for the
cpunet core with the nrf7002eb shield enabled, since it depends on
the spi node.

Signed-off-by: Bjarki Arge Andreasen <[email protected]>

Upstream PR: zephyrproject-rtos/zephyr#78486
  • Loading branch information
bjarki-andreasen committed Sep 16, 2024
1 parent b8de98c commit 35b7b41
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions boards/nordic/thingy53/thingy53_nrf5340_cpunet.dts
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,15 @@
};
};

edge_connector_spi: &spi4 {
compatible = "nordic,nrf-spim";
status = "okay";
cs-gpios = <&edge_connector 18 GPIO_ACTIVE_LOW>;
pinctrl-0 = <&spi4_default>;
pinctrl-1 = <&spi4_sleep>;
pinctrl-names = "default", "sleep";
};

&ieee802154 {
status = "okay";
};
Expand Down

0 comments on commit 35b7b41

Please sign in to comment.