arm: vf610: add uart0 clock/iomux definitions
[u-boot/qq2440-u-boot.git] / board / freescale / common / cadmus.h
blob78671928256ed4a7127c97f9b7ed761eac0173b4
1 /*
2 * Copyright 2004 Freescale Semiconductor.
4 * SPDX-License-Identifier: GPL-2.0+
5 */
7 #ifndef __CADMUS_H_
8 #define __CADMUS_H_
12 * CADMUS Board System Register interface.
16 * Returns board version register.
18 extern unsigned int get_board_version(void);
21 * Returns either 33000000 or 66000000 as the SYS_CLK_FREQ.
23 extern unsigned long get_clock_freq(void);
27 * Returns 1 - 4, as found in the USER CSR[6:7] bits.
29 extern unsigned int get_pci_slot(void);
33 * Returns PCI DUAL as found in CM_PCI[3].
35 extern unsigned int get_pci_dual(void);
38 #endif /* __CADMUS_H_ */