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