| /* | |
| * Copyright (C) 2025 Microchip Technology Inc. and its subsidiaries | |
| * | |
| * SPDX-License-Identifier: Apache-2.0 | |
| */ | |
| #ifndef __SAMA7G5_SOC__H_ | |
| #define __SAMA7G5_SOC__H_ | |
| #ifdef CONFIG_SOC_SAMA7G54 | |
| #define __SAMA7G54__ | |
| #endif | |
| #include "sam.h" | |
| #endif /* __SAMA7G5_SOC__H_ */ |