Merge remote-tracking branches 'asoc/topic/rl6231', 'asoc/topic/rt5514', 'asoc/topic...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / media / sh_mobile_ceu.txt
1 Bindings, specific for the sh_mobile_ceu_camera.c driver:
2  - compatible: Should be "renesas,sh-mobile-ceu"
3  - reg: register base and size
4  - interrupts: the interrupt number
5  - interrupt-parent: the interrupt controller
6  - renesas,max-width: maximum image width, supported on this SoC
7  - renesas,max-height: maximum image height, supported on this SoC
8
9 Example:
10
11 ceu0: ceu@fe910000 {
12         compatible = "renesas,sh-mobile-ceu";
13         reg = <0xfe910000 0xa0>;
14         interrupt-parent = <&intcs>;
15         interrupts = <0x880>;
16         renesas,max-width = <8188>;
17         renesas,max-height = <8188>;
18 };