2018-05-06 17:58:06 -04:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
2015-09-03 11:49:28 -05:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2015 Freescale Semiconductor, Inc.
|
|
|
|
*
|
|
|
|
* Configuration settings for the Freescale i.MX7.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __MX7_COMMON_H
|
|
|
|
#define __MX7_COMMON_H
|
|
|
|
|
|
|
|
#include <linux/sizes.h>
|
2020-05-10 11:40:09 -06:00
|
|
|
#include <linux/stringify.h>
|
2015-09-03 11:49:28 -05:00
|
|
|
#include <asm/arch/imx-regs.h>
|
2017-06-29 10:16:06 +02:00
|
|
|
#include <asm/mach-imx/gpio.h>
|
2015-09-03 11:49:28 -05:00
|
|
|
|
|
|
|
/* Timer settings */
|
2022-12-04 10:13:45 -05:00
|
|
|
#define CFG_SC_TIMER_CLK 8000000 /* 8Mhz */
|
2015-09-03 11:49:28 -05:00
|
|
|
|
|
|
|
#endif
|