diff options
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/arm/coherency-fabric.txt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/arm/coherency-fabric.txt b/Documentation/devicetree/bindings/arm/coherency-fabric.txt index 2bfbf67dd77e..17d8cd107559 100644 --- a/Documentation/devicetree/bindings/arm/coherency-fabric.txt +++ b/Documentation/devicetree/bindings/arm/coherency-fabric.txt | |||
@@ -5,12 +5,17 @@ Available on Marvell SOCs: Armada 370 and Armada XP | |||
5 | Required properties: | 5 | Required properties: |
6 | 6 | ||
7 | - compatible: "marvell,coherency-fabric" | 7 | - compatible: "marvell,coherency-fabric" |
8 | - reg: Should contain,coherency fabric registers location and length. | 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. | ||
9 | 12 | ||
10 | Example: | 13 | Example: |
11 | 14 | ||
12 | coherency-fabric@d0020200 { | 15 | coherency-fabric@d0020200 { |
13 | compatible = "marvell,coherency-fabric"; | 16 | compatible = "marvell,coherency-fabric"; |
14 | reg = <0xd0020200 0xb0>; | 17 | reg = <0xd0020200 0xb0>, |
18 | <0xd0021810 0x1c>; | ||
19 | |||
15 | }; | 20 | }; |
16 | 21 | ||