1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2015 Freescale Semiconductor, Inc.
4  *
5  * Configuration settings for the Freescale i.MX7.
6  */
7 
8 #ifndef __MX7_COMMON_H
9 #define __MX7_COMMON_H
10 
11 #include <linux/sizes.h>
12 #include <linux/stringify.h>
13 #include <asm/arch/imx-regs.h>
14 #include <asm/mach-imx/gpio.h>
15 
16 /* Timer settings */
17 #define CFG_SC_TIMER_CLK 8000000 /* 8Mhz */
18 
19 #endif
20