bindings: Add device-tree bindings for Helios remoteproc driver

Add device-tree bindings documentation describing the properties
for the Helios remoteproc driver.

Change-Id: Ic5c07f623721946759996ae1b722f23f8d9ca1ec
This commit is contained in:
Deepansh Rastogi
2022-05-10 23:24:26 +05:30
committed by Gerrit - the friendly Code Review server
parent d10b3f4dbc
commit 6de3a8a91f

View File

@@ -0,0 +1,16 @@
* Helios Remoteproc Driver
qcom_rproc_helios driver is responsible for loading helios firmware image,
crashdump collection and recovery.
Required properties:
- compatible: Must be "qcom,rproc-helios"
- qcom,firmware-name: Helios Firmware Image name
- qcom,ssr-name: Must be "helios"
Example:
qcom,rproc-helios {
compatible = "qcom,rproc-helios";
qcom,firmware-name = "XRC130.elf";
qcom,ssr-name = "helios";
}