1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (c) 2017 Toradex, Inc.
4  *
5  * Configuration settings for the Toradex Apalis TK1 modules.
6  */
7 
8 #ifndef __CONFIG_H
9 #define __CONFIG_H
10 
11 #include <linux/sizes.h>
12 
13 #include "tegra124-common.h"
14 
15 #define FDT_MODULE			"apalis-v1.2"
16 #define FDT_MODULE_V1_0			"apalis"
17 
18 #include "tegra-common-post.h"
19 
20 #endif /* __CONFIG_H */
21