blob: 4aa876a9f79d378f360662ccddb8703e8bf6cc3f [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Wu, Joshb2d387b2015-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, Joshb2d387b2015-03-30 14:51:19 +08007 */
8
9#ifndef __AT91_SAMA5_COMMON_H
10#define __AT91_SAMA5_COMMON_H
11
Simon Glassbcee8d62019-12-06 21:41:35 -070012#include <linux/kconfig.h>
13
Wu, Joshb2d387b2015-03-30 14:51:19 +080014/* ARM asynchronous clock */
Tom Rini65cc0e22022-11-16 13:10:41 -050015#define CFG_SYS_AT91_SLOW_CLOCK 32768
16#define CFG_SYS_AT91_MAIN_CLOCK 12000000 /* from 12 MHz crystal */
Wu, Joshb2d387b2015-03-30 14:51:19 +080017
Wu, Joshb2d387b2015-03-30 14:51:19 +080018#endif