Files
linux/Documentation/devicetree/bindings/soc/qcom/qcom,se-common-props.yaml
Viken Dadhaniya 9bc7130822 dt-bindings: qcom: se-common: Add QUP Peripheral-specific properties for I2C, SPI, and SERIAL bus
Introduce a new YAML schema for QUP-supported peripherals. Define common
properties used across QUP-supported peripherals.

Add property `qcom,enable-gsi-dma` to configure the Serial Engine (SE) for
QCOM GPI DMA mode.

Reference the common schema YAML in the GENI I2C, SPI, and SERIAL YAML
files.

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Co-developed-by: Mukesh Kumar Savaliya <mukesh.savaliya@oss.qualcomm.com>
Signed-off-by: Mukesh Kumar Savaliya <mukesh.savaliya@oss.qualcomm.com>
Signed-off-by: Viken Dadhaniya <viken.dadhaniya@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250911043256.3523057-2-viken.dadhaniya@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
2025-09-17 13:46:06 -05:00

27 lines
935 B
YAML

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