diff options
author | Wang Long <long.wanglong@huawei.com> | 2014-12-23 22:09:58 -0500 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-01-21 17:35:06 -0500 |
commit | 56a9c909d88ab3f66e14c5d21727b8e388a8ec90 (patch) | |
tree | 3c73ef9d5f1549ec0f8a8dcd1edec0c37823a768 /Documentation/devicetree | |
parent | b5c3d7d3af9444130038ba29892e9bcf3c59ec10 (diff) |
ARM: dts: Add hip01-ca9x2 dts file
Add dts file for Hisilicon hip01 ca9x2 board
Signed-off-by: Wang Long <long.wanglong@huawei.com>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
[olof: Folded in smp enable-method from a different patch]
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt b/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt index f717c7b48603..35b1bd49cfa1 100644 --- a/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt +++ b/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt | |||
@@ -9,6 +9,10 @@ HiP04 D01 Board | |||
9 | Required root node properties: | 9 | Required root node properties: |
10 | - compatible = "hisilicon,hip04-d01"; | 10 | - compatible = "hisilicon,hip04-d01"; |
11 | 11 | ||
12 | HiP01 ca9x2 Board | ||
13 | Required root node properties: | ||
14 | - compatible = "hisilicon,hip01-ca9x2"; | ||
15 | |||
12 | 16 | ||
13 | Hisilicon system controller | 17 | Hisilicon system controller |
14 | 18 | ||
@@ -37,6 +41,27 @@ Example: | |||
37 | }; | 41 | }; |
38 | 42 | ||
39 | ----------------------------------------------------------------------- | 43 | ----------------------------------------------------------------------- |
44 | Hisilicon HiP01 system controller | ||
45 | |||
46 | Required properties: | ||
47 | - compatible : "hisilicon,hip01-sysctrl" | ||
48 | - reg : Register address and size | ||
49 | |||
50 | The HiP01 system controller is mostly compatible with hisilicon | ||
51 | system controller,but it has some specific control registers for | ||
52 | HIP01 SoC family, such as slave core boot, and also some same | ||
53 | registers located at different offset. | ||
54 | |||
55 | Example: | ||
56 | |||
57 | /* for hip01-ca9x2 */ | ||
58 | sysctrl: system-controller@10000000 { | ||
59 | compatible = "hisilicon,hip01-sysctrl", "hisilicon,sysctrl"; | ||
60 | reg = <0x10000000 0x1000>; | ||
61 | reboot-offset = <0x4>; | ||
62 | }; | ||
63 | |||
64 | ----------------------------------------------------------------------- | ||
40 | Hisilicon CPU controller | 65 | Hisilicon CPU controller |
41 | 66 | ||
42 | Required properties: | 67 | Required properties: |