blob: a679d4acee29659279a98f24f5a15e4bd4f87bc1 [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001// SPDX-License-Identifier: BSD-3-Clause
2/*
3 * Copyright (c) 2020, Konrad Dybcio
4 */
5
6/dts-v1/;
7
8#include "sdm630.dtsi"
9#include "sdm630-sony-xperia-nile.dtsi"
10
11/ {
12 model = "Sony Xperia XA2 Plus";
13 compatible = "sony,voyager-row", "qcom,sdm630";
14 chassis-type = "handset";
15
16 chosen {
17 framebuffer@9d400000 {
18 reg = <0 0x9d400000 0 (2160 * 1080 * 4)>;
19 height = <2160>;
20 };
21 };
22};