Lines Matching +full:per +full:- +full:peripheral
1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
4 $id: http://devicetree.org/schemas/spmi/qcom,spmi-pmic-arb.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Stephen Boyd <sboyd@kernel.org>
14 controller with wrapping arbitration logic to allow for multiple on-chip
21 - $ref: spmi.yaml
25 const: qcom,spmi-pmic-arb
29 - items: # V1
30 - description: core registers
31 - description: interrupt controller registers
32 - description: configuration registers
33 - items: # V2
34 - description: core registers
35 - description: tx-channel per virtual slave regosters
36 - description: rx-channel (called observer) per virtual slave registers
37 - description: interrupt controller registers
38 - description: configuration registers
40 reg-names:
42 - items:
43 - const: core
44 - const: intr
45 - const: cnfg
46 - items:
47 - const: core
48 - const: chnls
49 - const: obsrvr
50 - const: intr
51 - const: cnfg
56 interrupt-names:
59 interrupt-controller: true
61 '#address-cells': true
63 '#interrupt-cells':
66 cell 1: slave ID for the requested interrupt (0-15)
67 cell 2: peripheral ID for requested interrupt (0-255)
68 cell 3: the requested peripheral interrupt (0-7)
69 cell 4: interrupt flags indicating level-sense information,
70 as defined in dt-bindings/interrupt-controller/irq.h
72 '#size-cells': true
89 - compatible
90 - reg-names
91 - qcom,ee
92 - qcom,channel
97 - |
99 compatible = "qcom,spmi-pmic-arb";
100 reg-names = "core", "intr", "cnfg";
105 interrupt-names = "periph_irq";
111 #address-cells = <2>;
112 #size-cells = <0>;
114 interrupt-controller;
115 #interrupt-cells = <4>;