xref: /linux/include/dt-bindings/soc/cpm1-fsl,tsa.h (revision 1ac731c529cd4d6adbce134754b51ff7d822b145)
1 /* SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause */
2 
3 #ifndef __DT_BINDINGS_SOC_FSL_TSA_H
4 #define __DT_BINDINGS_SOC_FSL_TSA_H
5 
6 #define FSL_CPM_TSA_NU		0	/* Pseuso Cell Id for not used item */
7 #define FSL_CPM_TSA_SCC2	1
8 #define FSL_CPM_TSA_SCC3	2
9 #define FSL_CPM_TSA_SCC4	3
10 #define FSL_CPM_TSA_SMC1	4
11 #define FSL_CPM_TSA_SMC2	5
12 
13 #endif
14