11.1Sjmcneill/* $NetBSD: qcom,gsbi.h,v 1.1.1.2 2020/01/03 14:33:03 skrll Exp $ */ 21.1Sjmcneill 31.1.1.2Sskrll/* SPDX-License-Identifier: GPL-2.0-only */ 41.1Sjmcneill/* Copyright (c) 2013, The Linux Foundation. All rights reserved. 51.1Sjmcneill */ 61.1Sjmcneill#ifndef __DT_BINDINGS_QCOM_GSBI_H 71.1Sjmcneill#define __DT_BINDINGS_QCOM_GSBI_H 81.1Sjmcneill 91.1Sjmcneill#define GSBI_PROT_IDLE 0 101.1Sjmcneill#define GSBI_PROT_I2C_UIM 1 111.1Sjmcneill#define GSBI_PROT_I2C 2 121.1Sjmcneill#define GSBI_PROT_SPI 3 131.1Sjmcneill#define GSBI_PROT_UART_W_FC 4 141.1Sjmcneill#define GSBI_PROT_UIM 5 151.1Sjmcneill#define GSBI_PROT_I2C_UART 6 161.1Sjmcneill 171.1Sjmcneill#define GSBI_CRCI_QUP 0 181.1Sjmcneill#define GSBI_CRCI_UART 1 191.1Sjmcneill 201.1Sjmcneill#endif 21