Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame] | 1 | // 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 | }; |