sh_mobile_ceu.txt 518 B

1234567891011121314151617
  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. - renesas,max-width: maximum image width, supported on this SoC
  6. - renesas,max-height: maximum image height, supported on this SoC
  7. Example:
  8. ceu0: ceu@fe910000 {
  9. compatible = "renesas,sh-mobile-ceu";
  10. reg = <0xfe910000 0xa0>;
  11. interrupt-parent = <&intcs>;
  12. interrupts = <0x880>;
  13. renesas,max-width = <8188>;
  14. renesas,max-height = <8188>;
  15. };