Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3c11e90a authored by Prakruthi Deepak Heragu's avatar Prakruthi Deepak Heragu Committed by Elliot Berman
Browse files

dt-bindings: Add bindings for guestvm-loader

Add bindings for guestvm-loader.

Change-Id: I19904980acf4b8548d2d65781fe1bfd2528c8069
parent 650d63d8
Loading
Loading
Loading
Loading
+29 −0
Original line number Diff line number Diff line
%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";
    };
...
 No newline at end of file