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 qcom,msm-id = <434 0x10000>, <459 0x10000>; 13 qcom,board-id = <0x1000B 0>; 14 15 chosen { 16 #address-cells = <2>; 17 #size-cells = <2>; 18 ranges; 19 20 framebuffer: framebuffer@a0000000 { 21 compatible = "simple-framebuffer"; 22 reg = <0 0xa0000000 0 0x2300000>; 23 width = <1080>; 24 height = <2520>; 25 stride = <(1080 * 4)>; 26 format = "a8r8g8b8"; 27 clocks = <&gcc GCC_DISP_AXI_CLK>; 28 }; 29 }; 30}; 31 32&sdhc_2 { 33 status = "okay"; 34 35 cd-gpios = <&tlmm 94 GPIO_ACTIVE_HIGH>; 36}; 37 38&tlmm { 39 gpio-reserved-ranges = <13 4>, <45 2>, <56 2>; 40}; 41 42&usb_1 { 43 status = "okay"; 44}; 45 46&usb_1_dwc3 { 47 maximum-speed = "super-speed"; 48 dr_mode = "peripheral"; 49}; 50 51&usb_1_hsphy { 52 status = "okay"; 53}; 54 55&usb_1_qmpphy { 56 status = "okay"; 57}; 58