1 // SPDX-License-Identifier: GPL-2.0-only 1 // SPDX-License-Identifier: GPL-2.0-only 2 2 3 /dts-v1/; 3 /dts-v1/; 4 4 5 #include "msm8916-samsung-fortuna-common.dtsi" 5 #include "msm8916-samsung-fortuna-common.dtsi" 6 6 7 / { 7 / { 8 model = "Samsung Galaxy Grand Prime (S 8 model = "Samsung Galaxy Grand Prime (SM-G530FZ)"; 9 compatible = "samsung,grandprimelte", 9 compatible = "samsung,grandprimelte", "qcom,msm8916"; 10 chassis-type = "handset"; 10 chassis-type = "handset"; 11 }; 11 }; 12 12 13 &battery { 13 &battery { 14 charge-term-current-microamp = <200000 14 charge-term-current-microamp = <200000>; 15 constant-charge-current-max-microamp = 15 constant-charge-current-max-microamp = <1000000>; 16 constant-charge-voltage-max-microvolt 16 constant-charge-voltage-max-microvolt = <4350000>; 17 }; 17 }; 18 18 19 &bosch_accel { 19 &bosch_accel { 20 status = "okay"; 20 status = "okay"; 21 }; 21 }; 22 22 23 &bosch_magn { 23 &bosch_magn { 24 status = "okay"; 24 status = "okay"; 25 }; 25 }; 26 26 27 &mpss_mem { 27 &mpss_mem { 28 /* Firmware for grandprimelte needs mo 28 /* Firmware for grandprimelte needs more space */ 29 reg = <0x0 0x86800000 0x0 0x5400000>; 29 reg = <0x0 0x86800000 0x0 0x5400000>; 30 }; 30 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.