mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
ee33f6539d
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>
12 lines
222 B
C
12 lines
222 B
C
/* 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
|