dt-bindings: hisilicon: add doc for Hi3798CV200 peripheral controller
authorShawn Guo <shawn.guo@linaro.org>
Wed, 24 Jan 2018 05:47:35 +0000 (13:47 +0800)
committerKishon Vijay Abraham I <kishon@ti.com>
Wed, 21 Feb 2018 06:24:34 +0000 (11:54 +0530)
It adds bindings doc for Hi3798CV200 peripheral controller.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt

index 7111fbc..199cd36 100644 (file)
@@ -75,6 +75,29 @@ Example:
        };
 
 -----------------------------------------------------------------------
+Hisilicon Hi3798CV200 Peripheral Controller
+
+The Hi3798CV200 Peripheral Controller controls peripherals, queries
+their status, and configures some functions of peripherals.
+
+Required properties:
+- compatible: Should contain "hisilicon,hi3798cv200-perictrl", "syscon"
+  and "simple-mfd".
+- reg: Register address and size of Peripheral Controller.
+- #address-cells: Should be 1.
+- #size-cells: Should be 1.
+
+Examples:
+
+       perictrl: peripheral-controller@8a20000 {
+               compatible = "hisilicon,hi3798cv200-perictrl", "syscon",
+                            "simple-mfd";
+               reg = <0x8a20000 0x1000>;
+               #address-cells = <1>;
+               #size-cells = <1>;
+       };
+
+-----------------------------------------------------------------------
 Hisilicon Hi6220 system controller
 
 Required properties: