brintos

brintos / linux-shallow public Read only

0
0
Text · 1.1 KiB · ebbf0c9 Raw
52 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,r9a09g057-sys.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: Renesas RZ/V2H(P) System Controller (SYS)8 9maintainers:10  - Geert Uytterhoeven <geert+renesas@glider.be>11 12description: |13  The RZ/V2H(P) SYS (System Controller) controls the overall14  configuration of the LSI and supports the following functions,15  - Trust zone control16  - Extend access by specific masters to address beyond 4GB space17  - GBETH configuration18  - Control of settings and states of SRAM/PCIe/CM33/CA55/CR8/xSPI/ADC/TSU19  - LSI version20  - WDT stop control21  - General registers22 23properties:24  compatible:25    const: renesas,r9a09g057-sys26 27  reg:28    maxItems: 129 30  clocks:31    maxItems: 132 33  resets:34    maxItems: 135 36required:37  - compatible38  - reg39  - clocks40  - resets41 42additionalProperties: false43 44examples:45  - |46    sys: system-controller@10430000 {47        compatible = "renesas,r9a09g057-sys";48        reg = <0x10430000 0x10000>;49        clocks = <&cpg 1>;50        resets = <&cpg 1>;51    };52