Raspberry Pi 3 firmware based 7" touchscreen
=====================================

Required properties:
 - compatible: "raspberrypi,firmware-ts"

Optional properties:
 - firmware: Reference to RPi's firmware device node
 - touchscreen-size-x: See touchscreen.txt
 - touchscreen-size-y: See touchscreen.txt
 - touchscreen-inverted-x: See touchscreen.txt
 - touchscreen-inverted-y: See touchscreen.txt
 - touchscreen-swapped-x-y: See touchscreen.txt

Example:
	raspberrypi-ts: raspberrypi-ts {
		compatible = "raspberrypi,firmware-ts";
		firmware = <&firmware>;
		touchscreen-size-x = <800>;
		touchscreen-size-y = <480>;
		touchscreen-inverted-x = <0>;
		touchscreen-inverted-y = <0>;
		touchscreen-swapped-x-y = <0>;
	};
