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/keystone-gate.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 Status: Unstable - ABI compatibility may be broken in the future
    2 
    3 Binding for Keystone gate control driver which uses PSC controller IP.
    4 
    5 This binding uses the common clock binding[1].
    6 
    7 [1] Documentation/devicetree/bindings/clock/clock-bindings.txt
    8 
    9 Required properties:
   10 - compatible : shall be "ti,keystone,psc-clock".
   11 - #clock-cells : from common clock binding; shall be set to 0.
   12 - clocks : parent clock phandle
   13 - reg : psc control and domain address address space
   14 - reg-names : psc control and domain registers
   15 - domain-id : psc domain id needed to check the transition state register
   16 
   17 Optional properties:
   18 - clock-output-names : From common clock binding to override the
   19                         default output clock name
   20 Example:
   21         clkusb: clkusb {
   22                 #clock-cells = <0>;
   23                 compatible = "ti,keystone,psc-clock";
   24                 clocks = <&chipclk16>;
   25                 clock-output-names = "usb";
   26                 reg = <0x02350008 0xb00>, <0x02350000 0x400>;
   27                 reg-names = "control", "domain";
   28                 domain-id = <0>;
   29         };

Cache object: 38c9d9a51e0c2deb92bd3b3304a6c302


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