Searched full:clk_lse (Results 1 – 8 of 8) sorted by relevance
/linux/include/dt-bindings/clock/ |
H A D | stm32fx-clock.h | 16 <assigned-clocks = <&rcc 1 CLK_LSE>; 25 #define CLK_LSE 3 macro
|
/linux/Documentation/devicetree/bindings/rtc/ |
H A D | st,stm32-rtc.yaml | 155 assigned-clock-parents = <&rcc 1 CLK_LSE>;
|
/linux/Documentation/devicetree/bindings/clock/ |
H A D | st,stm32-rcc.yaml | 140 clocks = <&clk_hse>, <&clk_lse>, <&clk_i2s>;
|
/linux/arch/arm/boot/dts/st/ |
H A D | stm32mp151c-mect1s.dts | 70 &clk_lse {
|
H A D | stm32h743.dtsi | 59 clk_lse: clk-lse { label 548 clocks = <&clk_hse>, <&clk_lse>, <&clk_i2s>;
|
H A D | stm32f429.dtsi | 63 clk_lse: clk-lse { label 271 assigned-clock-parents = <&rcc 1 CLK_LSE>;
|
H A D | stm32f746.dtsi | 287 assigned-clock-parents = <&rcc 1 CLK_LSE>;
|
/linux/drivers/clk/ |
H A D | clk-stm32f4.c | 1980 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()
|