summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/input/imx-rpmsg-input.txt
blob: 397d1957e6fd0929bcf09abecb4c2adcc795a202 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Device-Tree bindings for inputc/rpmsg_input.c input driver over
rpmsg. For NXP i.MX7ULP EVK platform, all sensors connect with
M4, A core access sensor should communicate with M4 core by rpmsg
bus.

Required properties:
	- compatible = "fsl,rpmsg-input";

Examples:
	rpmsg_sensor: rpmsg-sensor {
		compatible = "fsl,rpmsg-input";
	};