summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/cache/msm_gladiator_erp.txt
blob: 5d022586e02179c25427063aef4e1888e7276457 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
* MSM Gladiator error reporting driver

Required properties:
- compatible: Should be "qcom,msm-gladiator"
- reg: I/O address Gladiator H/W block
- reg-names: Should be "gladiator_base"
- interrupts: Should contain the gladiator error interrupt number.

Example:

qcom,msm-gladiator@b1c0000 {
	compatible = "qcom,msm-gladiator";
	reg = <0xB1C0000 0x4000>;
	reg-names = "gladiator_base";
	interrupts = <0 34 0>;
}