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/hwlock/sprd-hwspinlock.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 SPRD Hardware Spinlock Device Binding
    2 -------------------------------------
    3 
    4 Required properties :
    5 - compatible : should be "sprd,hwspinlock-r3p0".
    6 - reg : the register address of hwspinlock.
    7 - #hwlock-cells : hwlock users only use the hwlock id to represent a specific
    8         hwlock, so the number of cells should be <1> here.
    9 - clock-names : Must contain "enable".
   10 - clocks : Must contain a phandle entry for the clock in clock-names, see the
   11         common clock bindings.
   12 
   13 Please look at the generic hwlock binding for usage information for consumers,
   14 "Documentation/devicetree/bindings/hwlock/hwlock.txt"
   15 
   16 Example of hwlock provider:
   17         hwspinlock@40500000 {
   18                 compatible  = "sprd,hwspinlock-r3p0";
   19                 reg = <0 0x40500000 0 0x1000>;
   20                 #hwlock-cells = <1>;
   21                 clock-names = "enable";
   22                 clocks = <&clk_aon_apb_gates0 22>;
   23         };

Cache object: d7e1fa4f2e0a17949cd80f80bc8058dd


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