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:
parent
43569d9ab1
commit
30604a8a76
3 changed files with 15 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
|
||||
port {
|
||||
ov5640_ep_out: endpoint {
|
||||
remote-endpoint = <&mipi_csi2rx_ep_in>;
|
||||
remote-endpoint-label = "mipi_csi2rx_ep_in";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -18,3 +18,7 @@ properties:
|
|||
description: |
|
||||
The PWDN pin is asserted to disable the sensor. The sensor
|
||||
receives this as an active-high signal.
|
||||
|
||||
child-binding:
|
||||
child-binding:
|
||||
include: video-interfaces.yaml
|
||||
|
|
|
@ -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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue