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

Commit 85d95f78 authored by Yannick Fertre's avatar Yannick Fertre Committed by Alexandre TORGUE
Browse files

ARM: dts: stm32: Enable ltdc & simple panel on stm32f429-Eval board



Enable ltdc & enable am-480272h3tmqw-t01h panel.

Signed-off-by: default avatarYannick Fertre <yannick.fertre@st.com>
Signed-off-by: default avatarAlexandre TORGUE <alexandre.torgue@st.com>
parent bcb49099
Loading
Loading
Loading
Loading
+23 −0
Original line number Diff line number Diff line
@@ -124,6 +124,16 @@
		clocks = <&rcc 0 STM32F4_AHB1_CLOCK(OTGHSULPI)>;
		clock-names = "main_clk";
	};

	panel_rgb: panel-rgb {
		compatible = "ampire,am-480272h3tmqw-t01h";
		status = "okay";
		port {
			panel_in_rgb: endpoint {
				remote-endpoint = <&ltdc_out_rgb>;
			};
		};
	};
};

&adc {
@@ -147,6 +157,19 @@
	status = "okay";
};

&ltdc {
	status = "okay";
	pinctrl-0 = <&ltdc_pins>;
	pinctrl-names = "default";
	dma-ranges;

	port {
		ltdc_out_rgb: endpoint {
			remote-endpoint = <&panel_in_rgb>;
		};
	};
};

&mac {
	status = "okay";
	pinctrl-0	= <&ethernet_mii>;