Lines Matching +full:stm32mp1 +full:- +full:resets
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#
10 - Gabriel Fernandez <gabriel.fernandez@st.com>
18 Documentation/devicetree/bindings/clock/clock-bindings.txt
24 dt-bindings/clock/stm32mp1-clks.h header and can be used in device
30 Device nodes should specify the reset channel required in their "resets"
38 For example on STM32MP1, for LTDC reset:
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 - enum:
58 - st,stm32mp1-rcc-secure
59 - st,stm32mp1-rcc
60 - const: syscon
66 - "#clock-cells"
67 - "#reset-cells"
68 - compatible
69 - reg
74 - |
76 compatible = "st,stm32mp1-rcc-secure", "syscon";
78 #clock-cells = <1>;
79 #reset-cells = <1>;