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,hi6220-mediactrl.txt
1 Hisilicon Hi6220 Media domain controller
2
3 Required properties:
4 - compatible : "hisilicon,hi6220-mediactrl"
5 - reg : Register address and size
6 - #clock-cells: should be set to 1, many clock registers are defined
7   under this controller and this property must be present.
8
9 Hisilicon designs this system controller to control the multimedia
10 domain(e.g. codec, G3D ...) for mobile platform.
11
12 Example:
13         /*for Hi6220*/
14         media_ctrl: media_ctrl@f4410000 {
15                 compatible = "hisilicon,hi6220-mediactrl", "syscon";
16                 reg = <0x0 0xf4410000 0x0 0x1000>;
17                 #clock-cells = <1>;
18         };