dt-bindings: Add bindings for guestvm-loader

Add bindings for guestvm-loader.

Change-Id: I19904980acf4b8548d2d65781fe1bfd2528c8069
This commit is contained in:
Prakruthi Deepak Heragu
2019-12-19 11:55:34 -08:00
committed by Elliot Berman
parent 650d63d8a0
commit 3c11e90a84

View File

@@ -0,0 +1,29 @@
%YAML 1.2
---
$id: http://devicetree.org/schemas/arm/msm/guestvm-loaderpsci.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
title: Guest VM Loader
maintainers:
- Prakruthi Deepak Heragu <pheragu@quicinc.com>
- Murali Nalajala <mnalajal@quicinc.com>
properties:
compatible:
const: qcom,guestvm-loader
image_to_be_loaded:
$ref: /schemas/types.yaml#/definitions/string
required:
- compatible
- image_to_be_loaded
examples:
- |+
qcom,guestvm_loader {
compatible = "qcom,guestvm-loader";
image_to_be_loaded = "trustedvm";
};
...