ARM: dts: stm32: Enable DCMI camera interface on STM32F429-EVAL board

Enable DCMI camera interface on STM32F429-EVAL board.

Signed-off-by: Hugues Fruchet <hugues.fruchet@st.com>
Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
This commit is contained in:
Hugues Fruchet
2017-05-05 17:31:00 +02:00
committed by Alexandre TORGUE
parent ba7f0df089
commit e8e16b7b29

View File

@@ -151,6 +151,15 @@
clock-frequency = <25000000>; clock-frequency = <25000000>;
}; };
&dcmi {
status = "okay";
port {
dcmi_0: endpoint {
};
};
};
&i2c1 { &i2c1 {
pinctrl-0 = <&i2c1_pins>; pinctrl-0 = <&i2c1_pins>;
pinctrl-names = "default"; pinctrl-names = "default";