summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/qcom/msm8916-samsung-grandprimelte.dts
blob: 582bfcb0968470a7965d1a17944f8c9c7b8b6e27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
// SPDX-License-Identifier: GPL-2.0-only

/dts-v1/;

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

/ {
	model = "Samsung Galaxy Grand Prime (SM-G530FZ)";
	compatible = "samsung,grandprimelte", "qcom,msm8916";
	chassis-type = "handset";
};

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

&bosch_accel {
	status = "okay";
};

&bosch_magn {
	status = "okay";
};

&mpss_mem {
	/* Firmware for grandprimelte needs more space */
	reg = <0x0 0x86800000 0x0 0x5400000>;
};