qcom,gsbi.h revision 1.1.1.2
1/*	$NetBSD: qcom,gsbi.h,v 1.1.1.2 2020/01/03 14:33:03 skrll Exp $	*/
2
3/* SPDX-License-Identifier: GPL-2.0-only */
4/* Copyright (c) 2013, The Linux Foundation. All rights reserved.
5 */
6#ifndef __DT_BINDINGS_QCOM_GSBI_H
7#define __DT_BINDINGS_QCOM_GSBI_H
8
9#define GSBI_PROT_IDLE		0
10#define GSBI_PROT_I2C_UIM	1
11#define GSBI_PROT_I2C		2
12#define GSBI_PROT_SPI		3
13#define GSBI_PROT_UART_W_FC	4
14#define GSBI_PROT_UIM		5
15#define GSBI_PROT_I2C_UART	6
16
17#define GSBI_CRCI_QUP		0
18#define GSBI_CRCI_UART		1
19
20#endif
21