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

18 lines
470 B
Text

Qualcomm Technologies, Inc. qrc driver
Driver for QTI robotic controller.
The QRC driver is used for information interaction between the
robot control board and the main board when using a uart port connection.
This Driver will support uart read & write and robot control board
reset function.
Required properties:
compatible = "qcom,qrc-uart";
Example:
----------------------------------------
qrc: qcom,qrc_uart {
compatible = "qcom,qrc-uart";
};