1# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/soc/qcom/qcom,se-common-props.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: QUP Peripheral-specific properties for I2C, SPI and SERIAL bus 8 9description: 10 The Generic Interface (GENI) based Qualcomm Universal Peripheral (QUP) is 11 a programmable module that supports a wide range of serial interfaces 12 such as UART, SPI, I2C, I3C, etc. This defines the common properties used 13 across QUP-supported peripherals. 14 15maintainers: 16 - Mukesh Kumar Savaliya <mukesh.savaliya@oss.qualcomm.com> 17 - Viken Dadhaniya <viken.dadhaniya@oss.qualcomm.com> 18 19properties: 20 qcom,enable-gsi-dma: 21 $ref: /schemas/types.yaml#/definitions/flag 22 description: 23 Configure the Serial Engine (SE) to transfer data in QCOM GPI DMA mode. 24 By default, FIFO mode (PIO/CPU DMA) will be selected. 25 26additionalProperties: true 27