44 lines · yaml
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)2%YAML 1.23---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 overall14 configuration of the LSI and supports the following functions,15 - Bank address settings for DMAC16 - Bank address settings of the units for ICB17 - ETHER AxCACHE[1] (C bit) control function18 - RAMA initialization control19 - MD[7:0] pin monitoring20 - LSI version21 - PCIe related settings22 - WDT stop control23 - Temperature sensor (TSU) monitor24 25properties:26 compatible:27 const: renesas,r9a09g011-sys28 29 reg:30 maxItems: 131 32required:33 - compatible34 - reg35 36additionalProperties: false37 38examples:39 - |40 sys: system-controller@a3f03000 {41 compatible = "renesas,r9a09g011-sys";42 reg = <0xa3f03000 0x400>;43 };44