summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorJayesh Choudhary <[email protected]>2024-06-12 14:41:22 +0530
committerTom Rini <[email protected]>2024-06-19 12:07:44 -0600
commita3efeb0a6abbb251972cd7d08f8710b2e37cbbc0 (patch)
tree47427db285d39a421e1fc8fc196d0e30dbba046d /include/configs
parentfc2da3a3d0d32e0654a6d55f0d8f9df7b7da5ed7 (diff)
configs: introduce configs needed for the J722S
Introduce the initial configs needed to support the J722S SoC family. Signed-off-by: Vaishnav Achath <[email protected]> Signed-off-by: Jayesh Choudhary <[email protected]>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/j722s_evm.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/configs/j722s_evm.h b/include/configs/j722s_evm.h
new file mode 100644
index 00000000000..10f2e2d3edc
--- /dev/null
+++ b/include/configs/j722s_evm.h
@@ -0,0 +1,14 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * Configuration header file for K3 J722S SoC family
+ *
+ * Copyright (C) 2024 Texas Instruments Incorporated - https://www.ti.com/
+ */
+
+#ifndef __CONFIG_J722S_EVM_H
+#define __CONFIG_J722S_EVM_H
+
+/* Now for the remaining common defines */
+#include <configs/ti_armv7_common.h>
+
+#endif /* __CONFIG_J722S_EVM_H */