Files
android_kernel_samsung_sm87…/bindings/arm/msm/msm.yaml
Kunal Singh Ranawat 458709ab91 ARM: dts: msm: Add initial device tree for QCS610 LE target
Added initial device tree for QCS610 LE target.

Change-Id: Ia8b8790fa0916a8a87a5bc696f5b9e23d7e951dc
Signed-off-by: Kunal Singh Ranawat <quic_kranawat@quicinc.com>
2025-03-18 00:08:10 -07:00

224 lines
6.1 KiB
YAML

# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2
---
$id: http://devicetree.org/schemas/arm/msm/msm.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
title: Qualcomm Technologies, Inc. MSM
maintainers:
- Murali Nalajala <quic_mnalajal@quicinc.com>
- Satya Durga Srinivasu Prabhala <quic_satyap@quicinc.com>
description: |
MSM uses a combination of DTS and DTSI files to describe the hardware on various
SoCs and boards. Typically, a SoC-specific DTSI file describes the devices
present on a given SoC, and a board-specific DTSI file describes the devices
external to the SoC, although some targets may follow a more simplified
approach. Additionally, the SoC-specific DTSI files may further consist of a
base chip-specific file and a version-specific DTSI file, to facilitate reuse
of device definitions among multiple revisions of the same SoC.
properties:
compatible:
oneOf:
- description: Qualcomm Technologies, Inc. PINEAPPLE PLATFORM
items:
- enum:
- qcom,pineapple-cdp
- qcom,cdp
- qcom,pineapple-mtp
- qcom,mtp
- qcom,pineapple-qrd
- qcom,qrd
- qcom,pineapple-rcm
- qcom,rcm
- qcom,pineapple-rumi
- qcom,rumi
- const: qcom,pineapple
- description: Qualcomm Technologies, Inc. SUN RUMI
items:
- enum:
- qcom,sun-atp
- qcom,atp
- qcom,sun-cdp
- qcom,cdp
- qcom,sun-mtp
- qcom,mtp
- qcom,sun-qrd
- qcom,qrd
- qcom,sun-rcm
- qcom,rcm
- qcom,sun-rumi
- qcom,rumi
- const: qcom,sun
- description: Qualcomm Technologies, Inc. SUNP RUMI
items:
- enum:
- qcom,sunp-atp
- qcom,atp
- qcom,sunp-cdp
- qcom,cdp
- qcom,sunp-mtp
- qcom,mtp
- qcom,sunp-qrd
- qcom,qrd
- qcom,sunp-rcm
- qcom,rcm
- qcom,sunp-hdk
- qcom,hdk
- const: qcom,sunp
- description: Qualcomm Technologies, Inc. PARROT
items:
- enum:
- qcom,parrot-atp
- qcom,atp
- qcom,parrot-idp
- qcom,idp
- qcom,parrot-qrd
- qcom,qrd
- qcom,parrot-rumi
- qcom,rumi
- const: qcom,parrot
- description: Qualcomm Technologies, Inc. PARROTP
items:
- enum:
- qcom,parrotp-atp
- qcom,atp
- qcom,parrotp-idp
- qcom,idp
- qcom,parrotp-qrd
- qcom,qrd
- const: qcom,parrotp
- description: Qualcomm Technologies, Inc. RAVELIN
items:
- enum:
- qcom,ravelin-atp
- qcom,atp
- qcom,ravelin-idp
- qcom,idp
- qcom,ravelin-qrd
- qcom,qrd
- qcom,ravelin-rumi
- qcom,rumi
- const: qcom,ravelin
- description: Qualcomm Technologies, Inc. RAVELINP
items:
- enum:
- qcom,ravelinp-atp
- qcom,atp
- qcom,ravelinp-idp
- qcom,idp
- qcom,ravelinp-qrd
- qcom,qrd
- const: qcom,ravelinp
- description: Qualcomm Technologies, Inc. TUNA
items:
- enum:
- qcom,tuna-atp
- qcom,atp
- qcom,tuna-cdp
- qcom,cdp
- qcom,tuna-mtp
- qcom,mtp
- qcom,tuna-qrd
- qcom,qrd
- qcom,tuna-rcm
- qcom,rcm
- qcom,tuna-rumi
- qcom,rumi
- const: qcom,tuna
- description: Qualcomm Technologies, Inc. TUNAP
items:
- enum:
- qcom,tunap-atp
- qcom,atp
- qcom,tunap-cdp
- qcom,cdp
- qcom,tunap-mtp
- qcom,mtp
- qcom,tunap-qrd
- qcom,qrd
- qcom,tunap-rcm
- qcom,rcm
- const: qcom,tunap
- description: Qualcomm Technologies, Inc. KERA
items:
- enum:
- qcom,kera-rumi
- qcom,rumi
- qcom,kera-atp
- qcom,atp
- qcom,kera-cdp
- qcom,cdp
- qcom,kera-mtp
- qcom,mtp
- qcom,kera-qrd
- qcom,qrd
- qcom,kera-rcm
- qcom,rcm
- const: qcom,kera
- description: Qualcomm Technologies, Inc. KERAP
items:
- enum:
- qcom,kerap-atp
- qcom,atp
- qcom,kerap-cdp
- qcom,cdp
- qcom,kerap-mtp
- qcom,mtp
- qcom,kerap-qrd
- qcom,qrd
- qcom,kerap-rcm
- qcom,rcm
- const: qcom,kerap
- description: Qualcomm Technologies, Inc. MONACO
items:
- enum:
- qcom,monaco-atp
- qcom,atp
- qcom,monaco-idp
- qcom,idp
- qcom,monaco-wdp
- qcom,wdp
- const: qcom,monaco
- description: Qualcomm Technologies, Inc. MONACOP
items:
- enum:
- qcom,monaco-atp
- qcom,atp
- qcom,monaco-idp
- qcom,idp
- qcom,monaco-wdp
- qcom,wdp
- const: qcom,monacop
- description: Qualcomm Technologies, Inc. QCS610
items:
- enum:
- qcom,qcs610-iot
- qcom,iot
- qcom,qcs610-ipc
- qcom,ipc
- qcom,qcs610-opk
- qcom,opk
- const: qcom,qcs610
- description: Qualcomm Technologies, Inc. SM6150
items:
- const: qcom,sm6150
additionalProperties: true