18 lines
568 B
Text
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>;
|
|
};
|
|
|