Lines Matching +full:stm32mp25 +full:- +full:rcc
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/clock/st,stm32mp25-rcc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: STM32MP25 Reset Clock Controller
10 - Gabriel Fernandez <gabriel.fernandez@foss.st.com>
13 The RCC hardware block is both a reset and a clock controller.
14 RCC makes also power management (resume/supend).
17 include/dt-bindings/clock/st,stm32mp25-rcc.h
18 include/dt-bindings/reset/st,stm32mp25-rcc.h
23 - st,stm32mp25-rcc
28 '#clock-cells':
31 '#reset-cells':
36 - description: CK_SCMI_HSE High Speed External oscillator (8 to 48 MHz)
37 - description: CK_SCMI_HSI High Speed Internal oscillator (~ 64 MHz)
38 - description: CK_SCMI_MSI Low Power Internal oscillator (~ 4 MHz or ~ 16 MHz)
39 - description: CK_SCMI_LSE Low Speed External oscillator (32 KHz)
40 - description: CK_SCMI_LSI Low Speed Internal oscillator (~ 32 KHz)
42 clock-names:
44 - const: hse
45 - const: hsi
46 - const: msi
47 - const: lse
48 - const: lsi
51 - compatible
52 - reg
53 - '#clock-cells'
54 - '#reset-cells'
55 - clocks
56 - clock-names
61 - |
62 #include <dt-bindings/clock/st,stm32mp25-rcc.h>
64 rcc: clock-controller@44200000 {
65 compatible = "st,stm32mp25-rcc";
67 #clock-cells = <1>;
68 #reset-cells = <1>;
69 clock-names = "hse", "hsi", "msi", "lse", "lsi";