The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/Bindings/clock/st/st,clkgen-mux.txt

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 Binding for a ST multiplexed clock driver.
    2 
    3 This binding supports only simple indexed multiplexers, it does not
    4 support table based parent index to hardware value translations.
    5 
    6 This binding uses the common clock binding[1].
    7 
    8 [1] Documentation/devicetree/bindings/clock/clock-bindings.txt
    9 
   10 Required properties:
   11 
   12 - compatible : shall be:
   13         "st,stih407-clkgen-a9-mux"
   14 
   15 - #clock-cells : from common clock binding; shall be set to 0.
   16 
   17 - reg : A Base address and length of the register set.
   18 
   19 - clocks : from common clock binding
   20 
   21 Example:
   22 
   23         clk_m_a9: clk-m-a9@92b0000 {
   24                 #clock-cells = <0>;
   25                 compatible = "st,stih407-clkgen-a9-mux";
   26                 reg = <0x92b0000 0x10000>;
   27 
   28                 clocks = <&clockgen_a9_pll 0>,
   29                          <&clockgen_a9_pll 0>,
   30                          <&clk_s_c0_flexgen 13>,
   31                          <&clk_m_a9_ext2f_div2>;
   32         };

Cache object: 3f73f7b40c3d35f96d24f7d3884e4b4b


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.