Skip to content

Commit 6e9cfcd

Browse files
committed
boards: pan1783: add RST pin on mikrobus connector
The RST pin of the Mikrobus connector is P1.06 Signed-off-by: Benjamin Cabé <[email protected]>
1 parent 1fc7ccb commit 6e9cfcd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

boards/panasonic/pan1783/pan1783_nrf5340_cpuapp_common.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
gpio-map-mask = <0xffffffff 0xffffffc0>;
7777
gpio-map-pass-thru = <0 0x3f>;
7878
gpio-map = <0 0 &gpio0 4 0>, /* AN */
79-
/* Not a GPIO*/ /* RST */
79+
<1 0 &gpio1 6 0>, /* RST */
8080
<2 0 &gpio1 12 0>, /* CS */
8181
<3 0 &gpio1 15 0>, /* SCK */
8282
<4 0 &gpio1 14 0>, /* MISO */

boards/panasonic/pan1783/pan1783_nrf5340_cpunet_common.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
gpio-map-mask = <0xffffffff 0xffffffc0>;
7070
gpio-map-pass-thru = <0 0x3f>;
7171
gpio-map = <0 0 &gpio0 4 0>, /* AN */
72-
/* Not a GPIO*/ /* RST */
72+
<1 0 &gpio1 6 0>, /* RST */
7373
<2 0 &gpio1 12 0>, /* CS */
7474
<3 0 &gpio1 15 0>, /* SCK */
7575
<4 0 &gpio1 14 0>, /* MISO */

0 commit comments

Comments
 (0)