pq2ads_pd.h 939 B

1234567891011121314151617181920212223242526272829303132
  1. #ifndef __PQ2ADS_PD_H
  2. #define __PQ2ADS_PD_H
  3. /*
  4. * arch/ppc/platforms/82xx/pq2ads_pd.h
  5. *
  6. * Some defines for MPC82xx board-specific PlatformDevice descriptions
  7. *
  8. * 2005 (c) MontaVista Software, Inc.
  9. * Vitaly Bordug <vbordug@ru.mvista.com>
  10. *
  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.
  14. */
  15. /* FCC1 Clock Source Configuration. These can be redefined in the board specific file.
  16. Can only choose from CLK9-12 */
  17. #define F1_RXCLK 11
  18. #define F1_TXCLK 10
  19. /* FCC2 Clock Source Configuration. These can be redefined in the board specific file.
  20. Can only choose from CLK13-16 */
  21. #define F2_RXCLK 15
  22. #define F2_TXCLK 16
  23. /* FCC3 Clock Source Configuration. These can be redefined in the board specific file.
  24. Can only choose from CLK13-16 */
  25. #define F3_RXCLK 13
  26. #define F3_TXCLK 14
  27. #endif