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_ */ 14