summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/soc/google/google,gs101-pmu-intr-gen.yaml
blob: 2be022ca6a7d0780db3163f1b774e4825a9123fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
%YAML 1.2
---
$id: http://devicetree.org/schemas/soc/google/google,gs101-pmu-intr-gen.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Google Power Management Unit (PMU) Interrupt Generation

description: |
  PMU interrupt generator for handshaking between PMU through interrupts.

maintainers:
  - Peter Griffin <peter.griffin@linaro.org>

properties:
  compatible:
    items:
      - const: google,gs101-pmu-intr-gen
      - const: syscon

  reg:
    maxItems: 1

required:
  - compatible
  - reg

additionalProperties: false

examples:
  - |
    pmu_intr_gen: syscon@17470000 {
      compatible = "google,gs101-pmu-intr-gen", "syscon";
      reg = <0x17470000 0x10000>;
    };