Advertisement
Guest User

Untitled

a guest
Mar 4th, 2024
39
0
79 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
  2. %YAML 1.2
  3. ---
  4. $id: http://devicetree.org/schemas/display/msm/qcom,adreno-506.yaml#
  5. $schema: http://devicetree.org/meta-schemas/core.yaml#
  6.  
  7. title: Qualcomm Adreno 5xx GPU
  8.  
  9. maintainers:
  10. - Rob Clark <robdclark@gmail.com>
  11.  
  12. description:
  13. Device tree bindings for Adreno 506 GPU.
  14.  
  15. select:
  16. properties:
  17. compatible:
  18. contains:
  19. enum:
  20. - qcom,adreno-504.0
  21. - qcom,adreno-505.0
  22. - qcom,adreno-506.0
  23. - qcom,adreno-510.0
  24.  
  25. required:
  26. - compatible
  27.  
  28. $ref: /schemas/display/msm/qcom,adreno-common.yaml#
  29.  
  30. properties:
  31. compatible:
  32. items:
  33. - enum:
  34. - qcom,adreno-504.0
  35. - qcom,adreno-505.0
  36. - qcom,adreno-506.0
  37. - qcom,adreno-510.0
  38. - const: qcom,adreno
  39.  
  40. reg:
  41. items:
  42. - description: base address of GPU device
  43.  
  44. reg-names:
  45. items:
  46. - const: kgsl_3d0_reg_memory
  47.  
  48. clocks:
  49. items:
  50. - description: GPU Always-On clock
  51. - description: GPU Core clock
  52. - description: GPU Interface clock
  53. - description: GPU Memory clock
  54. - description: GPU Memory Interface clock
  55. - description: GPU RBBM Timer for Adreno 5xx series
  56.  
  57. clock-names:
  58. items:
  59. - const: alwayson
  60. - const: core
  61. - const: iface
  62. - const: mem
  63. - const: mem_iface
  64. - const: rbbmtimer
  65.  
  66. required:
  67. - clocks
  68. - clock-names
  69.  
  70. unevaluatedProperties: false
  71.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement