Phytium HwSpinlock Driver
========================

Required properties:
- compatible:		Should be "phytium,hwspinlock"
- reg:			Contains the hwspinlock module register address space
			(base address and length)
- #hwlock-cells:	Should be 1.
- nr-locks:		The number of locks in the device.

Please look at the generic hwlock binding for usage information for consumers,
"Documentation/devicetree/bindings/hwlock/hwlock.txt"

Example:

hwspinlock: spinlock@40000000 {
	compatible = "phytium,hwspinlock";
	reg = <0x40000000 0x1000>;
	#hwlock-cells = <1>;
	nr-locks = <32>;
};
