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/armada3700-xtal-clock.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 * Xtal Clock bindings for Marvell Armada 37xx SoCs
    2 
    3 Marvell Armada 37xx SoCs allow to determine the xtal clock frequencies by
    4 reading the gpio latch register.
    5 
    6 This node must be a subnode of the node exposing the register address
    7 of the GPIO block where the gpio latch is located.
    8 See Documentation/devicetree/bindings/pinctrl/marvell,armada-37xx-pinctrl.txt
    9 
   10 Required properties:
   11 - compatible : shall be one of the following:
   12         "marvell,armada-3700-xtal-clock"
   13 - #clock-cells : from common clock binding; shall be set to 0
   14 
   15 Optional properties:
   16 - clock-output-names : from common clock binding; allows overwrite default clock
   17         output names ("xtal")
   18 
   19 Example:
   20 pinctrl_nb: pinctrl-nb@13800 {
   21         compatible = "armada3710-nb-pinctrl", "syscon", "simple-mfd";
   22         reg = <0x13800 0x100>, <0x13C00 0x20>;
   23 
   24         xtalclk: xtal-clk {
   25                 compatible = "marvell,armada-3700-xtal-clock";
   26                 clock-output-names = "xtal";
   27                 #clock-cells = <0>;
   28         };
   29 };

Cache object: 8ec0457b00ca87718080e5f3dbc781d5


[ 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.