aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/media/sh_mobile_ceu.txt
blob: 17a8e81ca0cc0ecd3749bc65a32abd7a4ce58bfb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Bindings, specific for the sh_mobile_ceu_camera.c driver:
 - compatible: Should be "renesas,sh-mobile-ceu"
 - reg: register base and size
 - interrupts: the interrupt number
 - interrupt-parent: the interrupt controller
 - renesas,max-width: maximum image width, supported on this SoC
 - renesas,max-height: maximum image height, supported on this SoC

Example:

ceu0: ceu@fe910000 {
	compatible = "renesas,sh-mobile-ceu";
	reg = <0xfe910000 0xa0>;
	interrupt-parent = <&intcs>;
	interrupts = <0x880>;
	renesas,max-width = <8188>;
	renesas,max-height = <8188>;
};