12345678910111213141516171819 |
- // SPDX-License-Identifier: BSD-3-Clause
- /*
- * Copyright (c) 2021, Konrad Dybcio <[email protected]>
- */
- /dts-v1/;
- #include "sm8350-sony-xperia-sagami.dtsi"
- / {
- model = "Sony Xperia 5 III";
- compatible = "sony,pdx214-generic", "qcom,sm8350";
- };
- &framebuffer {
- width = <1080>;
- height = <2520>;
- stride = <(1080 * 4)>;
- };
|