qcom,gsbi.h revision 1.1.1.1
1/*	$NetBSD: qcom,gsbi.h,v 1.1.1.1 2017/06/15 20:14:23 jmcneill Exp $	*/
2
3/* Copyright (c) 2013, The Linux Foundation. All rights reserved.
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 2 and
7 * only version 2 as published by the Free Software Foundation.
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 * GNU General Public License for more details.
13 */
14#ifndef __DT_BINDINGS_QCOM_GSBI_H
15#define __DT_BINDINGS_QCOM_GSBI_H
16
17#define GSBI_PROT_IDLE		0
18#define GSBI_PROT_I2C_UIM	1
19#define GSBI_PROT_I2C		2
20#define GSBI_PROT_SPI		3
21#define GSBI_PROT_UART_W_FC	4
22#define GSBI_PROT_UIM		5
23#define GSBI_PROT_I2C_UART	6
24
25#define GSBI_CRCI_QUP		0
26#define GSBI_CRCI_UART		1
27
28#endif
29