1// SPDX-License-Identifier: GPL-2.0-only 2 3/dts-v1/; 4 5#include "msm8916-samsung-a2015-common.dtsi" 6 7/ { 8 model = "Samsung Galaxy A5U (EUR)"; 9 compatible = "samsung,a5u-eur", "qcom,msm8916"; 10}; 11 12&blsp_i2c5 { 13 status = "okay"; 14 15 touchscreen@48 { 16 compatible = "melfas,mms345l"; 17 18 reg = <0x48>; 19 interrupt-parent = <&msmgpio>; 20 interrupts = <13 IRQ_TYPE_EDGE_FALLING>; 21 22 touchscreen-size-x = <720>; 23 touchscreen-size-y = <1280>; 24 25 avdd-supply = <®_vdd_tsp>; 26 vdd-supply = <&pm8916_l6>; 27 28 pinctrl-names = "default"; 29 pinctrl-0 = <&ts_int_default>; 30 }; 31}; 32 33&pronto { 34 iris { 35 compatible = "qcom,wcn3680"; 36 }; 37}; 38 39&msmgpio { 40 ts_int_default: ts-int-default { 41 pinmux { 42 function = "gpio"; 43 pins = "gpio13"; 44 }; 45 pinconf { 46 pins = "gpio13"; 47 drive-strength = <2>; 48 bias-disable; 49 }; 50 }; 51}; 52