arm64: renesas: Add R-Car S4 Starter Kit support
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Fri, 31 Jan 2025 01:19:57 +0000 (02:19 +0100)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Tue, 4 Feb 2025 22:32:00 +0000 (23:32 +0100)
commit8a2ffd5a852e5ace1fe618ce08a0e1fdda65de51
tree7078332180e5ae1af1e906bab4fe0ebf275a49f5
parent5392ad2fd9ed082e40dac86174e6a737d177c143
arm64: renesas: Add R-Car S4 Starter Kit support

Add support for the R-Car S4 Starter Kit with R8A779F4 SoC support.
This implementation natively uses OF_UPSTREAM to pull in most recent
DT. The defconfig is derived from S4 Spider, with reduced UART baud
rate to 921600 Bdps. The DT alias to rswitch is removed as the alias
should point to rswitch ports, not to rswitch itself, see [1].

[1] https://lore.kernel.org/linux-arm-kernel/20250118111344.361617-5-marek.vasut+renesas@mailbox.org/

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
arch/arm/dts/r8a779f4-s4sk-u-boot.dtsi [new file with mode: 0644]
arch/arm/mach-renesas/Kconfig.rcar4
board/renesas/s4sk/Kconfig [new file with mode: 0644]
board/renesas/s4sk/MAINTAINERS [new file with mode: 0644]
board/renesas/s4sk/Makefile [new file with mode: 0644]
board/renesas/s4sk/s4sk.c [new file with mode: 0644]
configs/r8a779f0_spider_defconfig
configs/r8a779f4_s4sk_defconfig [new file with mode: 0644]
configs/renesas_rcar4_s4.config [new file with mode: 0644]
doc/board/renesas/renesas.rst
include/configs/s4sk.h [new file with mode: 0644]