18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Copyright 2019 Laurent Pinchart <laurent.pinchart@ideasonboard.com>
48c2ecf20Sopenharmony_ci */
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ci#ifndef __DT_BINDINGS_DMA_XLNX_ZYNQMP_DPDMA_H__
78c2ecf20Sopenharmony_ci#define __DT_BINDINGS_DMA_XLNX_ZYNQMP_DPDMA_H__
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci#define ZYNQMP_DPDMA_VIDEO0		0
108c2ecf20Sopenharmony_ci#define ZYNQMP_DPDMA_VIDEO1		1
118c2ecf20Sopenharmony_ci#define ZYNQMP_DPDMA_VIDEO2		2
128c2ecf20Sopenharmony_ci#define ZYNQMP_DPDMA_GRAPHICS		3
138c2ecf20Sopenharmony_ci#define ZYNQMP_DPDMA_AUDIO0		4
148c2ecf20Sopenharmony_ci#define ZYNQMP_DPDMA_AUDIO1		5
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ci#endif /* __DT_BINDINGS_DMA_XLNX_ZYNQMP_DPDMA_H__ */
17