Merge tag 'renesas-dt-bindings-for-v6.2-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into soc/dt

Renesas DT binding updates for v6.2 (take two)

  - Document support for the Andes Technology AX45MP RISC-V CPU Core, as
    used on the Renesas RZ/Five SoC,
  - Document support for the Renesas RZ/V2M System Configuration.

* tag 'renesas-dt-bindings-for-v6.2-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel:
  dt-bindings: arm: renesas: Document Renesas RZ/V2M System Configuration
  dt-bindings: riscv: Add Andes AX45MP core to the list
  dt-bindings: riscv: Sort the CPU core list alphabetically

Link: https://lore.kernel.org/r/cover.1668788927.git.geert+renesas@glider.be
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
Arnd Bergmann 2022-11-21 11:53:09 +01:00
commit f241625bb3
No known key found for this signature in database
GPG Key ID: 9A6C79EFE60018D9
2 changed files with 49 additions and 5 deletions

View File

@ -28,17 +28,18 @@ properties:
oneOf:
- items:
- enum:
- sifive,rocket0
- andestech,ax45mp
- canaan,k210
- sifive,bullet0
- sifive,e5
- sifive,e7
- sifive,e71
- sifive,u74-mc
- sifive,u54
- sifive,u74
- sifive,rocket0
- sifive,u5
- sifive,u54
- sifive,u7
- canaan,k210
- sifive,u74
- sifive,u74-mc
- const: riscv
- items:
- enum:

View File

@ -0,0 +1,43 @@
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2
---
$id: http://devicetree.org/schemas/soc/renesas/renesas,r9a09g011-sys.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
title: Renesas RZ/V2M System Configuration (SYS)
maintainers:
- Geert Uytterhoeven <geert+renesas@glider.be>
description:
The RZ/V2M-alike SYS (System Configuration) controls the overall
configuration of the LSI and supports the following functions,
- Bank address settings for DMAC
- Bank address settings of the units for ICB
- ETHER AxCACHE[1] (C bit) control function
- RAMA initialization control
- MD[7:0] pin monitoring
- LSI version
- PCIe related settings
- WDT stop control
- Temperature sensor (TSU) monitor
properties:
compatible:
const: renesas,r9a09g011-sys
reg:
maxItems: 1
required:
- compatible
- reg
additionalProperties: false
examples:
- |
sys: system-controller@a3f03000 {
compatible = "renesas,r9a09g011-sys";
reg = <0xa3f03000 0x400>;
};