Searched +full:stm32mp21 +full:- +full:rcc (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/clock/st,stm32mp21-rcc.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: STM32MP21 Reset Clock Controller10 - 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/suspend).17 include/dt-bindings/clock/st,stm32mp21-rcc.h18 include/dt-bindings/reset/st,stm32mp21-rcc.h[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Copyright (C) STMicroelectronics 2023 - All Rights Reserved8 #include <linux/clk-provider.h>12 #include "clk-stm32-core.h"13 #include "reset-stm32.h"16 #include <dt-bindings/clock/st,stm32mp21-rcc.h>17 #include <dt-bindings/reset/st,stm32mp21-rcc.h>23 #define SECF_NONE -1416 /* CSI-HOST */432 /* CSI-PHY */[all …]