blob: 3c1c5c010ba19ef32bb399be5a4eeb8df882ef41 [file] [log] [blame]
* MSM Gladiator error reporting driver
Required properties:
- compatible: Should be "qcom,msm-gladiator-v2"
- reg: I/O address Gladiator H/W block
- reg-names: Should be "gladiator_base"
- interrupts: Should contain the gladiator error interrupt number
- clock-names: Should be "atb_clk"
- clocks: Handles to clocks specified in "clock-names" property.
Example:
qcom,msm-gladiator-v2@b1c0000 {
compatible = "qcom,msm-gladiator-v2";
reg = <0xb1c0000 0xe000>;
reg-names = "gladiator_base";
interrupts = <0 34 0>;
clock-names = "atb_clk";
clocks = <&clock_gcc clk_qdss_clk>;
}