1*995d1ac5SLin, Meng-Bo// SPDX-License-Identifier: GPL-2.0-only
2*995d1ac5SLin, Meng-Bo
3*995d1ac5SLin, Meng-Bo/dts-v1/;
4*995d1ac5SLin, Meng-Bo
5*995d1ac5SLin, Meng-Bo#include "msm8916-samsung-e2015-common.dtsi"
6*995d1ac5SLin, Meng-Bo
7*995d1ac5SLin, Meng-Bo/*
8*995d1ac5SLin, Meng-Bo * NOTE: The original firmware from Samsung can only boot ARM32 kernels on some
9*995d1ac5SLin, Meng-Bo * variants.
10*995d1ac5SLin, Meng-Bo * Unfortunately, the firmware is signed and cannot be replaced easily.
11*995d1ac5SLin, Meng-Bo * There seems to be no way to boot ARM64 kernels on 32-bit devices at the
12*995d1ac5SLin, Meng-Bo * moment, even though the hardware would support it.
13*995d1ac5SLin, Meng-Bo *
14*995d1ac5SLin, Meng-Bo * However, it is possible to use this device tree by compiling an ARM32 kernel
15*995d1ac5SLin, Meng-Bo * instead. For clarity and build testing this device tree is maintained next
16*995d1ac5SLin, Meng-Bo * to the other MSM8916 device trees. However, it is actually used through
17*995d1ac5SLin, Meng-Bo * arch/arm/boot/dts/qcom-msm8916-samsung-e5.dts
18*995d1ac5SLin, Meng-Bo */
19*995d1ac5SLin, Meng-Bo
20*995d1ac5SLin, Meng-Bo/ {
21*995d1ac5SLin, Meng-Bo	model = "Samsung Galaxy E5";
22*995d1ac5SLin, Meng-Bo	compatible = "samsung,e5", "qcom,msm8916";
23*995d1ac5SLin, Meng-Bo	chassis-type = "handset";
24*995d1ac5SLin, Meng-Bo};
25