Skip to content

Commit

Permalink
[nrf fromlist] boards: thingy53: Fix missing entry for CPUNET
Browse files Browse the repository at this point in the history
CPUNET uses a diffetent DTS file and the edge connector entry was
missed, this causes build issue for CPUNET.

Fixes 017ff78("boards: thingy53: Update DTS files to support
expansion boards").

Upstream-Pr: zephyrproject-rtos/zephyr#59439

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
  • Loading branch information
krish2718 authored and rlubos committed Jun 21, 2023
1 parent b92f312 commit 890edab
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions boards/arm/thingy53_nrf5340/thingy53_nrf5340_cpunet.dts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,20 @@
supply-voltage-mv = <3000>;
};

edge_connector: connector {
compatible = "nordic-thingy53-edge-connector";
#gpio-cells = <2>;
gpio-map-mask = <0xffffffff 0xffffffc0>;
gpio-map-pass-thru = <0 0x3f>;
gpio-map = <8 0 &gpio0 5 0>, /* P8, P0.05/AIN1 */
<9 0 &gpio0 4 0>, /* P9, P0.04/AIN0 */
<15 0 &gpio0 8 0>, /* P15, P0.08/TRACEDATA3 */
<16 0 &gpio0 9 0>, /* P16, P0.09/TRACEDATA2 */
<17 0 &gpio0 10 0>, /* P17, P0.10/TRACEDATA1 */
<18 0 &gpio0 11 0>, /* P18, P0.11/TRACEDATA0 */
<19 0 &gpio0 12 0>; /* P19, P0.12/TRACECLK */
};

aliases {
sw0 = &button0;
sw1 = &button1;
Expand Down

1 comment on commit 890edab

@pmma94
Copy link

@pmma94 pmma94 commented on 890edab Jun 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey guys, any info on when you guys will provide the added Retention subsystem from Zephyr 3.4.0 release?

Please sign in to comment.