1Bindings, 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 8Example: 9 10ceu0: 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}; 18