1 SIRF Hardware spinlock device Binding
2 -----------------------------------------------
5 - compatible : shall contain only one of the following:
8 - reg : the register address of hwspinlock
10 - #hwlock-cells : hwlock users only use the hwlock id to represent a specific
11 hwlock, so the number of cells should be <1> here.
13 Please look at the generic hwlock binding for usage information for consumers,
14 "Documentation/devicetree/bindings/hwlock/hwlock.txt"
16 Example of hwlock provider:
18 compatible = "sirf,hwspinlock";
19 reg = <0x13240000 0x00010000>;
23 Example of hwlock users:
26 hwlocks = <&hwlock 2>;