Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Linux/arch/arm64/boot/dts/qcom/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 1 kB image not shown  

Quelle  msm8916-samsung-e5.dts   Sprache: unbekannt

 
Spracherkennung für: .dts vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

// SPDX-License-Identifier: GPL-2.0-only

/dts-v1/;

#include "msm8916-samsung-e2015-common.dtsi"

/*
 * NOTE: The original firmware from Samsung can only boot ARM32 kernels on some
 * variants.
 * Unfortunately, the firmware is signed and cannot be replaced easily.
 * There seems to be no way to boot ARM64 kernels on 32-bit devices at the
 * moment, even though the hardware would support it.
 *
 * However, it is possible to use this device tree by compiling an ARM32 kernel
 * instead. For clarity and build testing this device tree is maintained next
 * to the other MSM8916 device trees. However, it is actually used through
 * arch/arm/boot/dts/qcom-msm8916-samsung-e5.dts
 */

/ {
 model = "Samsung Galaxy E5";
 compatible = "samsung,e5", "qcom,msm8916";
 chassis-type = "handset";
};

&battery {
 charge-term-current-microamp = <200000>;
 constant-charge-current-max-microamp = <1500000>;
 constant-charge-voltage-max-microvolt = <4350000>;
};

&blsp_i2c5 {
 status = "okay";

 touchscreen@48 {
  compatible = "melfas,mms345l";
  reg = <0x48>;

  interrupts-extended = <&tlmm 13 IRQ_TYPE_EDGE_FALLING>;

  touchscreen-size-x = <720>;
  touchscreen-size-y = <1280>;

  avdd-supply = <®_vdd_tsp_a>;
  vdd-supply = <&pm8916_l6>;

  pinctrl-0 = <&ts_int_default>;
  pinctrl-names = "default";
 };
};

[ Dauer der Verarbeitung: 0.29 Sekunden  ]