Rtwo/kernel/motorola/sm8550-devicetrees/bindings/misc/qcom,qrc.txt

19 lines
470 B
Text
Raw Normal View History

2025-09-30 20:22:48 -04:00
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";
};