xref: /freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-samsung-rossa.dts (revision 01950c46b8155250f64374fb72fc11faa44bf099)
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-rossa-common.dtsi"
6*01950c46SEmmanuel Vadot
7*01950c46SEmmanuel Vadot/ {
8*01950c46SEmmanuel Vadot	model = "Samsung Galaxy Core Prime LTE";
9*01950c46SEmmanuel Vadot	compatible = "samsung,rossa", "qcom,msm8916";
10*01950c46SEmmanuel Vadot	chassis-type = "handset";
11*01950c46SEmmanuel Vadot};
12*01950c46SEmmanuel Vadot
13*01950c46SEmmanuel Vadot&mpss_mem {
14*01950c46SEmmanuel Vadot	/* Firmware for rossa needs more space */
15*01950c46SEmmanuel Vadot	reg = <0x0 0x86800000 0x0 0x5800000>;
16*01950c46SEmmanuel Vadot};
17