Skip to content

Commit 5106a04

Browse files
krish2718dkalowsk
authored andcommitted
boards: thingy53: Fix missing GPIOs
Status and request GPIOs are missing from the edge connector, add those to fix Thingy53 + nRF7002EB build. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 952daca commit 5106a04

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

boards/nordic/thingy53/thingy53_nrf5340_cpunet.dts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@
7272
#gpio-cells = <2>;
7373
gpio-map-mask = <0xffffffff 0xffffffc0>;
7474
gpio-map-pass-thru = <0 0x3f>;
75-
gpio-map = <8 0 &gpio0 5 0>, /* P8, P0.05/AIN1 */
75+
gpio-map = <5 0 &gpio1 1 0>, /* P5, P1.01/GRANT */
76+
<6 0 &gpio1 0 0>, /* P6, P1.00/REQ */
77+
<8 0 &gpio0 5 0>, /* P8, P0.05/AIN1 */
7678
<9 0 &gpio0 4 0>, /* P9, P0.04/AIN0 */
7779
<15 0 &gpio0 8 0>, /* P15, P0.08/TRACEDATA3 */
7880
<16 0 &gpio0 9 0>, /* P16, P0.09/TRACEDATA2 */

0 commit comments

Comments
 (0)