ARM: mvebu: Add a SOC bus device entry
[deliverable/linux.git] / Documentation / devicetree / bindings / arm / coherency-fabric.txt
CommitLineData
009f1315
GC
1Coherency fabric
2----------------
3Available on Marvell SOCs: Armada 370 and Armada XP
4
5Required properties:
6
7- compatible: "marvell,coherency-fabric"
e60304f8
GC
8
9- reg: Should contain coherency fabric registers location and
10 length. First pair for the coherency fabric registers, second pair
11 for the per-CPU fabric registers registers.
009f1315
GC
12
13Example:
14
15coherency-fabric@d0020200 {
16 compatible = "marvell,coherency-fabric";
e60304f8
GC
17 reg = <0xd0020200 0xb0>,
18 <0xd0021810 0x1c>;
19
009f1315
GC
20};
21
This page took 0.112834 seconds and 5 git commands to generate.