From 164dad9cd29fc6d9360b2f4ecf24b6975fe7f103 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 24 Mar 2016 14:45:04 -0600 Subject: [PATCH] Sabre-6quad: Add crystal frequencies to board.h --- configs/sabre-6quad/include/board.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/configs/sabre-6quad/include/board.h b/configs/sabre-6quad/include/board.h index a87e209475..298d243ed4 100644 --- a/configs/sabre-6quad/include/board.h +++ b/configs/sabre-6quad/include/board.h @@ -46,6 +46,15 @@ * Pre-processor Definitions ************************************************************************************/ /* Clocking *************************************************************************/ +/* The Sabre-6Quad board has two crystals: + * + * Y1 24 MHz CPU_XTALI/CPU_XTALO + * QZ500 32.768 KHz RTC_XTALI/RTC_XTALO + */ + +#define BOARD_CPUXTAL_FREQUENCY 24000000 +#define BAORD_RTCXTAL_FREQUENCY 32768 + /* Clocking will be configured at 792 MHz initially when started via U-Boot. The * Linux kernel will use the CPU frequency scaling code which will switch the * processor frequency between 400 MHz and 1GHz based on load and temperature.