boards: mimxrt1064_evk: Add MT9M114 digital image sensor node
Sensor can be connected to the 24pin camera connector. Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
This commit is contained in:
parent
92ee992e7c
commit
1990b8d94b
|
@ -84,6 +84,19 @@ arduino_i2c: &i2c1 {};
|
|||
|
||||
&i2c1 {
|
||||
status = "okay";
|
||||
|
||||
mt9m114@48 {
|
||||
compatible = "aptina,mt9m114";
|
||||
reg = <0x48>;
|
||||
label = "MT9M114";
|
||||
status = "okay";
|
||||
|
||||
port {
|
||||
mt9m114_ep_out: endpoint {
|
||||
remote-endpoint = <&csi_ep_in>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&uart1 {
|
||||
|
@ -104,4 +117,11 @@ arduino_i2c: &i2c1 {};
|
|||
|
||||
&csi {
|
||||
status = "okay";
|
||||
sensor-label = "MT9M114";
|
||||
|
||||
port {
|
||||
csi_ep_in: endpoint {
|
||||
remote-endpoint = <&mt9m114_ep_out>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue