diff options
author | Julien Masson <jmasson@baylibre.com> | 2023-12-04 11:48:55 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-12-19 10:09:06 -0500 |
commit | ee33f6539d3d17f9ffea57f785e8d4a936f9bac3 (patch) | |
tree | b389f38886e2da59d30bd508dc88d5830b5406d3 /include | |
parent | 80cdb6df224a16506d766c625c7e14b0d83d9d5e (diff) | |
download | u-boot-ee33f6539d3d17f9ffea57f785e8d4a936f9bac3.zip u-boot-ee33f6539d3d17f9ffea57f785e8d4a936f9bac3.tar.gz u-boot-ee33f6539d3d17f9ffea57f785e8d4a936f9bac3.tar.bz2 |
arm: mediatek: add support for MediaTek MT8365 SoC
This patch adds basic support for MediaTek MT8365 SoC.
The dtsi has been copied from Linux source code tag v6.7-rc2.
(commit 9b5d64654ea8f51fe1e8e29ca1777b620be8fb7c)
Signed-off-by: Julien Masson <jmasson@baylibre.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mt8365.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/configs/mt8365.h b/include/configs/mt8365.h new file mode 100644 index 0000000..e8aacf8 --- /dev/null +++ b/include/configs/mt8365.h @@ -0,0 +1,12 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * Configuration for MT8365 based boards + * + * Copyright (C) 2023 BayLibre, SAS + * Author: Julien Masson <jmasson@baylibre.com> + */ + +#ifndef __MT8365_H +#define __MT8365_H + +#endif |