Skip to content

Commit 36d18bb

Browse files
karstenkoenigrlubos
authored andcommitted
[nrf fromtree] soc: nordic: common: uicr: Add GRTC fast clkout
Add the mapping for the GRTC_CLKOUT_FAST pinctrl mapping to the periphconf generation. This allows clocking out the 16MHz clock with a user selectable divider. Signed-off-by: Karsten Koenig <[email protected]> (cherry picked from commit 19f7099)
1 parent 28a66c4 commit 36d18bb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

soc/nordic/common/uicr/gen_periphconf_entries.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,12 @@ def lookup_tables_get(soc: Soc) -> SocLookupTables:
395395
NrfPsel(fun=NrfFun.TDM_FSYNC_M, port=2, pin=7): Ctrlsel.CAN_TDM_SERIAL2,
396396
NrfPsel(fun=NrfFun.TDM_FSYNC_S, port=2, pin=7): Ctrlsel.CAN_TDM_SERIAL2,
397397
},
398+
# GRTC
399+
0x5F99_C000: {
400+
NrfPsel(fun=NrfFun.GRTC_CLKOUT_FAST, port=1, pin=8): Ctrlsel.CAN_TDM_SERIAL2,
401+
NrfPsel(fun=NrfFun.GRTC_CLKOUT_FAST, port=2, pin=5): Ctrlsel.CAN_TDM_SERIAL2,
402+
NrfPsel(fun=NrfFun.GRTC_CLKOUT_FAST, port=9, pin=0): Ctrlsel.SERIAL0,
403+
},
398404
# GPIOTE0 (RAD)
399405
0x5302_7000: {
400406
# P1

0 commit comments

Comments
 (0)