Skip to content

Commit 0475b0d

Browse files
petegriffinkrzk
authored andcommitted
dt-bindings: soc: google: Add gs101-pmu-intr-gen binding documentation
Add bindings documentation for the Power Management Unit (PMU) interrupt generator. Reviewed-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Peter Griffin <[email protected]> Link: https://lore.kernel.org/r/20250506-contrib-pg-cpu-hotplug-suspend2ram-fixes-v1-v4-1-9f64a2657316@linaro.org Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 2c2e5e9 commit 0475b0d

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
2+
%YAML 1.2
3+
---
4+
$id: http://devicetree.org/schemas/soc/google/google,gs101-pmu-intr-gen.yaml#
5+
$schema: http://devicetree.org/meta-schemas/core.yaml#
6+
7+
title: Google Power Management Unit (PMU) Interrupt Generation
8+
9+
description: |
10+
PMU interrupt generator for handshaking between PMU through interrupts.
11+
12+
maintainers:
13+
- Peter Griffin <[email protected]>
14+
15+
properties:
16+
compatible:
17+
items:
18+
- const: google,gs101-pmu-intr-gen
19+
- const: syscon
20+
21+
reg:
22+
maxItems: 1
23+
24+
required:
25+
- compatible
26+
- reg
27+
28+
additionalProperties: false
29+
30+
examples:
31+
- |
32+
pmu_intr_gen: syscon@17470000 {
33+
compatible = "google,gs101-pmu-intr-gen", "syscon";
34+
reg = <0x17470000 0x10000>;
35+
};

0 commit comments

Comments
 (0)