summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/media/sh_mobile_ceu.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/media/sh_mobile_ceu.txt')
-rw-r--r--dts/Bindings/media/sh_mobile_ceu.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/dts/Bindings/media/sh_mobile_ceu.txt b/dts/Bindings/media/sh_mobile_ceu.txt
new file mode 100644
index 0000000000..1ce4e46bcb
--- /dev/null
+++ b/dts/Bindings/media/sh_mobile_ceu.txt
@@ -0,0 +1,18 @@
+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>;
+};