1 /* $NetBSD: qcom-gpi.h,v 1.1.1.1 2021/11/07 16:49:57 jmcneill Exp $ */ 2 3 /* SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause */ 4 /* Copyright (c) 2020, Linaro Ltd. */ 5 6 #ifndef __DT_BINDINGS_DMA_QCOM_GPI_H__ 7 #define __DT_BINDINGS_DMA_QCOM_GPI_H__ 8 9 #define QCOM_GPI_SPI 1 10 #define QCOM_GPI_UART 2 11 #define QCOM_GPI_I2C 3 12 13 #endif /* __DT_BINDINGS_DMA_QCOM_GPI_H__ */ 14