]> git.sur5r.net Git - u-boot/blob - arch/arm/mach-stm32mp/include/mach/sys_proto.h
a8c20d1b2a440b49d771c95ff514f704222a5f29
[u-boot] / arch / arm / mach-stm32mp / include / mach / sys_proto.h
1 /*
2  * Copyright (C) 2015-2017, STMicroelectronics - All Rights Reserved
3  *
4  * SPDX-License-Identifier:     GPL-2.0+        BSD-3-Clause
5  */
6
7 #define CPU_STMP32MP15x 0x500
8
9 /* return CPU_STMP32MPxx constants */
10 u32 get_cpu_type(void);
11
12 #define CPU_REVA        0x1000
13 #define CPU_REVB        0x2000
14
15 /* return CPU_REV constants */
16 u32 get_cpu_rev(void);