Home
last modified time | relevance | path

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

/openbmc/u-boot/include/dt-bindings/clock/
H A Dstm32fx-clock.h16 <assigned-clocks = <&rcc 1 CLK_LSE>;
25 #define CLK_LSE 3 macro
/openbmc/linux/include/dt-bindings/clock/
H A Dstm32fx-clock.h16 <assigned-clocks = <&rcc 1 CLK_LSE>;
25 #define CLK_LSE 3 macro
/openbmc/u-boot/arch/arm/dts/
H A Dstm32h743.dtsi56 clk_lse: clk-lse { label
75 clocks = <&clk_hse>, <&clk_lse>, <&clk_i2s>, <&clk_hsi>, <&clk_csi>;
H A Dstm32h7-u-boot.dtsi18 &clk_lse {
H A Dstm32mp157-u-boot.dtsi50 &clk_lse {
H A Dstm32f429-disco-u-boot.dtsi73 &clk_lse {
H A Dstm32f469-disco-u-boot.dtsi74 &clk_lse {
H A Dstm32f429.dtsi57 clk_lse: clk-lse { label
295 assigned-clock-parents = <&rcc 1 CLK_LSE>;
H A Dstm32429i-eval-u-boot.dtsi74 &clk_lse {
H A Dstm32mp157c.dtsi90 clk_lse: clk-lse { label
430 clocks = <&rcc CEC_K>, <&clk_lse>;
/openbmc/linux/Documentation/devicetree/bindings/media/cec/
H A Dst,stm32-cec.yaml49 clocks = <&rcc CEC_K>, <&clk_lse>;
/openbmc/linux/arch/arm/boot/dts/st/
H A Dstm32mp15-scmi.dtsi86 /delete-node/ &clk_lse;
H A Dstm32h743.dtsi59 clk_lse: clk-lse { label
540 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.dtsi253 assigned-clock-parents = <&rcc 1 CLK_LSE>;
H A Dstm32mp151.dtsi69 clk_lse: clk-lse { label
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dst,stm32h7-rcc.txt36 clocks = <&clk_hse>, <&clk_lse>, <&clk_i2s_ckin>;
H A Dst,stm32-rcc.txt77 3 CLK_LSE (generated from a 32.768 kHz low-speed external
/openbmc/linux/Documentation/devicetree/bindings/rtc/
H A Dst,stm32-rtc.yaml124 assigned-clock-parents = <&rcc 1 CLK_LSE>;
/openbmc/u-boot/doc/device-tree-bindings/clock/
H A Dst,stm32h7-rcc.txt38 clocks = <&clk_hse>, <&clk_lse>, <&clk_i2s_ckin>;
H A Dst,stm32mp1.txt192 clk_lse: clk-lse {
/openbmc/linux/drivers/clk/
H A Dclk-stm32f4.c1840 clks[CLK_LSE] = clk_register_rgate(NULL, "lse", "clk-lse", 0, in stm32f4_rcc_init()
1843 if (IS_ERR(clks[CLK_LSE])) { in stm32f4_rcc_init()