2018-05-06 21:58:06 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
2015-09-03 16:49:28 +00: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 17:40:09 +00:00
|
|
|
#include <linux/stringify.h>
|
2015-09-03 16:49:28 +00:00
|
|
|
#include <asm/arch/imx-regs.h>
|
2017-06-29 08:16:06 +00:00
|
|
|
#include <asm/mach-imx/gpio.h>
|
2015-09-03 16:49:28 +00:00
|
|
|
|
|
|
|
/* Timer settings */
|
2022-12-04 15:13:45 +00:00
|
|
|
#define CFG_SC_TIMER_CLK 8000000 /* 8Mhz */
|
2015-09-03 16:49:28 +00:00
|
|
|
|
|
|
|
#endif
|