boards: pan1783: add RST pin on mikrobus connector

The RST pin of the Mikrobus connector is P1.06

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2025-05-14 15:13:36 +02:00 committed by Benjamin Cabé
commit 6e9cfcdcd5
2 changed files with 2 additions and 2 deletions

View file

@ -76,7 +76,7 @@
gpio-map-mask = <0xffffffff 0xffffffc0>;
gpio-map-pass-thru = <0 0x3f>;
gpio-map = <0 0 &gpio0 4 0>, /* AN */
/* Not a GPIO*/ /* RST */
<1 0 &gpio1 6 0>, /* RST */
<2 0 &gpio1 12 0>, /* CS */
<3 0 &gpio1 15 0>, /* SCK */
<4 0 &gpio1 14 0>, /* MISO */

View file

@ -69,7 +69,7 @@
gpio-map-mask = <0xffffffff 0xffffffc0>;
gpio-map-pass-thru = <0 0x3f>;
gpio-map = <0 0 &gpio0 4 0>, /* AN */
/* Not a GPIO*/ /* RST */
<1 0 &gpio1 6 0>, /* RST */
<2 0 &gpio1 12 0>, /* CS */
<3 0 &gpio1 15 0>, /* SCK */
<4 0 &gpio1 14 0>, /* MISO */