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",
|
"type": "string",
|
||||||
"title": "Mode",
|
"title": "Mode",
|
||||||
"enumNames": [
|
"enumNames": [
|
||||||
"Crystal",
|
"Crystal"
|
||||||
"External square signal"
|
|
||||||
],
|
],
|
||||||
"enum": [
|
"enum": [
|
||||||
"CRYSTAL",
|
"CRYSTAL"
|
||||||
"EXT_SQUARE"
|
|
||||||
],
|
],
|
||||||
"default": "CRYSTAL"
|
"default": "CRYSTAL"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue