Merge tag 'asoc-v4.19-rc4' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie...
[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  - renesas,max-width: maximum image width, supported on this SoC
6  - renesas,max-height: maximum image height, supported on this SoC
7
8 Example:
9
10 ceu0: ceu@fe910000 {
11         compatible = "renesas,sh-mobile-ceu";
12         reg = <0xfe910000 0xa0>;
13         interrupt-parent = <&intcs>;
14         interrupts = <0x880>;
15         renesas,max-width = <8188>;
16         renesas,max-height = <8188>;
17 };