Files
android_kernel_samsung_sm87…/bindings/soc/qcom/qcom,cpucp.yaml
Amir Vajid 467330472c dt-bindings: Add devicetree bindings for dcvs drivers
Add snapshot of dcvs dt bindings as of qcom-6.1
commit 96af901712d3 ("dt-bindings: soc: qcom: Document
CRMB and CRMC regs").

Change-Id: I305f06bee1895feabec2b85b2c5ed4fa80895f83
Signed-off-by: Amir Vajid <quic_avajid@quicinc.com>
Signed-off-by: Gurbir Arora <quic_gurbaror@quicinc.com>
2023-08-16 12:24:20 -07:00

40 lines
839 B
YAML

# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2
---
$id: http://devicetree.org/schemas/soc/qcom/qcom,cpucp.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
title: Qualcomm Technologies, Inc. CPUCP Mailbox controller driver
description: |
This mailbox controller act as interface to do doorbell between
HLOS and CPUCP subsystem.
properties:
compatible:
const: qcom,cpucp
reg:
items:
- description: tx base address
- description: rx base address
"#mbox-cells":
const: 1
required:
- compatible
- reg
- "#mbox-cells"
examples:
- |
qcom,cpucp@0f400000 {
#address-cells = <2>;
#size-cells = <2>;
compatible = "qcom,cpucp";
reg = <0x0f400000 0x10>, <0x0fd90000 0x2000>;
#mbox-cells = <1>;
status = "ok";
};