Skip to content

Commit

Permalink
NCD-745: Update 9161 definition
Browse files Browse the repository at this point in the history
  • Loading branch information
cybic committed Feb 16, 2024
1 parent da9c338 commit f8c71ea
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions src/common/boards/nrf_PCA10153_0.10.0_9161.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"type": "switch",
"id": "shield-reset-in",
"title": "Shield Reset In",
"label": "Connect reset line from a connected DK shield",
"label": "Connect reset line coming from a connected DK shield",
"enable": {
"pin": 7
}
Expand All @@ -53,7 +53,7 @@
"type": "switch",
"id": "shield-reset-out",
"title": "Shield Reset Out",
"label": "Connect reset line to a connected DK shield",
"label": "Connect reset line going to a connected DK shield",
"enable": {
"pin": 8
}
Expand All @@ -62,38 +62,40 @@
"type": "slide",
"id": "sim-select",
"title": "SIM Select",
"label": "SIM",
"label": "Select whether to use SIM card or eSIM.",
"enable": {
"pin": 14
},
"alternatives": ["E-sim", "Card"]
"alternatives": ["eSIM", "SIM Card"]
},
{
"type": "switch",
"id": "modem-coexistence-interface",
"title": "Modem Co-Existence Interface",
"label": "",
"label": "Enable or disable the GPIO pin connection to the coexistence interface. This is done so that the GPIO pins can be used for other use cases.",
"enable": {
"pin": 18
"pin": 18,
"invert": true
}
},
{
"type": "switch",
"type": "slide",
"id": "io-expander",
"title": "IO Expander",
"label": "",
"title": "LED and button connection",
"label": "Connect directly using GPIO pins or through I²C using the IO Expander module. Using IO Expander frees up LED and button GPIO pins on nRF1951.",
"enable": {
"pin": 45,
"invert": true
}
"pin": 45
},
"alternatives": ["GPIO", "IO Expander"]
},
{
"type": "switch",
"id": "external-memory",
"title": "External Memory",
"label": "",
"label": "Enable or disable the external memory chip.",
"enable": {
"pin": 47
"pin": 47,
"invert": true
}
}
],
Expand Down

0 comments on commit f8c71ea

Please sign in to comment.