1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/soc/renesas/renesas,r9a09g011-sys.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Renesas RZ/V2M System Configuration (SYS)
8
9maintainers:
10  - Geert Uytterhoeven <geert+renesas@glider.be>
11
12description:
13  The RZ/V2M-alike SYS (System Configuration) controls the overall
14  configuration of the LSI and supports the following functions,
15  - Bank address settings for DMAC
16  - Bank address settings of the units for ICB
17  - ETHER AxCACHE[1] (C bit) control function
18  - RAMA initialization control
19  - MD[7:0] pin monitoring
20  - LSI version
21  - PCIe related settings
22  - WDT stop control
23  - Temperature sensor (TSU) monitor
24
25properties:
26  compatible:
27    const: renesas,r9a09g011-sys
28
29  reg:
30    maxItems: 1
31
32required:
33  - compatible
34  - reg
35
36additionalProperties: false
37
38examples:
39  - |
40    sys: system-controller@a3f03000 {
41      compatible = "renesas,r9a09g011-sys";
42      reg = <0xa3f03000 0x400>;
43    };
44