sdm845-lg-judyp.dts 789 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. // SPDX-License-Identifier: GPL-2.0
  2. /*
  3. * SDM845 LG V35 (judyp) device tree.
  4. *
  5. * Copyright (c) 2022, The Linux Foundation. All rights reserved.
  6. */
  7. /dts-v1/;
  8. #include "sdm845-lg-common.dtsi"
  9. / {
  10. model = "LG V35 ThinQ";
  11. compatible = "lg,judyp", "qcom,sdm845";
  12. chosen {
  13. framebuffer@9d400000 {
  14. compatible = "simple-framebuffer";
  15. reg = <0x0 0x9d400000 0x0 (1440 * 2880 * 4)>;
  16. width = <1440>;
  17. height = <2880>;
  18. stride = <(1440 * 4)>;
  19. format = "a8r8g8b8";
  20. };
  21. };
  22. };
  23. &adsp_pas {
  24. firmware-name = "qcom/sdm845/judyp/adsp.mbn";
  25. };
  26. &cdsp_pas {
  27. firmware-name = "qcom/sdm845/judyp/cdsp.mbn";
  28. };
  29. &gpu {
  30. zap-shader {
  31. firmware-name = "qcom/sdm845/judyp/a630_zap.mbn";
  32. };
  33. };
  34. &mss_pil {
  35. firmware-name = "qcom/sdm845/judyp/mba.mbn", "qcom/sdm845/judyp/modem.mbn";
  36. };