Home
last modified time | relevance | path

Searched full:hirc48m (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/soc/nuvoton/numaker/m2l31x/
Dsoc.c60 #if DT_NODE_HAS_PROP(DT_NODELABEL(scc), hirc48m) in soc_reset_hook()
61 /* Enable/disable 48 MHz high-speed internal RC oscillator (HIRC48M) */ in soc_reset_hook()
62 if (DT_ENUM_IDX(DT_NODELABEL(scc), hirc48m) == NUMAKER_SCC_CLKSW_ENABLE) { in soc_reset_hook()
64 /* Wait for HIRC48M clock ready */ in soc_reset_hook()
66 } else if (DT_ENUM_IDX(DT_NODELABEL(scc), hirc48m) == NUMAKER_SCC_CLKSW_DISABLE) { in soc_reset_hook()
/Zephyr-latest/soc/nuvoton/numaker/m46x/
Dsoc.c60 #if DT_NODE_HAS_PROP(DT_NODELABEL(scc), hirc48m) in soc_reset_hook()
61 /* Enable/disable 48 MHz high-speed internal RC oscillator (HIRC48M) */ in soc_reset_hook()
62 if (DT_ENUM_IDX(DT_NODELABEL(scc), hirc48m) == NUMAKER_SCC_CLKSW_ENABLE) { in soc_reset_hook()
64 /* Wait for HIRC48M clock ready */ in soc_reset_hook()
66 } else if (DT_ENUM_IDX(DT_NODELABEL(scc), hirc48m) == NUMAKER_SCC_CLKSW_DISABLE) { in soc_reset_hook()
/Zephyr-latest/dts/bindings/clock/
Dnuvoton,numaker-scc.yaml32 hirc48m:
/Zephyr-latest/dts/arm/nuvoton/
Dm2l31x.dtsi48 hirc48m = "enable";
Dm46x.dtsi54 hirc48m = "enable";