Searched +full:hwspinlock +full:- +full:r3p0 (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---4 $id: http://devicetree.org/schemas/hwlock/sprd,hwspinlock-r3p0.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Orson Zhai <orsonzhai@gmail.com>11 - Baolin Wang <baolin.wang7@gmail.com>12 - Chunyan Zhang <zhang.lyra@gmail.com>16 const: sprd,hwspinlock-r3p024 clock-names:27 '#hwlock-cells':[all …]
2 -------------------------------------5 - compatible : should be "sprd,hwspinlock-r3p0".6 - reg : the register address of hwspinlock.7 - #hwlock-cells : hwlock users only use the hwlock id to represent a specific9 - clock-names : Must contain "enable".10 - clocks : Must contain a phandle entry for the clock in clock-names, see the17 hwspinlock@40500000 {18 compatible = "sprd,hwspinlock-r3p0";20 #hwlock-cells = <1>;21 clock-names = "enable";
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)8 #include <dt-bindings/clock/sprd,sc9860-clk.h>11 interrupt-parent = <&gic>;12 #address-cells = <2>;13 #size-cells = <2>;16 compatible = "simple-bus";17 #address-cells = <2>;18 #size-cells = <2>;66 ap-apb@70000000 {67 compatible = "simple-bus";[all …]