Commit e8e16b7b authored by Hugues Fruchet's avatar Hugues Fruchet Committed by Alexandre TORGUE

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

Enable DCMI camera interface on STM32F429-EVAL board.
Signed-off-by: default avatarHugues Fruchet <hugues.fruchet@st.com>
Signed-off-by: default avatarAlexandre TORGUE <alexandre.torgue@st.com>
parent ba7f0df0
......@@ -151,6 +151,15 @@ &clk_hse {
clock-frequency = <25000000>;
};
&dcmi {
status = "okay";
port {
dcmi_0: endpoint {
};
};
};
&i2c1 {
pinctrl-0 = <&i2c1_pins>;
pinctrl-names = "default";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment