ARM: dts: omap3-gta04: Add touchscreen properties
[firefly-linux-kernel-4.4.55.git] / arch / arm / boot / dts / omap3-gta04.dts
index b9b55c95a566c3ea6f6f21e55b787b9c31c2194f..28f685659e88ff963bf04f859a1da3fd10452d04 100644 (file)
                        reg = <0x4>;
                };
        };
+
+       /* compass aka magnetometer */
+       hmc5843@1e {
+               compatible = "honeywell,hmc5843";
+               reg = <0x1e>;
+       };
+
+       /* touchscreen */
+       tsc2007@48 {
+               compatible = "ti,tsc2007";
+               reg = <0x48>;
+               interrupt-parent = <&gpio6>;
+               interrupts = <0 IRQ_TYPE_EDGE_FALLING>;
+               gpios = <&gpio6 0 GPIO_ACTIVE_LOW>;
+               ti,x-plate-ohms = <600>;
+       };
 };
 
 &i2c3 {