mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-07 22:03:14 +00:00
f8c760e8fc
Add support for the time slot assigner (TSA) available in some PowerQUICC SoC such as MPC885 or MPC866. Signed-off-by: Herve Codina <herve.codina@bootlin.com> Reviewed-by: Christophe Leroy <christophe.leroy@csgroup.eu> Link: https://lore.kernel.org/r/20230217145645.1768659-2-herve.codina@bootlin.com Signed-off-by: Mark Brown <broonie@kernel.org>
14 lines
342 B
C
14 lines
342 B
C
/* SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause */
|
|
|
|
#ifndef __DT_BINDINGS_SOC_FSL_TSA_H
|
|
#define __DT_BINDINGS_SOC_FSL_TSA_H
|
|
|
|
#define FSL_CPM_TSA_NU 0 /* Pseuso Cell Id for not used item */
|
|
#define FSL_CPM_TSA_SCC2 1
|
|
#define FSL_CPM_TSA_SCC3 2
|
|
#define FSL_CPM_TSA_SCC4 3
|
|
#define FSL_CPM_TSA_SMC1 4
|
|
#define FSL_CPM_TSA_SMC2 5
|
|
|
|
#endif
|