blob: 4631acfd6643aecd7144a6a29d85ab86223b4534 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Wu, Josh42587542015-03-30 14:51:19 +08002/*
3 * Common part of configuration settings for the AT91 SAMA5 board.
4 *
5 * Copyright (C) 2015 Atmel Corporation
6 * Josh Wu <josh.wu@atmel.com>
Wu, Josh42587542015-03-30 14:51:19 +08007 */
8
9#ifndef __AT91_SAMA5_COMMON_H
10#define __AT91_SAMA5_COMMON_H
11
Simon Glassfa4689a2019-12-06 21:41:35 -070012#include <linux/kconfig.h>
13
Wu, Josh42587542015-03-30 14:51:19 +080014/* ARM asynchronous clock */
15#define CONFIG_SYS_AT91_SLOW_CLOCK 32768
16#define CONFIG_SYS_AT91_MAIN_CLOCK 12000000 /* from 12 MHz crystal */
17
Wu, Josh42587542015-03-30 14:51:19 +080018#endif