Home
last modified time | relevance | path

Searched full:fll16m (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/dts/bindings/clock/
Dnordic,nrf-fll16m.yaml5 Nordic FLL16M
7 The FLL16M can use the following clocks as clock sources:
10 FLL16M mode is BYPASS, or if the FLL16M mode is
14 FLL16M mode is closed-loop and the LFXO clock is
19 fll16m {
26 compatible: "nordic,nrf-fll16m"
Dnordic,nrf-lfclk.yaml12 the FLL16M clock in BYPASS mode.
17 the FLL16M clock in BYPASS mode.
Dnordic,nrf-hsfll-local.yaml15 clocks = <&fll16m>;
/Zephyr-latest/samples/boards/nordic/clock_control/
Dsample.yaml12 sample.boards.nrf.clock_control.fll16m:
13 filter: dt_nodelabel_enabled("fll16m")
15 - CONF_FILE="configs/fll16m.conf"
16 - DTC_OVERLAY_FILE="configs/fll16m.overlay"
/Zephyr-latest/dts/common/nordic/
Dnrf54h20.dtsi50 clocks = <&fll16m>;
174 fll16m: fll16m { label
175 compatible = "nordic,nrf-fll16m";
186 clocks = <&fll16m>;
275 clocks = <&fll16m>;
329 clocks = <&fll16m>;
387 clocks = <&fll16m>;
399 clocks = <&fll16m>;
411 clocks = <&fll16m>;
945 /* GRTC uses both LFCLK and FLL16M, but its accuracy and
[all …]
Dnrf9280.dtsi90 fll16m: fll16m { label
159 clocks = <&fll16m>;
211 clocks = <&fll16m>;
/Zephyr-latest/samples/boards/nordic/clock_control/configs/
Dfll16m.overlay9 sample-clock = &fll16m;
/Zephyr-latest/tests/drivers/clock_control/nrf_clock_control/src/
Dmain.c58 .clk_dev = DEVICE_DT_GET(DT_NODELABEL(fll16m)),
84 .clk_dev = DEVICE_DT_GET(DT_NODELABEL(fll16m)),
224 TC_PRINT("FLL16M test\n"); in ZTEST()
238 TC_PRINT("FLL16M invalid clock specification test\n"); in ZTEST()
/Zephyr-latest/drivers/clock_control/
Dclock_control_nrf2_fll16m.c57 STRUCT_CLOCK_CONFIG(fll16m, ARRAY_SIZE(clock_options)) clk_cfg;
Dclock_control_nrf2_lfclk.c50 /* NRFS will request FLL16M use HFXO in bypass mode if SYNTH src is used */