xref: /freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8216-samsung-fortuna3g.dts (revision 0e8011faf58b743cc652e3b2ad0f7671227610df)
101950c46SEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-only
201950c46SEmmanuel Vadot
301950c46SEmmanuel Vadot/dts-v1/;
401950c46SEmmanuel Vadot
501950c46SEmmanuel Vadot#include "msm8916-samsung-fortuna-common.dtsi"
601950c46SEmmanuel Vadot
701950c46SEmmanuel Vadot/ {
801950c46SEmmanuel Vadot	model = "Samsung Galaxy Grand Prime (SM-G530H)";
901950c46SEmmanuel Vadot	compatible = "samsung,fortuna3g", "qcom,msm8916";
1001950c46SEmmanuel Vadot	chassis-type = "handset";
1101950c46SEmmanuel Vadot};
12*0e8011faSEmmanuel Vadot
13*0e8011faSEmmanuel Vadot&battery {
14*0e8011faSEmmanuel Vadot	charge-term-current-microamp = <200000>;
15*0e8011faSEmmanuel Vadot	constant-charge-current-max-microamp = <1000000>;
16*0e8011faSEmmanuel Vadot	constant-charge-voltage-max-microvolt = <4350000>;
17*0e8011faSEmmanuel Vadot};
18*0e8011faSEmmanuel Vadot
19*0e8011faSEmmanuel Vadot&st_accel {
20*0e8011faSEmmanuel Vadot	status = "okay";
21*0e8011faSEmmanuel Vadot};
22*0e8011faSEmmanuel Vadot
23*0e8011faSEmmanuel Vadot&st_magn {
24*0e8011faSEmmanuel Vadot	status = "okay";
25*0e8011faSEmmanuel Vadot};
26