soc: nordic: nrf54h: Remove external square wave

This option is no longer present in the Datasheet, remove it from the
BICR JSON file.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
Carles Cufi 2025-05-07 13:49:36 +02:00 committed by Benjamin Cabé
commit 32047d3938

View file

@ -350,12 +350,10 @@
"type": "string",
"title": "Mode",
"enumNames": [
"Crystal",
"External square signal"
"Crystal"
],
"enum": [
"CRYSTAL",
"EXT_SQUARE"
"CRYSTAL"
],
"default": "CRYSTAL"
},