Searched +full:dpll +full:- +full:lock (Results 1 – 10 of 10) sorted by relevance
/Zephyr-latest/dts/bindings/clock/ |
D | silabs,series2-hfrcodpll.yaml | 1 compatible: "silabs,series2-hfrcodpll" 4 Silicon Labs HFRCODPLL peripheral (high-frequency RC oscillator with digital phase-locked loop). 5 Can be used as a free-running RC oscillator or with PLL lock to the crystal oscillators HFXO 7 the `dpll-*` options to desired values. 9 In PLL mode, `clock-frequency` represents the target PLL frequency. 10 In free-running mode, `clock-frequency` represents the HFRCO band to use. 12 include: fixed-clock.yaml 15 dpll-n: 18 dpll-m: 21 dpll-edge: [all …]
|
/Zephyr-latest/soc/atmel/sam0/common/ |
D | soc_samd5x.c | 5 * SPDX-License-Identifier: Apache-2.0 26 OSC32KCTRL->XOSC32K.reg = OSC32KCTRL_XOSC32K_ENABLE in osc32k_init() 34 while (!OSC32KCTRL->STATUS.bit.XOSC32KRDY) { in osc32k_init() 37 GCLK->GENCTRL[1].reg = GCLK_GENCTRL_SRC(GCLK_SOURCE_XOSC32K) in osc32k_init() 44 GCLK->GENCTRL[1].reg = GCLK_GENCTRL_SRC(GCLK_SOURCE_OSCULP32K) in osc32k_init() 53 /* We source the DPLL from 32kHz GCLK1 */ in dpll_init() 56 /* disable the DPLL before changing the configuration */ in dpll_init() 57 OSCCTRL->Dpll[n].DPLLCTRLA.bit.ENABLE = 0; in dpll_init() 58 while (OSCCTRL->Dpll[n].DPLLSYNCBUSY.reg) { in dpll_init() 61 /* set DPLL clock source to 32kHz GCLK1 */ in dpll_init() [all …]
|
/Zephyr-latest/boards/silabs/dev_kits/sltb010a/ |
D | sltb010a.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 9 #include "sltb010a-pinctrl.dtsi" 11 #include <zephyr/dt-bindings/regulator/silabs_dcdc.h> 21 mcuboot-led0 = &led0; 22 mcuboot-button0 = &button0; 26 zephyr,code-partition = &slot0_partition; 27 zephyr,bt-hci = &bt_hci_silabs; 44 clock-frequency = <DT_FREQ_K(76800)>; 46 dpll-n = <3839>; [all …]
|
/Zephyr-latest/boards/silabs/dev_kits/xg27_dk2602a/ |
D | xg27_dk2602a.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 9 #include "xg27_dk2602a-pinctrl.dtsi" 11 #include <zephyr/dt-bindings/regulator/silabs_dcdc.h> 14 model = "Silicon Labs xG27-DK2602A Dev Kit"; 25 mcuboot-led0 = &led0; 26 mcuboot-button0 = &button0; 30 zephyr,code-partition = &slot0_partition; 31 zephyr,bt-hci = &bt_hci_silabs; 48 clock-frequency = <DT_FREQ_K(76800)>; [all …]
|
/Zephyr-latest/boards/sparkfun/thing_plus_matter_mgm240p/ |
D | sparkfun_thing_plus_matter_mgm240p.dts | 5 * SPDX-License-Identifier: Apache-2.0 8 /dts-v1/; 10 #include "sparkfun_thing_plus_matter_mgm240p-pinctrl.dtsi" 11 #include <zephyr/dt-bindings/input/input-event-codes.h> 12 #include <zephyr/dt-bindings/regulator/silabs_dcdc.h> 20 zephyr,shell-uart = &usart0; 23 zephyr,code-partition = &slot0_partition; 24 zephyr,bt-hci = &bt_hci_silabs; 34 compatible = "gpio-leds"; 41 wake_up_trigger: gpio-wake-up { [all …]
|
/Zephyr-latest/boards/silabs/radio_boards/slwrb4180a/ |
D | slwrb4180a.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 9 #include <zephyr/dt-bindings/input/input-event-codes.h> 10 #include "slwrb4180a-pinctrl.dtsi" 18 zephyr,shell-uart = &usart0; 19 zephyr,uart-pipe = &usart0; 22 zephyr,code-partition = &slot0_partition; 35 compatible = "gpio-leds"; 47 compatible = "gpio-keys"; 65 clock-frequency = <76800000>; [all …]
|
/Zephyr-latest/boards/silabs/dev_kits/xg24_ek2703a/ |
D | xg24_ek2703a.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 9 #include <zephyr/dt-bindings/input/input-event-codes.h> 10 #include <zephyr/dt-bindings/regulator/silabs_dcdc.h> 11 #include "xg24_ek2703a-pinctrl.dtsi" 19 zephyr,shell-uart = &usart0; 20 zephyr,uart-pipe = &usart0; 23 zephyr,code-partition = &slot0_partition; 24 zephyr,bt-hci = &bt_hci_silabs; 36 compatible = "gpio-leds"; [all …]
|
/Zephyr-latest/boards/silabs/radio_boards/xg24_rb4187c/ |
D | xg24_rb4187c.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 9 #include <zephyr/dt-bindings/input/input-event-codes.h> 10 #include <zephyr/dt-bindings/regulator/silabs_dcdc.h> 11 #include "xg24_rb4187c-pinctrl.dtsi" 19 zephyr,shell-uart = &usart0; 20 zephyr,uart-pipe = &usart0; 23 zephyr,code-partition = &slot0_partition; 24 zephyr,bt-hci = &bt_hci_silabs; 37 compatible = "gpio-leds"; [all …]
|
/Zephyr-latest/boards/silabs/radio_boards/xg23_rb4210a/ |
D | xg23_rb4210a.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 9 #include <zephyr/dt-bindings/input/input-event-codes.h> 10 #include <zephyr/dt-bindings/regulator/silabs_dcdc.h> 11 #include "xg23_rb4210a-pinctrl.dtsi" 19 zephyr,shell-uart = &usart0; 20 zephyr,uart-pipe = &usart0; 23 zephyr,code-partition = &slot0_partition; 35 compatible = "gpio-leds"; 47 compatible = "gpio-keys"; [all …]
|
/Zephyr-latest/boards/silabs/dev_kits/xg24_dk2601b/ |
D | xg24_dk2601b.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 9 #include <zephyr/dt-bindings/input/input-event-codes.h> 10 #include <zephyr/dt-bindings/regulator/silabs_dcdc.h> 11 #include "xg24_dk2601b-pinctrl.dtsi" 19 zephyr,shell-uart = &usart0; 20 zephyr,uart-pipe = &usart0; 23 zephyr,code-partition = &slot0_partition; 24 zephyr,bt-hci = &bt_hci_silabs; 37 compatible = "gpio-leds"; [all …]
|