blob: 0b8233de8c42b871f81d5a2c9e94b1674818cd58 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0 */
Stephen Warren8f393772013-02-26 12:28:29 +00002/*
3 * Copyright (c) 2013, NVIDIA CORPORATION. All rights reserved.
Stephen Warren8f393772013-02-26 12:28:29 +00004 */
5
6#ifndef __MX6_COMMON_H
7#define __MX6_COMMON_H
8
Simon Glass1af3c7f2020-05-10 11:40:09 -06009#include <linux/stringify.h>
10
Stefan Agner46718352018-01-05 15:08:19 +010011#if (defined(CONFIG_MX6UL) || defined(CONFIG_MX6ULL))
Tom Rini3cdd6302022-12-04 10:13:45 -050012#define CFG_SC_TIMER_CLK 8000000 /* 8Mhz */
Stefan Agner46718352018-01-05 15:08:19 +010013#else
Fabio Estevam6d73c232014-01-29 17:39:49 -020014#ifndef CONFIG_SYS_L2CACHE_OFF
Tom Rini65cc0e22022-11-16 13:10:41 -050015#define CFG_SYS_PL310_BASE L2_PL310_BASE
Fabio Estevam6d73c232014-01-29 17:39:49 -020016#endif
17
Peng Fan436cf402015-07-20 19:28:26 +080018#endif
Gabriel Huaua76df702014-07-26 11:35:43 -070019
Peter Robinson056845c2015-05-22 17:30:45 +010020#include <linux/sizes.h>
21#include <asm/arch/imx-regs.h>
Stefano Babic552a8482017-06-29 10:16:06 +020022#include <asm/mach-imx/gpio.h>
Peter Robinson056845c2015-05-22 17:30:45 +010023
Peter Robinson2d8a0742015-05-22 17:30:50 +010024/* Miscellaneous configurable options */
Peter Robinson2d8a0742015-05-22 17:30:50 +010025
Peter Robinsone51c1e82015-05-22 17:30:52 +010026/* MMC */
Peter Robinsone51c1e82015-05-22 17:30:52 +010027
Stephen Warren8f393772013-02-26 12:28:29 +000028#endif