msm_gladiator_erp.txt 631 B

123456789101112131415161718192021
  1. * MSM Gladiator error reporting driver
  2. Required properties:
  3. - compatible: Should be "qcom,msm-gladiator" or "qcom,msm-gladiator-v2" or
  4. "qcom,msm-gladiator-v3"
  5. - reg: I/O address Gladiator H/W block
  6. - reg-names: Should be "gladiator_base"
  7. - interrupts: Should contain the gladiator error interrupt number
  8. - clock-names: Should be "atb_clk"
  9. - clocks: Handles to clocks specified in "clock-names" property.
  10. Example:
  11. qcom,msm-gladiator-v2@b1c0000 {
  12. compatible = "qcom,msm-gladiator";
  13. reg = <0xb1c0000 0xe000>;
  14. reg-names = "gladiator_base";
  15. interrupts = <0 34 0>;
  16. clock-names = "atb_clk";
  17. clocks = <&clock_gcc clk_qdss_clk>;
  18. }