The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/src/arm64/qcom/sm6350-sony-xperia-lena-pdx213.dts

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    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 };

Cache object: 6aae7927aa3a997cd0f28ae46dccf035


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.