xref: /linux/scripts/dtc/include-prefixes/dt-bindings/dma/qcom-gpi.h (revision cdd38c5f1ce4398ec58fec95904b75824daab7b5)
1*678198f2SVinod Koul /* SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause */
2*678198f2SVinod Koul /* Copyright (c) 2020, Linaro Ltd.  */
3*678198f2SVinod Koul 
4*678198f2SVinod Koul #ifndef __DT_BINDINGS_DMA_QCOM_GPI_H__
5*678198f2SVinod Koul #define __DT_BINDINGS_DMA_QCOM_GPI_H__
6*678198f2SVinod Koul 
7*678198f2SVinod Koul #define QCOM_GPI_SPI		1
8*678198f2SVinod Koul #define QCOM_GPI_UART		2
9*678198f2SVinod Koul #define QCOM_GPI_I2C		3
10*678198f2SVinod Koul 
11*678198f2SVinod Koul #endif /* __DT_BINDINGS_DMA_QCOM_GPI_H__ */
12