Skip to content

Commit 036a92f

Browse files
committed
[nrf fromlist] boards: nrf54h20dk: add bicr.json
bicr.json is a supporting file that, if present and CONFIG_SOC_NRF54H20_GENERATE_BICR=y (default), will be used to generate a BICR hex file. The schema for the file can be found at soc/nordic/nrf54h20/bicr/bicrgen-schema.json. Upstream PR #: 81604 Signed-off-by: Gerard Marull-Paretas <[email protected]> (cherry picked from commit 9b6dbda7458bc39a8900b43d12c237062e834f7d)
1 parent 48aa52e commit 036a92f

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

boards/nordic/nrf54h20dk/bicr.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"power": {
3+
"scheme": "VDDH_2V1_5V5"
4+
},
5+
"ioPortPower": {
6+
"p1Supply": "EXTERNAL_1V8",
7+
"p2Supply": "EXTERNAL_1V8",
8+
"p6Supply": "EXTERNAL_1V8",
9+
"p7Supply": "EXTERNAL_1V8",
10+
"p9Supply": "EXTERNAL_FULL"
11+
},
12+
"ioPortImpedance": {
13+
"p6ImpedanceOhms": 50,
14+
"p7ImpedanceOhms": 50
15+
},
16+
"lfosc": {
17+
"source": "LFXO",
18+
"lfxo": {
19+
"mode": "CRYSTAL",
20+
"accuracyPPM": 20,
21+
"startupTimeMs": 600,
22+
"builtInLoadCapacitancePf": 15,
23+
"builtInLoadCapacitors": true
24+
}
25+
},
26+
"hfxo": {
27+
"mode": "CRYSTAL",
28+
"startupTimeUs": 850,
29+
"builtInLoadCapacitors": true,
30+
"builtInLoadCapacitancePf": 14
31+
}
32+
}

0 commit comments

Comments
 (0)