aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/arm/coherency-fabric.txt
blob: 2bfbf67dd77e8cd38e40555842a3ec02f234ad31 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Coherency fabric
----------------
Available on Marvell SOCs: Armada 370 and Armada XP

Required properties:

- compatible: "marvell,coherency-fabric"
- reg: Should contain,coherency fabric registers location and length.

Example:

coherency-fabric@d0020200 {
	compatible = "marvell,coherency-fabric";
	reg = <0xd0020200 0xb0>;
};