summaryrefslogtreecommitdiffstats
path: root/dts/src/arm/r8a7742-iwg21d-q7-dbcm-ov7725-single.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'dts/src/arm/r8a7742-iwg21d-q7-dbcm-ov7725-single.dtsi')
-rw-r--r--dts/src/arm/r8a7742-iwg21d-q7-dbcm-ov7725-single.dtsi29
1 files changed, 29 insertions, 0 deletions
diff --git a/dts/src/arm/r8a7742-iwg21d-q7-dbcm-ov7725-single.dtsi b/dts/src/arm/r8a7742-iwg21d-q7-dbcm-ov7725-single.dtsi
new file mode 100644
index 0000000000..f5e77f0242
--- /dev/null
+++ b/dts/src/arm/r8a7742-iwg21d-q7-dbcm-ov7725-single.dtsi
@@ -0,0 +1,29 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
+ * This include file ties a VIN interface with a single ov7725 sensor on
+ * the iWave-RZ/G1H Qseven board development platform connected with the
+ * camera daughter board.
+ *
+ * Copyright (C) 2020 Renesas Electronics Corp.
+ */
+
+#define CAM_ENABLED 1
+
+&CAM_PARENT_I2C {
+ status = "okay";
+
+ ov7725@21 {
+ compatible = "ovti,ov7725";
+ reg = <0x21>;
+ clocks = <&MCLK_CAM>;
+ status = "okay";
+
+ port {
+ CAM_EP: endpoint {
+ bus-width = <8>;
+ bus-type = <6>;
+ remote-endpoint = <&VIN_EP>;
+ };
+ };
+ };
+};