Skip to content

Commit 3270df0

Browse files
committed
Update H20 conf
1 parent 780677e commit 3270df0

File tree

2 files changed

+9
-39
lines changed

2 files changed

+9
-39
lines changed

Changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
## 1.0.0 - unreleased
22

3+
### Added
4+
5+
- nRF9151 SMA DK support.
6+
37
### Changed
48

59
- Welcome screen is now blank. Supported kits list is moved to the sidebar.
10+
- Updated list of the supported devices.
611
- Board Controller info accordion now persists it's state.
712

13+
### Removed
14+
15+
- Controls for configuring voltage for GPIO Ports 1,2 and 7 for nRF54H20 DK.
16+
817
## 0.5.0 - 2025-10-07
918

1019
EXPERIMENTAL RELEASE

src/common/boards/nrf_PCA10175_0.7.0_54H20.json

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,6 @@
6060
}
6161
],
6262
"pmicPorts": [
63-
{
64-
"type": "voltage",
65-
"port": [1],
66-
"portId": ["vdd-p7"],
67-
"portLabel": "VDD-p7 (nPM VOUT1)",
68-
"portDescription": "Voltage on the VDD rail of nRF54H20 P7.",
69-
"mVmin": 1200,
70-
"mVmax": 1800
71-
},
7263
{
7364
"type": "voltage",
7465
"port": [2],
@@ -77,24 +68,6 @@
7768
"portDescription": "Voltage on the VDD rail of nRF54H20 P9.",
7869
"mVmin": 1800,
7970
"mVmax": 3300
80-
},
81-
{
82-
"type": "voltage",
83-
"port": [3],
84-
"portId": ["vdd-p1"],
85-
"portLabel": "VDD-p1 (nPM LDO1)",
86-
"portDescription": "Voltage on the VDD rail of nRF54H20 P1.",
87-
"mVmin": 1200,
88-
"mVmax": 1800
89-
},
90-
{
91-
"type": "voltage",
92-
"port": [4],
93-
"portId": ["vdd-p2"],
94-
"portLabel": "VDD-p2 (nPM LDO2)",
95-
"portDescription": "Voltage on the VDD rail of nRF54H20 P2.",
96-
"mVmin": 1200,
97-
"mVmax": 1800
9871
}
9972
],
10073
"defaults": {
@@ -129,21 +102,9 @@
129102
}
130103
],
131104
"pmicPorts": [
132-
{
133-
"port": 1,
134-
"voltage": 1800
135-
},
136105
{
137106
"port": 2,
138107
"voltage": 1800
139-
},
140-
{
141-
"port": 3,
142-
"voltage": 1800
143-
},
144-
{
145-
"port": 4,
146-
"voltage": 1800
147108
}
148109
]
149110
}

0 commit comments

Comments
 (0)