GNU Linux-libre 6.1.90-gnu
[releases.git] / arch / arm64 / boot / dts / qcom / sm6350-sony-xperia-lena-pdx213.dts
1 // SPDX-License-Identifier: BSD-3-Clause
2 /*
3  * Copyright (c) 2021, Konrad Dybcio <konrad.dybcio@somainline.org>
4  */
5 /dts-v1/;
6
7 #include "sm6350.dtsi"
8
9 / {
10         model = "Sony Xperia 10 III";
11         compatible = "sony,pdx213", "qcom,sm6350";
12         chassis-type = "handset";
13         qcom,msm-id = <434 0x10000>, <459 0x10000>;
14         qcom,board-id = <0x1000B 0>;
15
16         chosen {
17                 #address-cells = <2>;
18                 #size-cells = <2>;
19                 ranges;
20
21                 framebuffer: framebuffer@a0000000 {
22                         compatible = "simple-framebuffer";
23                         reg = <0 0xa0000000 0 0x2300000>;
24                         width = <1080>;
25                         height = <2520>;
26                         stride = <(1080 * 4)>;
27                         format = "a8r8g8b8";
28                         clocks = <&gcc GCC_DISP_AXI_CLK>;
29                 };
30         };
31 };
32
33 &sdhc_2 {
34         status = "okay";
35
36         cd-gpios = <&tlmm 94 GPIO_ACTIVE_HIGH>;
37 };
38
39 &tlmm {
40         gpio-reserved-ranges = <13 4>, <45 2>, <56 2>;
41 };
42
43 &usb_1 {
44         status = "okay";
45 };
46
47 &usb_1_dwc3 {
48         maximum-speed = "super-speed";
49         dr_mode = "peripheral";
50 };
51
52 &usb_1_hsphy {
53         status = "okay";
54 };
55
56 &usb_1_qmpphy {
57         status = "okay";
58 };