aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/qcom/sdm630-sony-xperia-nile-voyager.dts
blob: a679d4acee29659279a98f24f5a15e4bd4f87bc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// SPDX-License-Identifier: BSD-3-Clause
/*
 * Copyright (c) 2020, Konrad Dybcio
 */

/dts-v1/;

#include "sdm630.dtsi"
#include "sdm630-sony-xperia-nile.dtsi"

/ {
	model = "Sony Xperia XA2 Plus";
	compatible = "sony,voyager-row", "qcom,sdm630";
	chassis-type = "handset";

	chosen {
		framebuffer@9d400000 {
			reg = <0 0x9d400000 0 (2160 * 1080 * 4)>;
			height = <2160>;
		};
	};
};