Skip to content

Commit

Permalink
Merge pull request #63 from NordicSemiconductor/NCD-748_pmic_port_naming
Browse files Browse the repository at this point in the history
NCD-748: Name PMIC ports
  • Loading branch information
cybic authored Mar 6, 2024
2 parents 51cd5c6 + 626dbf7 commit e9371a0
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## NEXT - UNRELEASED

EXPERIMENTAL RELEASE

### Added

- Names and descriptions to the PMIC ports

## 0.1.8 - UNRELEASED

EXPERIMENTAL RELEASE
Expand Down
16 changes: 16 additions & 0 deletions src/common/boards/nrf_PCA10153_0.10.0_9161.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,21 @@
}
],
"pmicPorts": [
{
"type": "voltage",
"port": 1,
"portId": "vdd-gnss-led",
"portLabel": "VDD for GNSS and LED (nPM VOUT1)",
"portDescription": "Voltage driving the Global Navigation Satellite System and the LEDs (NOTE: Possibly not configurable due to swapped TWI lines)",
"mVmin": 1800,
"mVmax": 3300
},
{
"type": "voltage",
"port": 2,
"portId": "vdd",
"portLabel": "VDD (nPM VOUT2)",
"portDescription": "Voltage on the VDD rail (NOTE: Possibly not configurable due to swapped TWI lines)",
"mVmin": 1800,
"mVmax": 2500
}
Expand Down Expand Up @@ -155,6 +167,10 @@
}
],
"pmicPorts": [
{
"port": 1,
"voltage": 2700
},
{
"port": 2,
"voltage": 1800
Expand Down
3 changes: 3 additions & 0 deletions src/common/boards/nrf_PCA10156_0.2.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
{
"type": "voltage",
"port": 1,
"portId": "vdd",
"portLabel": "VDD (nPM VOUT1)",
"portDescription": "Voltage on the VDD rail",
"mVmin": 1800,
"mVmax": 3000
}
Expand Down
3 changes: 3 additions & 0 deletions src/common/boards/nrf_PCA10156_0.3.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@
{
"type": "voltage",
"port": 1,
"portId": "vdd",
"portLabel": "VDD (nPM VOUT1)",
"portDescription": "Voltage on the VDD rail",
"mVmin": 1800,
"mVmax": 3000
}
Expand Down
4 changes: 4 additions & 0 deletions src/common/boards/nrf_PCA10171_0.2.0_9151.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,17 @@
"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
}
Expand Down

0 comments on commit e9371a0

Please sign in to comment.