Lines Matching +full:clock +full:- +full:indices
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/clock/st,stm32mp1-rcc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Reset Clock Controller Binding
10 - Gabriel Fernandez <gabriel.fernandez@st.com>
13 The RCC IP is both a reset and a clock controller.
17 This binding uses common clock bindings
18 Documentation/devicetree/bindings/clock/clock-bindings.txt
24 dt-bindings/clock/stm32mp1-clks.h header and can be used in device
42 The list of valid indices for STM32MP1 is available in:
43 include/dt-bindings/reset-controller/stm32mp1-resets.h
49 "#clock-cells":
52 "#reset-cells":
57 - const: st,stm32mp1-rcc
58 - const: syscon
64 - "#clock-cells"
65 - "#reset-cells"
66 - compatible
67 - reg
72 - |
74 compatible = "st,stm32mp1-rcc", "syscon";
76 #clock-cells = <1>;
77 #reset-cells = <1>;