Home
last modified time | relevance | path

Searched +full:sosc +full:- +full:mode (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/dts/bindings/clock/
Dnxp,kinetis-scg.yaml1 # Copyright (c) 2019-2021 Vestas Wind Systems A/S
2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "nxp,kinetis-scg"
8 include: [clock-controller.yaml, base.yaml]
14 sosc-mode:
16 description: system oscillator mode
18 "#clock-cells":
21 clock-cells:
22 - name
/Zephyr-latest/soc/nxp/kinetis/ke1xf/
Dsoc.c2 * Copyright (c) 2019-2021 Vestas Wind Systems A/S
5 * Copyright (c) 2014-2015 Wind River Systems, Inc.
8 * SPDX-License-Identifier: Apache-2.0
65 /* System Oscillator (SOSC) configuration */
67 "Invalid SCG SOSC divider 1 value");
69 "Invalid SCG SOSC divider 2 value");
121 /* System Phase-Locked Loop (SPLL) configuration */
144 .prediv = (SCG_CLOCK_DIV(pll) - 1U),
145 .mult = (SCG_CLOCK_MULT(pll) - 16U)
176 /* Only RUN mode supported for now */ in clk_init()
[all …]
/Zephyr-latest/boards/nxp/twr_ke18f/
Dtwr_ke18f.dts2 * Copyright (c) 2019-2021 Vestas Wind Systems A/S
4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
10 #include <zephyr/dt-bindings/clock/kinetis_scg.h>
11 #include <zephyr/dt-bindings/pwm/pwm.h>
12 #include "twr_ke18f-pinctrl.dtsi"
13 #include <zephyr/dt-bindings/input/input-event-codes.h>
27 pwm-led0 = &orange_pwm_led;
28 pwm-led1 = &yellow_pwm_led;
29 pwm-led2 = &green_pwm_led;
[all …]
/Zephyr-latest/soc/nxp/rw/
Dsoc.c2 * Copyright 2022-2024 NXP
4 * SPDX-License-Identifier: Apache-2.0
79 * clock needs to be re-initialized on exit from Standby mode. Hence
86 if ((PMU->CAU_SLP_CTRL & PMU_CAU_SLP_CTRL_SOC_SLP_RDY_MASK) == 0U) { in clock_init()
90 if ((SYSCTL2->SOURCE_CLK_GATE & SYSCTL2_SOURCE_CLK_GATE_REFCLK_SYS_CG_MASK) != 0U) { in clock_init()
107 /* First let M33 run on SOSC */ in clock_init()
256 SYSCTL2->ANA_GRP_CTRL |= SYSCTL2_ANA_GRP_CTRL_PU_AG_MASK; in clock_init()
/Zephyr-latest/dts/arm/nxp/
Dnxp_ke1xz.dtsi4 * SPDX-License-Identifier: Apache-2.0
8 #include "armv6-m.dtsi"
9 #include <zephyr/dt-bindings/adc/adc.h>
10 #include <zephyr/dt-bindings/clock/kinetis_pcc.h>
11 #include <zephyr/dt-bindings/clock/kinetis_scg.h>
12 #include <zephyr/dt-bindings/gpio/gpio.h>
13 #include <zephyr/dt-bindings/i2c/i2c.h>
17 zephyr,flash-controller = &ftfe;
21 #address-cells = <1>;
22 #size-cells = <0>;
[all …]