summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndre Przywara <[email protected]>2024-11-26 01:08:22 +0000
committerAndre Przywara <[email protected]>2025-07-27 23:11:31 +0100
commit08f3f477c62a2397e7fb3d4a20c4bbd76be415b6 (patch)
tree4eedea35de1219dc4a203d8df8ef67db3e4073a7 /include
parent45310eb74b4b420f196acafaf14f06c624a25ae7 (diff)
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 <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/sun55i.h11
1 files changed, 11 insertions, 0 deletions
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 <configs/sunxi-common.h>
+
+#endif /* __CONFIG_H */