qcom,q6v5.txt 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. Qualcomm Hexagon Peripheral Image Loader
  2. This document defines the binding for a component that loads and boots firmware
  3. on the Qualcomm Hexagon core.
  4. - compatible:
  5. Usage: required
  6. Value type: <string>
  7. Definition: must be one of:
  8. "qcom,ipq8074-wcss-pil"
  9. "qcom,qcs404-wcss-pil"
  10. - reg:
  11. Usage: required
  12. Value type: <prop-encoded-array>
  13. Definition: must specify the base address and size of the qdsp6 and
  14. rmb register blocks
  15. - reg-names:
  16. Usage: required
  17. Value type: <stringlist>
  18. Definition: must be "q6dsp" and "rmb"
  19. - interrupts-extended:
  20. Usage: required
  21. Value type: <prop-encoded-array>
  22. Definition: reference to the interrupts that match interrupt-names
  23. - interrupt-names:
  24. Usage: required
  25. Value type: <stringlist>
  26. Definition: must be "wdog", "fatal", "ready", "handover", "stop-ack"
  27. - clocks:
  28. Usage: required
  29. Value type: <phandle>
  30. Definition: reference to the clocks that match clock-names
  31. - clock-names:
  32. Usage: required
  33. Value type: <stringlist>
  34. Definition: The clocks needed depend on the compatible string:
  35. qcom,ipq8074-wcss-pil:
  36. no clock names required
  37. qcom,qcs404-wcss-pil:
  38. must be "xo", "gcc_abhs_cbcr", "gcc_abhs_cbcr",
  39. "gcc_axim_cbcr", "lcc_ahbfabric_cbc", "tcsr_lcc_cbc",
  40. "lcc_abhs_cbc", "lcc_tcm_slave_cbc", "lcc_abhm_cbc",
  41. "lcc_axim_cbc", "lcc_bcr_sleep"
  42. - resets:
  43. Usage: required
  44. Value type: <phandle>
  45. Definition: reference to the list of 3 reset-controllers for the
  46. wcss sub-system
  47. - reset-names:
  48. Usage: required
  49. Value type: <stringlist>
  50. Definition: must be "wcss_aon_reset", "wcss_reset", "wcss_q6_reset"
  51. for the wcss sub-system
  52. - memory-region:
  53. Usage: required
  54. Value type: <phandle>
  55. Definition: reference to wcss reserved-memory region.
  56. For the compatible string below the following supplies are required:
  57. "qcom,qcs404-wcss-pil"
  58. - cx-supply:
  59. Usage: required
  60. Value type: <phandle>
  61. Definition: reference to the regulators to be held on behalf of the
  62. booting of the Hexagon core
  63. - qcom,smem-states:
  64. Usage: required
  65. Value type: <phandle>
  66. Definition: reference to the smem state for requesting the Hexagon to
  67. shut down
  68. - qcom,smem-state-names:
  69. Usage: required
  70. Value type: <stringlist>
  71. Definition: must be "stop"
  72. - qcom,halt-regs:
  73. Usage: required
  74. Value type: <prop-encoded-array>
  75. Definition: a phandle reference to a syscon representing TCSR followed
  76. by the three offsets within syscon for q6, wcss and nc
  77. halt registers.
  78. - memory-region:
  79. Usage: required
  80. Value type: <phandle>
  81. Definition: reference to the reserved-memory for the region
  82. The Hexagon node may also have an subnode named either "smd-edge" or
  83. "glink-edge" that describes the communication edge, channels and devices
  84. related to the Hexagon. See ../soc/qcom/qcom,smd.yaml and
  85. ../soc/qcom/qcom,glink.txt for details on how to describe these.