Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NCD-748: Name PMIC ports #63

Merged
merged 4 commits into from
Mar 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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