Skip to content

Commit

Permalink
[nrf fromlist] boards: nrf54h20dk: add bicr.json
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
gmarull committed Nov 29, 2024
1 parent 90d0e49 commit 1ad597c
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions boards/nordic/nrf54h20dk/bicr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"power": {
"scheme": "VDDH_2V1_5V5"
},
"ioPortPower": {
"p1Supply": "EXTERNAL_1V8",
"p2Supply": "EXTERNAL_1V8",
"p6Supply": "EXTERNAL_1V8",
"p7Supply": "EXTERNAL_1V8",
"p9Supply": "EXTERNAL_FULL"
},
"ioPortImpedance": {
"p6ImpedanceOhms": 50,
"p7ImpedanceOhms": 50
},
"lfosc": {
"source": "LFXO",
"lfxo": {
"mode": "CRYSTAL",
"accuracyPPM": 20,
"startupTimeMs": 600,
"builtInLoadCapacitancePf": 15,
"builtInLoadCapacitors": true
}
},
"hfxo": {
"mode": "CRYSTAL",
"startupTimeUs": 850,
"builtInLoadCapacitors": true,
"builtInLoadCapacitancePf": 14
}
}

0 comments on commit 1ad597c

Please sign in to comment.