Skip to content

Commit 5cee38b

Browse files
committed
boards: ti: lp_em_cc2340r5: Add GPIO support
Enable GPIO. Signed-off-by: Lars Thalian Morstad <[email protected]> Signed-off-by: Vebjorn Myklebust <[email protected]> Signed-off-by: Stoyan Bogdanov <[email protected]> Signed-off-by: Julien Panis <[email protected]>
1 parent b10aa5a commit 5cee38b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

boards/ti/lp_em_cc2340r5/lp_em_cc2340r5.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@
1919
zephyr,code-partition = &slot0_partition;
2020
};
2121
};
22+
23+
&gpio0 {
24+
status = "okay";
25+
};

0 commit comments

Comments
 (0)