summaryrefslogtreecommitdiff
path: root/overlays/apalis-imx6_ov5640-v11a_overlay.dts
blob: a1983d1970cf108f86989b38feb0fc7e8280fe1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
/*
 * Copyright 2020-2021 Toradex
 */

// CSI Camera Module 5MP OV5640 v1.1A (with external mclk) orderable at Toradex.

/dts-v1/;
/plugin/;

#include <dt-bindings/clock/imx6qdl-clock.h>

/ {
	compatible = "toradex,apalis_imx6q";
};

&i2c1 {
	status = "okay";
};

&ov5640_csi_cam {
	/* external mclk */
	clocks = <&clks IMX6QDL_CLK_CKO2>;
	status = "okay";
};

&mipi_csi {
	status = "okay";
};