};
 };
 
+&blsp_i2c5 {
+       status = "okay";
+
+       touchscreen@38 {
+               /* Actually ft5446 */
+               compatible = "edt,edt-ft5406";
+               reg = <0x38>;
+
+               interrupt-parent = <&msmgpio>;
+               interrupts = <13 IRQ_TYPE_LEVEL_LOW>;
+
+               reset-gpios = <&msmgpio 12 GPIO_ACTIVE_LOW>;
+
+               vcc-supply = <&pm8916_l16>;
+               iovcc-supply = <&pm8916_l6>;
+
+               touchscreen-size-x = <720>;
+               touchscreen-size-y = <1280>;
+
+               pinctrl-names = "default";
+               pinctrl-0 = <&touchscreen_default>;
+       };
+};
+
 &blsp1_uart2 {
        status = "okay";
 };
                bias-pull-up;
        };
 
+       touchscreen_default: touchscreen-default-state {
+               reset-pins {
+                       pins = "gpio12";
+                       function = "gpio";
+                       drive-strength = <2>;
+                       bias-disable;
+               };
+
+               touchscreen-pins {
+                       pins = "gpio13";
+                       function = "gpio";
+                       drive-strength = <2>;
+                       bias-pull-up;
+               };
+       };
+
        usb_id_default: usb-id-default-state {
                pins = "gpio110";
                function = "gpio";