About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog

Documentation / devicetree / bindings / media / sh_mobile_ceu.txt


Based on kernel version 4.16.1. Page generated on 2018-04-09 11:52 EST.

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	};
Hide Line Numbers
About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog