Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-updates > by-pkgid > 8a9f2f37fa8ec7b8c633ca4a7ce32c42 > files > 1897

kernel-doc-4.4.114-1.mga5.noarch.rpm

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@0xfe910000 {
	compatible = "renesas,sh-mobile-ceu";
	reg = <0xfe910000 0xa0>;
	interrupt-parent = <&intcs>;
	interrupts = <0x880>;
	renesas,max-width = <8188>;
	renesas,max-height = <8188>;
};