summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorApurva Nandan <[email protected]>2024-02-24 01:51:46 +0530
committerTom Rini <[email protected]>2024-03-04 13:41:03 -0500
commitde5ef5d3b7d1bf5b678593da93def9ccf617cc83 (patch)
tree4fad1a6ee5d785dc2c08333db6675307f597c41f /include/configs
parent691dfbed07fae3ce41559bb12c112f65bb15a70b (diff)
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 <[email protected]> Signed-off-by: Dasnavis Sabiya <[email protected]> Signed-off-by: Apurva Nandan <[email protected]> Reviewed-by: Tom Rini <[email protected]> Reviewed-by: Tom Rini <[email protected]> Tested-by: Marcel Ziswiler <[email protected]> # AM69-SK
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/j784s4_evm.h15
1 files changed, 15 insertions, 0 deletions
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 <[email protected]>
+ */
+
+#ifndef __CONFIG_J784S4_EVM_H
+#define __CONFIG_J784S4_EVM_H
+
+/* Now for the remaining common defines */
+#include <configs/ti_armv7_common.h>
+
+#endif /* __CONFIG_J784S4_EVM_H */