xref: /freebsd/sys/contrib/device-tree/include/dt-bindings/soc/qe-fsl,tsa.h (revision b2d2a78ad80ec68d4a17f5aef97d21686cb1e29b)
1*b2d2a78aSEmmanuel Vadot /* SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause */
2*b2d2a78aSEmmanuel Vadot 
3*b2d2a78aSEmmanuel Vadot #ifndef __DT_BINDINGS_SOC_FSL_QE_TSA_H
4*b2d2a78aSEmmanuel Vadot #define __DT_BINDINGS_SOC_FSL_QE_TSA_H
5*b2d2a78aSEmmanuel Vadot 
6*b2d2a78aSEmmanuel Vadot #define FSL_QE_TSA_NU		0
7*b2d2a78aSEmmanuel Vadot #define FSL_QE_TSA_UCC1		1
8*b2d2a78aSEmmanuel Vadot #define FSL_QE_TSA_UCC2		2
9*b2d2a78aSEmmanuel Vadot #define FSL_QE_TSA_UCC3		3
10*b2d2a78aSEmmanuel Vadot #define FSL_QE_TSA_UCC4		4
11*b2d2a78aSEmmanuel Vadot #define FSL_QE_TSA_UCC5		5
12*b2d2a78aSEmmanuel Vadot 
13*b2d2a78aSEmmanuel Vadot #endif
14