xref: /openbmc/u-boot/include/configs/T4240QDS.h (revision 03efcb05)
1 /*
2  * Copyright 2011-2012 Freescale Semiconductor, Inc.
3  *
4  * SPDX-License-Identifier:	GPL-2.0+
5  */
6 
7 /*
8  * T4240 QDS board configuration file
9  */
10 #define CONFIG_T4240QDS
11 #define CONFIG_PHYS_64BIT
12 
13 #define CONFIG_FSL_SATA_V2
14 #define CONFIG_PCIE4
15 
16 #define CONFIG_ICS307_REFCLK_HZ		25000000  /* ICS307 ref clk freq */
17 
18 #include "t4qds.h"
19