From 08f3f477c62a2397e7fb3d4a20c4bbd76be415b6 Mon Sep 17 00:00:00 2001 From: Andre Przywara Date: Tue, 26 Nov 2024 01:08:22 +0000 Subject: sunxi: add basic A523 support Add the basic Kconfig options, addresses and other values for the existing Kconfig settings for the new Allwinner A523/T527/H728 SoC. Signed-off-by: Andre Przywara --- include/configs/sun55i.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 include/configs/sun55i.h (limited to 'include') diff --git a/include/configs/sun55i.h b/include/configs/sun55i.h new file mode 100644 index 00000000000..70649366c1c --- /dev/null +++ b/include/configs/sun55i.h @@ -0,0 +1,11 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * Placeholder wrapper to allow addressing Allwinner devices with Cortex-A55 + * cores separately. Please do not add anything in here. + */ +#ifndef __CONFIG_H +#define __CONFIG_H + +#include + +#endif /* __CONFIG_H */ -- cgit v1.2.3