]> git.sur5r.net Git - u-boot/blob - arch/arm/include/asm/arch-pxa/pxa.h
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / arch / arm / include / asm / arch-pxa / pxa.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * PXA common functions
4  *
5  * Copyright (C) 2011 Marek Vasut <marek.vasut@gmail.com>
6  */
7
8 #ifndef __PXA_H__
9 #define __PXA_H__
10
11 #define PXA255_A0       0x00000106
12 #define PXA250_C0       0x00000105
13 #define PXA250_B2       0x00000104
14 #define PXA250_B1       0x00000103
15 #define PXA250_B0       0x00000102
16 #define PXA250_A1       0x00000101
17 #define PXA250_A0       0x00000100
18 #define PXA210_C0       0x00000125
19 #define PXA210_B2       0x00000124
20 #define PXA210_B1       0x00000123
21 #define PXA210_B0       0x00000122
22
23 int cpu_is_pxa25x(void);
24 int cpu_is_pxa27x(void);
25 uint32_t pxa_get_cpu_revision(void);
26 void pxa2xx_dram_init(void);
27
28 #endif  /* __PXA_H__ */