1 # SPDX-License-Identifier: (GPL-2.0-only or BSD-2-Clause)
4 $id: http://devicetree.org/schemas/hwlock/ti,omap-hwspinlock.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: TI HwSpinlock for OMAP and K3 based SoCs
10 - Suman Anna <s-anna@ti.com>
15 - ti,omap4-hwspinlock # for OMAP44xx, OMAP54xx, AM33xx, AM43xx, DRA7xx SoCs
16 - ti,am654-hwspinlock # for K3 AM65x, J721E and J7200 SoCs
24 The OMAP hwspinlock users will use a 0-indexed relative hwlock number as
25 the argument specifier value for requesting a specific hwspinlock within
28 Please look at the generic hwlock binding for usage information for
29 consumers, "Documentation/devicetree/bindings/hwlock/hwlock.txt"
36 additionalProperties: false
42 hwspinlock: spinlock@4a0f6000 {
43 compatible = "ti,omap4-hwspinlock";
44 reg = <0x4a0f6000 0x1000>;
51 model = "Texas Instruments K3 AM654 SoC";
52 compatible = "ti,am654-evm", "ti,am654";
57 compatible = "simple-bus";
60 ranges = <0x00 0x00100000 0x00 0x00100000 0x00 0x00020000>, /* ctrl mmr */
61 <0x00 0x30800000 0x00 0x30800000 0x00 0x0bc00000>; /* Main NavSS */
64 compatible = "simple-mfd";
67 ranges = <0x00 0x30800000 0x00 0x30800000 0x00 0x0bc00000>;
70 compatible = "ti,am654-hwspinlock";
71 reg = <0x00 0x30e00000 0x00 0x1000>;