Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -151,6 +151,15 @@
	clock-frequency = <25000000>;
};

&dcmi {
	status = "okay";

	port {
		dcmi_0: endpoint {
		};
	};
};

&i2c1 {
	pinctrl-0 = <&i2c1_pins>;
	pinctrl-names = "default";