From 2a612bb8c97518ae0f075d2554f6c8d4ae171a33 Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Tue, 19 Nov 2024 16:26:08 +0100 Subject: [PATCH] [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 (cherry picked from commit 9b6dbda7458bc39a8900b43d12c237062e834f7d) --- boards/nordic/nrf54h20dk/bicr.json | 32 ++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 boards/nordic/nrf54h20dk/bicr.json diff --git a/boards/nordic/nrf54h20dk/bicr.json b/boards/nordic/nrf54h20dk/bicr.json new file mode 100644 index 00000000000..9937860052b --- /dev/null +++ b/boards/nordic/nrf54h20dk/bicr.json @@ -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 + } +}