Skip to content

Commit

Permalink
NCD-822: Add PMIC ports to nRF9161-DK r1.0.0 board definition
Browse files Browse the repository at this point in the history
  • Loading branch information
cybic committed Mar 22, 2024
1 parent 5258328 commit faa41ad
Showing 1 changed file with 30 additions and 2 deletions.
32 changes: 30 additions & 2 deletions src/common/boards/nrf_PCA10153_1.0.0_9161.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,26 @@
}
}
],
"pmicPorts": [],
"pmicPorts": [
{
"type": "voltage",
"port": 1,
"portId": "vdd",
"portLabel": "VDD (nPM VOUT1)",
"portDescription": "Voltage on the VDD rail.",
"mVmin": 1800,
"mVmax": 3300
},
{
"type": "voltage",
"port": 2,
"portId": "vdd-gnss-led",
"portLabel": "VDD for GNSS and LED (nPM VOUT2)",
"portDescription": "Voltage driving the Global Navigation Satellite System and the LEDs.",
"mVmin": 1800,
"mVmax": 3300
}
],
"defaults": {
"pins": [
{
Expand Down Expand Up @@ -148,6 +167,15 @@
"state": true
}
],
"pmicPorts": []
"pmicPorts": [
{
"port": 1,
"voltage": 1800
},
{
"port": 2,
"voltage": 3000
}
]
}
}

0 comments on commit faa41ad

Please sign in to comment.