Skip to content

Commit 9f198ff

Browse files
committed
[nrf fromlist] shields: nrf7002eb: Fix 54H app core boot
With recent SDSC bundles, 54H fails the app core boot in case of a unsupported GPIO in the UICR. As Wi-Fi SR co-existence on nRF54H20DK is not yet supported, remove this GPIO for 54H. This will be fixed properly once co-existence is revisited. Upstream PR #: 83173 Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 7c3bd68 commit 9f198ff

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/*
2+
* Copyright (c) 2024 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/* Only GPIOs 1..11 are supported for PORT1 in nRF54H20DK board, for now
8+
* remove this as Wi-Fi SR co-existence is not yet supported on this board.
9+
* The external SR RF switch may not even be present on this board.
10+
*/
11+
&nrf70 {
12+
/delete-property/ srrf-switch-gpios;
13+
};

0 commit comments

Comments
 (0)