101950c46SEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-only 201950c46SEmmanuel Vadot 301950c46SEmmanuel Vadot/dts-v1/; 401950c46SEmmanuel Vadot 501950c46SEmmanuel Vadot#include "msm8916-samsung-rossa-common.dtsi" 601950c46SEmmanuel Vadot 701950c46SEmmanuel Vadot/ { 801950c46SEmmanuel Vadot model = "Samsung Galaxy Core Prime LTE"; 901950c46SEmmanuel Vadot compatible = "samsung,rossa", "qcom,msm8916"; 1001950c46SEmmanuel Vadot chassis-type = "handset"; 1101950c46SEmmanuel Vadot}; 1201950c46SEmmanuel Vadot 130e8011faSEmmanuel Vadot&battery { 140e8011faSEmmanuel Vadot charge-term-current-microamp = <150000>; 150e8011faSEmmanuel Vadot constant-charge-current-max-microamp = <700000>; 160e8011faSEmmanuel Vadot constant-charge-voltage-max-microvolt = <4400000>; 170e8011faSEmmanuel Vadot}; 180e8011faSEmmanuel Vadot 19*b2d2a78aSEmmanuel Vadot&blsp_i2c5 { 20*b2d2a78aSEmmanuel Vadot touchscreen@50 { 21*b2d2a78aSEmmanuel Vadot compatible = "imagis,ist3038"; 22*b2d2a78aSEmmanuel Vadot reg = <0x50>; 23*b2d2a78aSEmmanuel Vadot 24*b2d2a78aSEmmanuel Vadot interrupts-extended = <&tlmm 13 IRQ_TYPE_EDGE_FALLING>; 25*b2d2a78aSEmmanuel Vadot 26*b2d2a78aSEmmanuel Vadot touchscreen-size-x = <480>; 27*b2d2a78aSEmmanuel Vadot touchscreen-size-y = <800>; 28*b2d2a78aSEmmanuel Vadot 29*b2d2a78aSEmmanuel Vadot vdd-supply = <®_vdd_tsp_a>; 30*b2d2a78aSEmmanuel Vadot vddio-supply = <&pm8916_l6>; 31*b2d2a78aSEmmanuel Vadot 32*b2d2a78aSEmmanuel Vadot pinctrl-0 = <&tsp_int_default>; 33*b2d2a78aSEmmanuel Vadot pinctrl-names = "default"; 34*b2d2a78aSEmmanuel Vadot 35*b2d2a78aSEmmanuel Vadot linux,keycodes = <KEY_APPSELECT KEY_BACK>; 36*b2d2a78aSEmmanuel Vadot }; 37*b2d2a78aSEmmanuel Vadot}; 38*b2d2a78aSEmmanuel Vadot 3901950c46SEmmanuel Vadot&mpss_mem { 4001950c46SEmmanuel Vadot /* Firmware for rossa needs more space */ 4101950c46SEmmanuel Vadot reg = <0x0 0x86800000 0x0 0x5800000>; 4201950c46SEmmanuel Vadot}; 43