Skip to content

Commit 80b0ac9

Browse files
authored
Merge pull request #69 from NordicSemiconductor/fix_pca10145_nrf54h20_voltage_pins
Fix PCA10145/nRF54H20-PDK voltage selection pins
2 parents 08573ed + 8b41ca8 commit 80b0ac9

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ EXPERIMENTAL RELEASE
1010
### Changed
1111

1212
- Fix maximum voltage for nRF54L15-DKs
13+
- Fix voltage selections on nRF54H20-PDK
1314

1415
## 0.1.8 - UNRELEASED
1516

src/common/boards/nrf_PCA10145_54H20.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
"title": "GPIO port 1 Voltage",
3434
"label": "Voltage",
3535
"enable": {
36-
"pin": 6
36+
"pin": 6,
37+
"invert": true
3738
},
3839
"alternatives": ["1V2", "1V8"]
3940
},
@@ -43,7 +44,8 @@
4344
"title": "GPIO port 2 Voltage",
4445
"label": "Voltage",
4546
"enable": {
46-
"pin": 7
47+
"pin": 7,
48+
"invert": true
4749
},
4850
"alternatives": ["1V2", "1V8"]
4951
},
@@ -53,7 +55,8 @@
5355
"title": "GPIO port 7 Voltage",
5456
"label": "Voltage",
5557
"enable": {
56-
"pin": 8
58+
"pin": 8,
59+
"invert": true
5760
},
5861
"alternatives": ["1V2", "1V8"]
5962
},

0 commit comments

Comments
 (0)