Searched +full:stm32h743 +full:- +full:rcc (Results 1 – 4 of 4) sorted by relevance
2 * Copyright 2017 - Alexandre Torgue <alexandre.torgue@st.com>4 * This file is dual-licensed: you can use it either under the terms43 #include "../armv7-m.dtsi"44 #include <dt-bindings/clock/stm32h7-clks.h>45 #include <dt-bindings/mfd/stm32h7-rcc.h>46 #include <dt-bindings/interrupt-controller/irq.h>49 #address-cells = <1>;50 #size-cells = <1>;53 clk_hse: clk-hse {54 #clock-cells = <0>;[all …]
2 * Copyright 2017 - Alexandre Torgue <alexandre.torgue@st.com>4 * This file is dual-licensed: you can use it either under the terms43 /dts-v1/;44 #include "stm32h743.dtsi"45 #include "stm32h7-pinctrl.dtsi"48 model = "STMicroelectronics STM32H743i-EVAL board";49 compatible = "st,stm32h743i-eval", "st,stm32h743";53 stdout-path = "serial0:115200n8";65 vdda: regulator-vdda {66 compatible = "regulator-fixed";[all …]
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)4 ---5 $id: http://devicetree.org/schemas/pinctrl/st,stm32-pinctrl.yaml#6 $schema: http://devicetree.org/meta-schemas/core.yaml#11 - Alexandre TORGUE <alexandre.torgue@foss.st.com>17 on-chip controllers onto these pads.22 - st,stm32f429-pinctrl23 - st,stm32f469-pinctrl24 - st,stm32f746-pinctrl25 - st,stm32f769-pinctrl[all …]
1 // SPDX-License-Identifier: GPL-2.08 #include <linux/clk-provider.h>18 #include <dt-bindings/clock/stm32h7-clks.h>139 /* Micro-controller output clock parent */178 bit_status = !(readl(gate->reg) & BIT(rgate->bit_rdy)); in ready_gate_clk_enable()183 } while (bit_status && --timeout); in ready_gate_clk_enable()201 bit_status = !!(readl(gate->reg) & BIT(rgate->bit_rdy)); in ready_gate_clk_disable()206 } while (bit_status && --timeout); in ready_gate_clk_disable()227 return ERR_PTR(-ENOMEM); in clk_register_ready_gate()235 rgate->bit_rdy = bit_rdy; in clk_register_ready_gate()[all …]