Skip to content

Commit 34fb1e7

Browse files
committed
samples: bluetooth: CS RAS: Enable gpio, gpiote
Enable the correct instances of gpio and gpiote on nrf54h20 for the CS RAS initiator and reflector. This is required for building the samples with CONFIG_BT_CTLR_SDC_CS_MULTIPLE_ANTENNA_SUPPORT=y Signed-off-by: Erik Sandgren <[email protected]>
1 parent 59ae84e commit 34fb1e7

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

samples/bluetooth/channel_sounding_ras_initiator/sysbuild/ipc_radio/boards/nrf54h20dk_nrf54h20_cpurad.overlay

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,11 @@
1515
multiplexing-mode = <0>;
1616
};
1717
};
18+
19+
&gpiote130 {
20+
status = "okay";
21+
};
22+
23+
&gpio2 {
24+
status = "okay";
25+
};

samples/bluetooth/channel_sounding_ras_reflector/sysbuild/ipc_radio/boards/nrf54h20dk_nrf54h20_cpurad.overlay

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,11 @@
1515
multiplexing-mode = <0>;
1616
};
1717
};
18+
19+
&gpiote130 {
20+
status = "okay";
21+
};
22+
23+
&gpio2 {
24+
status = "okay";
25+
};

0 commit comments

Comments
 (0)