1*5def4c47SEmmanuel Vadot /* SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause */ 2*5def4c47SEmmanuel Vadot /* Copyright (c) 2020, Linaro Ltd. */ 3*5def4c47SEmmanuel Vadot 4*5def4c47SEmmanuel Vadot #ifndef __DT_BINDINGS_DMA_QCOM_GPI_H__ 5*5def4c47SEmmanuel Vadot #define __DT_BINDINGS_DMA_QCOM_GPI_H__ 6*5def4c47SEmmanuel Vadot 7*5def4c47SEmmanuel Vadot #define QCOM_GPI_SPI 1 8*5def4c47SEmmanuel Vadot #define QCOM_GPI_UART 2 9*5def4c47SEmmanuel Vadot #define QCOM_GPI_I2C 3 10*5def4c47SEmmanuel Vadot 11*5def4c47SEmmanuel Vadot #endif /* __DT_BINDINGS_DMA_QCOM_GPI_H__ */ 12