]> git.ipfire.org Git - thirdparty/u-boot.git/blame - arch/arm/include/asm/arch-pxa/pxa.h
Add GPL-2.0+ SPDX-License-Identifier to source files
[thirdparty/u-boot.git] / arch / arm / include / asm / arch-pxa / pxa.h
CommitLineData
77b04c57
MV
1/*
2 * PXA common functions
3 *
4 * Copyright (C) 2011 Marek Vasut <marek.vasut@gmail.com>
5 *
1a459660 6 * SPDX-License-Identifier: GPL-2.0+
77b04c57
MV
7 */
8
9#ifndef __PXA_H__
10#define __PXA_H__
11
539e9ffd
LD
12#define PXA255_A0 0x00000106
13#define PXA250_C0 0x00000105
14#define PXA250_B2 0x00000104
15#define PXA250_B1 0x00000103
16#define PXA250_B0 0x00000102
17#define PXA250_A1 0x00000101
18#define PXA250_A0 0x00000100
19#define PXA210_C0 0x00000125
20#define PXA210_B2 0x00000124
21#define PXA210_B1 0x00000123
22#define PXA210_B0 0x00000122
23
77b04c57
MV
24int cpu_is_pxa25x(void);
25int cpu_is_pxa27x(void);
539e9ffd 26uint32_t pxa_get_cpu_revision(void);
f68d2a22 27void pxa2xx_dram_init(void);
77b04c57
MV
28
29#endif /* __PXA_H__ */