Path: blob/master/Documentation/devicetree/bindings/hwlock/ti,omap-hwspinlock.yaml
26308 views
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/hwlock/ti,omap-hwspinlock.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: TI HwSpinlock for OMAP and K3 based SoCs78maintainers:9- Suman Anna <s-anna@ti.com>1011properties:12compatible:13enum:14- ti,omap4-hwspinlock # for OMAP44xx, OMAP54xx, AM33xx, AM43xx, DRA7xx SoCs15- ti,am64-hwspinlock # for K3 AM64x SoCs16- ti,am654-hwspinlock # for K3 AM65x, J721E and J7200 SoCs1718reg:19maxItems: 12021"#hwlock-cells":22const: 123description: |24The OMAP hwspinlock users will use a 0-indexed relative hwlock number as25the argument specifier value for requesting a specific hwspinlock within26a hwspinlock bank.2728Please look at the generic hwlock binding for usage information for29consumers, "Documentation/devicetree/bindings/hwlock/hwlock.txt"3031required:32- compatible33- reg34- "#hwlock-cells"3536additionalProperties: false3738examples:3940- |41spinlock@4a0f6000 {42compatible = "ti,omap4-hwspinlock";43reg = <0x4a0f6000 0x1000>;44#hwlock-cells = <1>;45};464748