diff options
| author | Tom Rini <[email protected]> | 2023-12-19 10:09:14 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-12-19 11:42:03 -0500 |
| commit | 9cfef5fcfb58aceca8f8599643bfe58710567575 (patch) | |
| tree | c3345cb0438baf83052ee5dfb4b4629bf545b5fa /include/configs | |
| parent | 298419ba4d7cef25ec679ee1206280789175ed29 (diff) | |
| parent | 1c2c0c635980f992e56c4a5679984721bf33ddd9 (diff) | |
Merge patch series "Add support for MediaTek MT8365 EVK Board"
Julien Masson <[email protected]> says:
This patch series add the support for the MediaTek MT8365 EVK Board [1].
Most of the code have been copied/adapted from Linux tag v6.7-rc2.
For now we only enable/test these features:
Boot, UART, Watchdog and MMC.
[trini: This includes two clocks not listed in the Linux binding, which
needs resyncing later]
Diffstat (limited to 'include/configs')
| -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 00000000000..e8aacf8c5df --- /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 <[email protected]> + */ + +#ifndef __MT8365_H +#define __MT8365_H + +#endif |
