17 lines
396 B
Plaintext
17 lines
396 B
Plaintext
|
// SPDX-License-Identifier: BSD-3-Clause
|
||
|
/*
|
||
|
* Copyright (c) 2021, AngeloGioacchino Del Regno
|
||
|
* <angelogioacchino.delregno@somainline.org>
|
||
|
* Copyright (c) 2021, Konrad Dybcio <konrad.dybcio@somainline.org>
|
||
|
*/
|
||
|
|
||
|
/dts-v1/;
|
||
|
|
||
|
#include "msm8996-sony-xperia-tone.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "Sony Xperia XZ";
|
||
|
compatible = "sony,kagura-row", "qcom,msm8996";
|
||
|
chassis-type = "handset";
|
||
|
};
|