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:
parent
1fc7ccbf96
commit
6e9cfcdcd5
2 changed files with 2 additions and 2 deletions
|
@ -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 */
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue