PCI: doc/pci: create Documentation/PCI/ and move files into it
[linux-2.6/x86.git] / arch / ppc / platforms / pq2ads_pd.h
blob672483df8079da4a502b522af2e4ab670d766cbc
1 #ifndef __PQ2ADS_PD_H
2 #define __PQ2ADS_PD_H
3 /*
4 * arch/ppc/platforms/82xx/pq2ads_pd.h
6 * Some defines for MPC82xx board-specific PlatformDevice descriptions
8 * 2005 (c) MontaVista Software, Inc.
9 * Vitaly Bordug <vbordug@ru.mvista.com>
11 * This file is licensed under the terms of the GNU General Public License
12 * version 2. This program is licensed "as is" without any warranty of any
13 * kind, whether express or implied.
16 /* FCC1 Clock Source Configuration. These can be redefined in the board specific file.
17 Can only choose from CLK9-12 */
19 #define F1_RXCLK 11
20 #define F1_TXCLK 10
22 /* FCC2 Clock Source Configuration. These can be redefined in the board specific file.
23 Can only choose from CLK13-16 */
24 #define F2_RXCLK 15
25 #define F2_TXCLK 16
27 /* FCC3 Clock Source Configuration. These can be redefined in the board specific file.
28 Can only choose from CLK13-16 */
29 #define F3_RXCLK 13
30 #define F3_TXCLK 14
32 #endif