From de5ef5d3b7d1bf5b678593da93def9ccf617cc83 Mon Sep 17 00:00:00 2001 From: Apurva Nandan Date: Sat, 24 Feb 2024 01:51:46 +0530 Subject: board: ti: j784s4: Add board support for J784S4 EVM Add board files for J784S4 EVM. SYS_DISABLE_DCACHE_OPS is selected in the Kconfig because J784S4/AM69 are a coherent architecture at A72 level by MSMC support. Signed-off-by: Hari Nagalla Signed-off-by: Dasnavis Sabiya Signed-off-by: Apurva Nandan Reviewed-by: Tom Rini Reviewed-by: Tom Rini Tested-by: Marcel Ziswiler # AM69-SK --- include/configs/j784s4_evm.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 include/configs/j784s4_evm.h (limited to 'include') diff --git a/include/configs/j784s4_evm.h b/include/configs/j784s4_evm.h new file mode 100644 index 00000000000..4a2ccdce144 --- /dev/null +++ b/include/configs/j784s4_evm.h @@ -0,0 +1,15 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ +/* + * Configuration header file for K3 J784S4 EVM + * + * Copyright (C) 2023-2024 Texas Instruments Incorporated - https://www.ti.com/ + * Hari Nagalla + */ + +#ifndef __CONFIG_J784S4_EVM_H +#define __CONFIG_J784S4_EVM_H + +/* Now for the remaining common defines */ +#include + +#endif /* __CONFIG_J784S4_EVM_H */ -- cgit v1.2.3