From a3efeb0a6abbb251972cd7d08f8710b2e37cbbc0 Mon Sep 17 00:00:00 2001 From: Jayesh Choudhary Date: Wed, 12 Jun 2024 14:41:22 +0530 Subject: configs: introduce configs needed for the J722S Introduce the initial configs needed to support the J722S SoC family. Signed-off-by: Vaishnav Achath Signed-off-by: Jayesh Choudhary --- include/configs/j722s_evm.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 include/configs/j722s_evm.h (limited to 'include') 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 + +#endif /* __CONFIG_J722S_EVM_H */ -- cgit v1.2.3