summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJayesh Choudhary <j-choudhary@ti.com>2023-12-18 21:26:35 +0530
committerFrancesco Dolcini <francesco.dolcini@toradex.com>2024-03-21 14:26:33 +0000
commit4ca0ef08a6edbec4557e30c2f9e650db38af99db (patch)
treeec7a0f9487d9c49bbf33867188a6e357000fa27f /include
parent4d974cd734f3f124f97cacb108f6dc8aa94060fb (diff)
configs: introduce configs needed for the J722S
Introduce the initial configs needed to support the J722S SoC family. Signed-off-by: Vaishnav Achath <vaishnav.a@ti.com> Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/j722s_evm.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/include/configs/j722s_evm.h b/include/configs/j722s_evm.h
new file mode 100644
index 0000000000..d052ff2553
--- /dev/null
+++ b/include/configs/j722s_evm.h
@@ -0,0 +1,17 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * Configuration header file for K3 J722S SoC family
+ *
+ * Copyright (C) 2023 Texas Instruments Incorporated - https://www.ti.com/
+ */
+
+#ifndef __CONFIG_J722S_EVM_H
+#define __CONFIG_J722S_EVM_H
+
+#include <config_distro_bootcmd.h>
+#include <environment/ti/mmc.h>
+
+/* Now for the remaining common defines */
+#include <configs/ti_armv7_common.h>
+
+#endif /* __CONFIG_J722S_EVM_H */