blob: 4704276a74de840ed00ae398d8c4340fb48a3b69 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Adrian Alonso98810772015-09-03 11:49:28 -05002/*
3 * Copyright (C) 2015 Freescale Semiconductor, Inc.
4 *
5 * Configuration settings for the Freescale i.MX7.
Adrian Alonso98810772015-09-03 11:49:28 -05006 */
7
8#ifndef __MX7_COMMON_H
9#define __MX7_COMMON_H
10
11#include <linux/sizes.h>
Simon Glassfb64e362020-05-10 11:40:09 -060012#include <linux/stringify.h>
Adrian Alonso98810772015-09-03 11:49:28 -050013#include <asm/arch/imx-regs.h>
Stefano Babic33731bc2017-06-29 10:16:06 +020014#include <asm/mach-imx/gpio.h>
Adrian Alonso98810772015-09-03 11:49:28 -050015
Adrian Alonso98810772015-09-03 11:49:28 -050016/* Timer settings */
17#define CONFIG_MXC_GPT_HCLK
Adrian Alonso98810772015-09-03 11:49:28 -050018#define CONFIG_SC_TIMER_CLK 8000000 /* 8Mhz */
19
20/* Enable iomux-lpsr support */
21#define CONFIG_IOMUX_LPSR
Adrian Alonso98810772015-09-03 11:49:28 -050022
Adrian Alonso98810772015-09-03 11:49:28 -050023/* Miscellaneous configurable options */
Adrian Alonso98810772015-09-03 11:49:28 -050024
Adrian Alonso98810772015-09-03 11:49:28 -050025/* UART */
Adrian Alonso98810772015-09-03 11:49:28 -050026
27/* MMC */
Adrian Alonso98810772015-09-03 11:49:28 -050028
Jun Niec9495bc2019-05-08 14:38:29 +080029/*
30 * If we have defined the OPTEE ram size and not OPTEE it means that we were
31 * launched by OPTEE, because of that we shall skip all the low level
32 * initialization since it was already done by ATF or OPTEE
33 */
Jun Niec9495bc2019-05-08 14:38:29 +080034
Adrian Alonso98810772015-09-03 11:49:28 -050035#endif