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:
parent
f8647dc94a
commit
32047d3938
1 changed files with 2 additions and 4 deletions
|
@ -350,12 +350,10 @@
|
|||
"type": "string",
|
||||
"title": "Mode",
|
||||
"enumNames": [
|
||||
"Crystal",
|
||||
"External square signal"
|
||||
"Crystal"
|
||||
],
|
||||
"enum": [
|
||||
"CRYSTAL",
|
||||
"EXT_SQUARE"
|
||||
"CRYSTAL"
|
||||
],
|
||||
"default": "CRYSTAL"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue