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

18 lines
568 B
Text

* Slatecom Interface Driver
slatecom_interface driver creates a slate_com_dev device
node for user space communication. Single user space
client can open device node for communication from hardware.
Hardware will provide access to read/write registers or AHB
memory in the device.
Required properties:
- compatible: Must be "qcom,slate-daemon"
- qcom,platform-reset-gpio: This gpio state used to make boot decision for slate subsystem.
Example:
qcom,slate-daemon {
compatible = "qcom,slate-daemon";
qcom,platform-reset-gpio = <&pm5100_gpios 15 0>;
};