sh_mobile_ceu.txt 566 B

123456789101112131415161718
  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. Example:
  9. ceu0: ceu@0xfe910000 {
  10. compatible = "renesas,sh-mobile-ceu";
  11. reg = <0xfe910000 0xa0>;
  12. interrupt-parent = <&intcs>;
  13. interrupts = <0x880>;
  14. renesas,max-width = <8188>;
  15. renesas,max-height = <8188>;
  16. };