1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Common part of configuration settings for the AT91 SAMA5 board.
5 * Copyright (C) 2015 Atmel Corporation
6 * Josh Wu <josh.wu@atmel.com>
9 #ifndef __AT91_SAMA5_COMMON_H
10 #define __AT91_SAMA5_COMMON_H
12 #include <linux/kconfig.h>
14 /* ARM asynchronous clock */
15 #define CFG_SYS_AT91_SLOW_CLOCK 32768
16 #define CFG_SYS_AT91_MAIN_CLOCK 12000000 /* from 12 MHz crystal */