Add device tree support for the Sony Xperia XA2, XA2 Plus and XA2 Ultra smartphones. They are all based on the Sony Nile platform (sdm630) and share a lot of common code. The differences are really minor, so a Nile-common DTSI has been created to reduce clutter. XA2 - Pioneer XA2 Plus - Voyager XA2 Ultra - Discovery The boards currently support: * Screen console * SDHCI * I2C * pstore log dump * GPIO keys * PSCI idle states Signed-off-by: Konrad Dybcio <konradybcio@gmail.com> Tested-by: Łukasz Patron <priv.luk@gmail.com> Link: https://lore.kernel.org/r/20200622192558.152828-6-konradybcio@gmail.com Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
21 lines
337 B
Plaintext
21 lines
337 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2020, Konrad Dybcio
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "sdm630-sony-xperia-nile.dtsi"
|
|
|
|
/ {
|
|
model = "Sony Xperia XA2 Plus";
|
|
compatible = "sony,voyager-row", "qcom,sdm630";
|
|
|
|
chosen {
|
|
framebuffer@9d400000 {
|
|
reg = <0 0x9d400000 0 (2160 * 1080 * 4)>;
|
|
height = <2160>;
|
|
};
|
|
};
|
|
};
|