20 lines
631 B
Text
20 lines
631 B
Text
* Slate Remoteproc Driver
|
|
|
|
qcom_rproc_slate driver is responsible for loading slate firmware image,
|
|
crashdump collection and recovery.
|
|
|
|
Required properties:
|
|
- compatible: Must be "qcom,rproc-slate"
|
|
- qcom,firmware-name: Slate Firmware Image name
|
|
- qcom,slate2ap-status-gpio: GPIO input from blackghost
|
|
- qcom,ap2slate-status-gpio: GPIO output to blackghost
|
|
|
|
Example:
|
|
qcom,rproc-slate {
|
|
compatible = "qcom,rproc-slate";
|
|
qcom,firmware-name = "slate.mdt";
|
|
/* GPIO inputs from blackghost */
|
|
qcom,slate2ap-status-gpio = <&tlmm 98 0>;
|
|
/* GPIO output to blackghost */
|
|
qcom,ap2slate-status-gpio = <&tlmm 97 0>;
|
|
}
|