Skip to content

Commit

Permalink
NCD-764: Fix maximum voltage to 3.3V
Browse files Browse the repository at this point in the history
  • Loading branch information
cybic committed Mar 6, 2024
1 parent e9371a0 commit 0de68a1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ EXPERIMENTAL RELEASE

- Names and descriptions to the PMIC ports

### Changed

- Fix maximum voltage for nRF54L15-DKs

## 0.1.8 - UNRELEASED

EXPERIMENTAL RELEASE
Expand Down
2 changes: 1 addition & 1 deletion src/common/boards/nrf_PCA10156_0.2.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"portLabel": "VDD (nPM VOUT1)",
"portDescription": "Voltage on the VDD rail",
"mVmin": 1800,
"mVmax": 3000
"mVmax": 3300
}
],
"defaults": {
Expand Down
2 changes: 1 addition & 1 deletion src/common/boards/nrf_PCA10156_0.3.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"portLabel": "VDD (nPM VOUT1)",
"portDescription": "Voltage on the VDD rail",
"mVmin": 1800,
"mVmax": 3000
"mVmax": 3300
}
],
"defaults": {
Expand Down

0 comments on commit 0de68a1

Please sign in to comment.