riscv: dts: renesas: Add minimal DTS for Renesas RZ/Five SMARC EVK
authorLad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Fri, 28 Oct 2022 16:59:19 +0000 (17:59 +0100)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 10 Nov 2022 15:36:34 +0000 (16:36 +0100)
commit4adb690aa1b41c1e52af579574d1d6aa58da1187
treed51325a8e57080343ecc16b3fc65768e71ba4d32
parentb3e77da00f1b7b670983c69d0295f4ce132bf87c
riscv: dts: renesas: Add minimal DTS for Renesas RZ/Five SMARC EVK

Enable the minimal blocks required for booting the Renesas RZ/Five
SMARC EVK with initramfs.

Below are the blocks which are enabled:
- CPG
- CPU0
- DDR (memory regions)
- PINCTRL
- PLIC
- SCIF0

As we are reusing the RZ/G2UL SoC base DTSI [0], RZ/G2UL SMARC SoM [1] and
carrier [2] board DTSIs which enables almost all the blocks supported
by the RZ/G2UL SMARC EVK and whereas on RZ/Five SoC we will be gradually
enabling the blocks hence the aliases for ETH/I2C are deleted and rest
of the IP blocks are marked as disabled/deleted.

[0] arch/arm64/boot/dts/renesas/r9a07g043.dtsi
[1] arch/arm64/boot/dts/renesas/rzg2ul-smarc-som.dtsi
[2] arch/arm64/boot/dts/renesas/rzg2ul-smarc.dtsi

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Acked-by: Palmer Dabbelt <palmer@rivosinc.com>
Link: https://lore.kernel.org/r/20221028165921.94487-6-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/riscv/boot/dts/Makefile
arch/riscv/boot/dts/renesas/Makefile [new file with mode: 0644]
arch/riscv/boot/dts/renesas/r9a07g043f01-smarc.dts [new file with mode: 0644]
arch/riscv/boot/dts/renesas/rzfive-smarc-som.dtsi [new file with mode: 0644]
arch/riscv/boot/dts/renesas/rzfive-smarc.dtsi [new file with mode: 0644]