SPDX: Convert all of our single license tags to Linux Kernel style
[oweals/u-boot.git] / arch / arm / mach-at91 / include / mach / at91sam9_matrix.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2009 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jrosoft.com>
4  */
5
6 #ifndef __ASM_ARCH_AT91SAM9_MATRIX_H
7 #define __ASM_ARCH_AT91SAM9_MATRIX_H
8
9 #if defined(CONFIG_AT91SAM9260) || defined(CONFIG_AT91SAM9G20)
10 #include <asm/arch/at91sam9260_matrix.h>
11 #elif defined(CONFIG_AT91SAM9261)
12 #include <asm/arch/at91sam9261_matrix.h>
13 #elif defined(CONFIG_AT91SAM9263)
14 #include <asm/arch/at91sam9263_matrix.h>
15 #elif defined(CONFIG_AT91SAM9RL)
16 #include <asm/arch/at91sam9rl_matrix.h>
17 #elif defined(CONFIG_AT91SAM9G45) || defined(CONFIG_AT91SAM9M10G45)
18 #include <asm/arch/at91sam9g45_matrix.h>
19 #elif defined(CONFIG_AT91SAM9N12) || defined(CONFIG_AT91SAM9X5)
20 #include <asm/arch/at91sam9x5_matrix.h>
21 #else
22 #error "Unsupported AT91SAM9/CAP9 processor"
23 #endif
24
25 #endif /* __ASM_ARCH_AT91SAM9_MATRIX_H */