Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: BSD-3-Clause
0002 /*
0003  * Copyright (c) 2021, Konrad Dybcio <konrad.dybcio@somainline.org>
0004  */
0005 /dts-v1/;
0006 
0007 #include "sm6350.dtsi"
0008 
0009 / {
0010         model = "Sony Xperia 10 III";
0011         compatible = "sony,pdx213", "qcom,sm6350";
0012         chassis-type = "handset";
0013         qcom,msm-id = <434 0x10000>, <459 0x10000>;
0014         qcom,board-id = <0x1000B 0>;
0015 
0016         chosen {
0017                 #address-cells = <2>;
0018                 #size-cells = <2>;
0019                 ranges;
0020 
0021                 framebuffer: framebuffer@a0000000 {
0022                         compatible = "simple-framebuffer";
0023                         reg = <0 0xa0000000 0 0x2300000>;
0024                         width = <1080>;
0025                         height = <2520>;
0026                         stride = <(1080 * 4)>;
0027                         format = "a8r8g8b8";
0028                         clocks = <&gcc GCC_DISP_AXI_CLK>;
0029                 };
0030         };
0031 };
0032 
0033 &sdhc_2 {
0034         status = "okay";
0035 
0036         cd-gpios = <&tlmm 94 GPIO_ACTIVE_HIGH>;
0037 };
0038 
0039 &tlmm {
0040         gpio-reserved-ranges = <13 4>, <45 2>, <56 2>;
0041 };
0042 
0043 &usb_1 {
0044         status = "okay";
0045 };
0046 
0047 &usb_1_dwc3 {
0048         maximum-speed = "super-speed";
0049         dr_mode = "peripheral";
0050 };
0051 
0052 &usb_1_hsphy {
0053         status = "okay";
0054 };
0055 
0056 &usb_1_qmpphy {
0057         status = "okay";
0058 };