Home
last modified time | relevance | path

Searched full:clk_lse (Results 1 – 8 of 8) sorted by relevance

/linux/include/dt-bindings/clock/
H A Dstm32fx-clock.h16 <assigned-clocks = <&rcc 1 CLK_LSE>;
25 #define CLK_LSE 3 macro
/linux/Documentation/devicetree/bindings/rtc/
H A Dst,stm32-rtc.yaml155 assigned-clock-parents = <&rcc 1 CLK_LSE>;
/linux/Documentation/devicetree/bindings/clock/
H A Dst,stm32-rcc.yaml140 clocks = <&clk_hse>, <&clk_lse>, <&clk_i2s>;
/linux/arch/arm/boot/dts/st/
H A Dstm32mp151c-mect1s.dts70 &clk_lse {
H A Dstm32h743.dtsi59 clk_lse: clk-lse { label
548 clocks = <&clk_hse>, <&clk_lse>, <&clk_i2s>;
H A Dstm32f429.dtsi63 clk_lse: clk-lse { label
271 assigned-clock-parents = <&rcc 1 CLK_LSE>;
H A Dstm32f746.dtsi287 assigned-clock-parents = <&rcc 1 CLK_LSE>;
/linux/drivers/clk/
H A Dclk-stm32f4.c1980 clks[CLK_LSE] = clk_register_rgate(NULL, "lse", "clk-lse", 0, in stm32f4_rcc_init()
1983 if (IS_ERR(clks[CLK_LSE])) { in stm32f4_rcc_init()