mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-11 07:24:46 +00:00

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>
11 lines
381 B
Text
11 lines
381 B
Text
#include <configs/renesas_rcar4_s4.config>
|
|
|
|
CONFIG_ARM=y
|
|
CONFIG_ARCH_RENESAS=y
|
|
CONFIG_RCAR_GEN4=y
|
|
CONFIG_TARGET_S4SK=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="renesas/r8a779f4-s4sk"
|
|
CONFIG_BOOTCOMMAND="tftp 0x48080000 Image && tftp 0x48000000 Image-r8a779f4-s4sk.dtb && booti 0x48080000 - 0x48000000"
|
|
CONFIG_DEFAULT_FDT_FILE="r8a779f4-s4sk.dtb"
|
|
CONFIG_BAUDRATE=921600
|
|
CONFIG_BOARD_LATE_INIT=y
|