Rtwo/kernel/motorola/sm8550-devicetrees/bindings/remoteproc/qcom,rproc-slate.txt
2025-09-30 19:22:48 -05:00

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>;
}