dt-bindings: arm: hisilicon: split the dt-bindings of each controller into a separate...
[linux-2.6-microblaze.git] / Documentation / devicetree / bindings / arm / hisilicon / controller / hisilicon,pctrl.txt
1 PCTRL: Peripheral misc control register
2
3 Required Properties:
4 - compatible: "hisilicon,pctrl"
5 - reg: Address and size of pctrl.
6
7 Example:
8
9         /* for Hi3620 */
10         pctrl: pctrl@fca09000 {
11                 compatible = "hisilicon,pctrl";
12                 reg = <0xfca09000 0x1000>;
13         };