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.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2024-11-19 16:26:08 +01:00 committed by Benjamin Cabé
parent d16cd566b9
commit 798122e2ab

View file

@ -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
}
}