blob: 81c76ef52a722bc5c8e62115ea7336052b0713ad [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
Wu, Joshb2d387b2015-03-30 14:51:19 +080012/* ARM asynchronous clock */
Tom Rini65cc0e22022-11-16 13:10:41 -050013#define CFG_SYS_AT91_SLOW_CLOCK 32768
14#define CFG_SYS_AT91_MAIN_CLOCK 12000000 /* from 12 MHz crystal */
Wu, Joshb2d387b2015-03-30 14:51:19 +080015
Wu, Joshb2d387b2015-03-30 14:51:19 +080016#endif