Lines Matching +full:omap4 +full:- +full:hwspinlock
1 # SPDX-License-Identifier: (GPL-2.0-only or BSD-2-Clause)
3 ---
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
21 "#hwlock-cells":
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
26 a hwspinlock bank.
32 - compatible
33 - reg
34 - "#hwlock-cells"
40 - |
41 /* OMAP4 SoCs */
42 hwspinlock: spinlock@4a0f6000 {
43 compatible = "ti,omap4-hwspinlock";
45 #hwlock-cells = <1>;
48 - |
52 compatible = "ti,am654-evm", "ti,am654";
53 #address-cells = <2>;
54 #size-cells = <2>;
57 compatible = "simple-bus";
58 #address-cells = <2>;
59 #size-cells = <2>;
64 compatible = "simple-mfd";
65 #address-cells = <2>;
66 #size-cells = <2>;
70 compatible = "ti,am654-hwspinlock";
72 #hwlock-cells = <1>;