18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */ 28c2ecf20Sopenharmony_ci/* Copyright (c) 2013, The Linux Foundation. All rights reserved. 38c2ecf20Sopenharmony_ci */ 48c2ecf20Sopenharmony_ci#ifndef __DT_BINDINGS_QCOM_GSBI_H 58c2ecf20Sopenharmony_ci#define __DT_BINDINGS_QCOM_GSBI_H 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_ci#define GSBI_PROT_IDLE 0 88c2ecf20Sopenharmony_ci#define GSBI_PROT_I2C_UIM 1 98c2ecf20Sopenharmony_ci#define GSBI_PROT_I2C 2 108c2ecf20Sopenharmony_ci#define GSBI_PROT_SPI 3 118c2ecf20Sopenharmony_ci#define GSBI_PROT_UART_W_FC 4 128c2ecf20Sopenharmony_ci#define GSBI_PROT_UIM 5 138c2ecf20Sopenharmony_ci#define GSBI_PROT_I2C_UART 6 148c2ecf20Sopenharmony_ci 158c2ecf20Sopenharmony_ci#define GSBI_CRCI_QUP 0 168c2ecf20Sopenharmony_ci#define GSBI_CRCI_UART 1 178c2ecf20Sopenharmony_ci 188c2ecf20Sopenharmony_ci#endif 19