From 8a2ffd5a852e5ace1fe618ce08a0e1fdda65de51 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Fri, 31 Jan 2025 02:19:57 +0100 Subject: 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 --- include/configs/s4sk.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 include/configs/s4sk.h (limited to 'include') diff --git a/include/configs/s4sk.h b/include/configs/s4sk.h new file mode 100644 index 00000000000..a1707359a39 --- /dev/null +++ b/include/configs/s4sk.h @@ -0,0 +1,13 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * This file is S4SK board configuration. + * + * Copyright (C) 2024-2025 Renesas Electronics Corp. + */ + +#ifndef __S4SK_H +#define __S4SK_H + +#include "rcar-gen4-common.h" + +#endif /* __S4SK_H */ -- cgit v1.2.3