diff options
author | Haojian Zhuang <haojian.zhuang@linaro.org> | 2014-05-09 05:10:53 -0400 |
---|---|---|
committer | Wei Xu <xuwei5@hisilicon.com> | 2014-09-03 09:10:32 -0400 |
commit | f2b22ab5b32bbc801a3e205d60667ebb546ee39c (patch) | |
tree | 80de31c41eb14a218d2e1a78a5e5ac92c58e8097 | |
parent | 2d518eda6361b38ba3f250c5f4fceefa9449490a (diff) |
document: dt: add the binding on HiP04
Add Hisilicon HiP04 SoC platform & Fabric controller.
Fabric controller could be used to configure snoop filter among multiple
clusters.
Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
-rw-r--r-- | Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt b/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt index 934f00025cc4..f717c7b48603 100644 --- a/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt +++ b/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt | |||
@@ -5,6 +5,11 @@ Hi4511 Board | |||
5 | Required root node properties: | 5 | Required root node properties: |
6 | - compatible = "hisilicon,hi3620-hi4511"; | 6 | - compatible = "hisilicon,hi3620-hi4511"; |
7 | 7 | ||
8 | HiP04 D01 Board | ||
9 | Required root node properties: | ||
10 | - compatible = "hisilicon,hip04-d01"; | ||
11 | |||
12 | |||
8 | Hisilicon system controller | 13 | Hisilicon system controller |
9 | 14 | ||
10 | Required properties: | 15 | Required properties: |
@@ -55,3 +60,21 @@ Example: | |||
55 | compatible = "hisilicon,pctrl"; | 60 | compatible = "hisilicon,pctrl"; |
56 | reg = <0xfca09000 0x1000>; | 61 | reg = <0xfca09000 0x1000>; |
57 | }; | 62 | }; |
63 | |||
64 | ----------------------------------------------------------------------- | ||
65 | Fabric: | ||
66 | |||
67 | Required Properties: | ||
68 | - compatible: "hisilicon,hip04-fabric"; | ||
69 | - reg: Address and size of Fabric | ||
70 | |||
71 | ----------------------------------------------------------------------- | ||
72 | Bootwrapper boot method (software protocol on SMP): | ||
73 | |||
74 | Required Properties: | ||
75 | - compatible: "hisilicon,hip04-bootwrapper"; | ||
76 | - boot-method: Address and size of boot method. | ||
77 | [0]: bootwrapper physical address | ||
78 | [1]: bootwrapper size | ||
79 | [2]: relocation physical address | ||
80 | [3]: relocation size | ||