18146Sdufault/* Copyright (c) 2013, The Linux Foundation. All rights reserved.
28146Sdufault *
38146Sdufault * This program is free software; you can redistribute it and/or modify
476999Sjoerg * it under the terms of the GNU General Public License version 2 and
58146Sdufault * only version 2 as published by the Free Software Foundation.
68146Sdufault *
78146Sdufault * This program is distributed in the hope that it will be useful,
88146Sdufault * but WITHOUT ANY WARRANTY; without even the implied warranty of
98146Sdufault * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
108146Sdufault * GNU General Public License for more details.
118146Sdufault */
128146Sdufault#ifndef __DT_BINDINGS_QCOM_GSBI_H
138146Sdufault#define __DT_BINDINGS_QCOM_GSBI_H
148146Sdufault
158146Sdufault#define GSBI_PROT_IDLE		0
168146Sdufault#define GSBI_PROT_I2C_UIM	1
178146Sdufault#define GSBI_PROT_I2C		2
188146Sdufault#define GSBI_PROT_SPI		3
198146Sdufault#define GSBI_PROT_UART_W_FC	4
208146Sdufault#define GSBI_PROT_UIM		5
218146Sdufault#define GSBI_PROT_I2C_UART	6
228146Sdufault
238146Sdufault#define GSBI_CRCI_QUP		0
248146Sdufault#define GSBI_CRCI_UART		1
258146Sdufault
268146Sdufault#endif
278146Sdufault