1*01950c46SEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-only 2*01950c46SEmmanuel Vadot 3*01950c46SEmmanuel Vadot/dts-v1/; 4*01950c46SEmmanuel Vadot 5*01950c46SEmmanuel Vadot#include "msm8916-samsung-fortuna-common.dtsi" 6*01950c46SEmmanuel Vadot 7*01950c46SEmmanuel Vadot/ { 8*01950c46SEmmanuel Vadot model = "Samsung Galaxy Grand Prime (SM-G530FZ)"; 9*01950c46SEmmanuel Vadot compatible = "samsung,grandprimelte", "qcom,msm8916"; 10*01950c46SEmmanuel Vadot chassis-type = "handset"; 11*01950c46SEmmanuel Vadot}; 12*01950c46SEmmanuel Vadot 13*01950c46SEmmanuel Vadot&mpss_mem { 14*01950c46SEmmanuel Vadot /* Firmware for grandprimelte needs more space */ 15*01950c46SEmmanuel Vadot reg = <0x0 0x86800000 0x0 0x5400000>; 16*01950c46SEmmanuel Vadot}; 17