xref: /linux/arch/arm64/boot/dts/qcom/msm8916-samsung-e7.dts (revision c532de5a67a70f8533d495f8f2aaa9a0491c3ad0)
1// SPDX-License-Identifier: GPL-2.0-only
2
3/dts-v1/;
4
5#include "msm8916-samsung-e2015-common.dtsi"
6
7/*
8 * NOTE: The original firmware from Samsung can only boot ARM32 kernels on some
9 * variants.
10 * Unfortunately, the firmware is signed and cannot be replaced easily.
11 * There seems to be no way to boot ARM64 kernels on 32-bit devices at the
12 * moment, even though the hardware would support it.
13 *
14 * However, it is possible to use this device tree by compiling an ARM32 kernel
15 * instead. For clarity and build testing this device tree is maintained next
16 * to the other MSM8916 device trees. However, it is actually used through
17 * arch/arm/boot/dts/qcom-msm8916-samsung-e7.dts
18 */
19
20/ {
21	model = "Samsung Galaxy E7";
22	compatible = "samsung,e7", "qcom,msm8916";
23	chassis-type = "handset";
24};
25
26&battery {
27	charge-term-current-microamp = <200000>;
28	constant-charge-current-max-microamp = <1500000>;
29	constant-charge-voltage-max-microvolt = <4350000>;
30};
31
32
33&pm8916_l17 {
34	regulator-min-microvolt = <3000000>;
35	regulator-max-microvolt = <3000000>;
36};
37