sm6350-sony-xperia-lena-pdx213.dts 965 B

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