Skip to content

Commit 32047d3

Browse files
carlescufikartben
authored andcommitted
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>
1 parent f8647dc commit 32047d3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

soc/nordic/nrf54h/bicr/bicr-schema.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -350,12 +350,10 @@
350350
"type": "string",
351351
"title": "Mode",
352352
"enumNames": [
353-
"Crystal",
354-
"External square signal"
353+
"Crystal"
355354
],
356355
"enum": [
357-
"CRYSTAL",
358-
"EXT_SQUARE"
356+
"CRYSTAL"
359357
],
360358
"default": "CRYSTAL"
361359
},

0 commit comments

Comments
 (0)