Merge tag 'xilinx-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodians/u...
[platform/kernel/u-boot.git] / arch / arm / include / asm / arch-ls102xa / svr.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright 2021 NXP
4  */
5
6 #ifndef _ASM_LS102X_SVR_H_
7 #define _ASM_LS102X_SVR_H_
8
9 #define SVR_LS102XA             0
10 #define SVR_VAR_PER_SHIFT       8
11 #define SVR_LS102XA_MASK        0x700
12
13 #endif /* _ASM_LS102X_SVR_H_ */