dts-bindings: video: ov5640: Use video interfaces binding

Switch to use the new video interfaces binding

Signed-off-by: Phi Bang Nguyen <phibang.nguyen@nxp.com>
This commit is contained in:
Phi Bang Nguyen 2024-10-15 11:13:58 +02:00 committed by Henrik Brix Andersen
commit 30604a8a76
3 changed files with 15 additions and 1 deletions

View file

@ -8,6 +8,8 @@
* (and be extended to test) real hardware.
*/
#include <zephyr/dt-bindings/video/video-interfaces.h>
/ {
test {
#address-cells = <1>;
@ -34,6 +36,14 @@
reg = <0x1>;
reset-gpios = <&test_gpio 0 0>;
powerdown-gpios = <&test_gpio 1 0>;
port {
ov5640_ep_out: endpoint {
remote-endpoint-label = "mipi_csi2rx_ep_in";
bus-type = <VIDEO_BUS_TYPE_CSI2_DPHY>;
data-lanes = <1 2>;
};
};
};
};