mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
dt-bindings: net: Add bindings for qcom,qrtr-haven
Add bindings for QRTR Haven Transport Change-Id: Ia4ec63b6fde006aef891c28702d384aec3dd2f00
This commit is contained in:
52
bindings/net/qcom-qrtr-haven.yaml
Normal file
52
bindings/net/qcom-qrtr-haven.yaml
Normal file
@@ -0,0 +1,52 @@
|
||||
%YAML 1.2
|
||||
---
|
||||
$id: "http://devicetree.org/schemas/neuron.yaml#"
|
||||
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
|
||||
|
||||
title: QRTR Haven Transport Configuration
|
||||
|
||||
maintainers:
|
||||
- Chris Lew <clew@quicinc.com>
|
||||
|
||||
description: |
|
||||
Configuration properties for the qrtr Haven Transport. This configuration is
|
||||
to instantiate a transport for IPC Router protocol communication between
|
||||
virtual machines on top of the Haven hypervisor.
|
||||
|
||||
properties:
|
||||
compatible:
|
||||
const: qcom,qrtr-haven
|
||||
|
||||
qcom,master:
|
||||
description: Specify if this device is on the primary virtual machine.
|
||||
|
||||
haven-label:
|
||||
$ref: '/schemas/types.yaml#/definitions/u32'
|
||||
maxItems: 1
|
||||
description: The label qrtr should request interrupts with from the haven
|
||||
doorbell driver.
|
||||
|
||||
shared-buffer:
|
||||
$ref: '/schemas/types.yaml#/definitions/phandle'
|
||||
maxItems: 1
|
||||
description: phandle reference to a reserved memory region for sharing
|
||||
between vms
|
||||
|
||||
required:
|
||||
-compatible
|
||||
-haven-label
|
||||
-shared-buffer
|
||||
|
||||
examples:
|
||||
- |
|
||||
qrtr_shbuf: qrtr-shmem {
|
||||
no-map;
|
||||
reg = <0x0 0xd7ef7000 0x0 0x9000>;
|
||||
};
|
||||
|
||||
qrtr-haven {
|
||||
compatible = "qcom,qrtr-haven";
|
||||
qcom,master;
|
||||
haven-label = <0>;
|
||||
shared-buffer = <&qrtr_shbuf>;
|
||||
};
|
||||
Reference in New Issue
Block a user