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:
parent
d16cd566b9
commit
798122e2ab
1 changed files with 32 additions and 0 deletions
32
boards/nordic/nrf54h20dk/bicr.json
Normal file
32
boards/nordic/nrf54h20dk/bicr.json
Normal 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
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue