boards: Update MXRT display settings

Add display properties for display RK043FN02H

Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
This commit is contained in:
Mahesh Mahadevan 2022-02-01 22:26:09 -06:00 committed by David Leach
commit 240f330ca9
3 changed files with 33 additions and 0 deletions

View file

@ -156,6 +156,17 @@ arduino_serial: &lpuart3 {};
&lcdif {
status = "okay";
width = <480>;
height = <272>;
hsync = <41>;
hfp = <4>;
hbp = <8>;
vsync = <10>;
vfp = <4>;
vbp = <2>;
polarity = <3>;
pixel-format = "bgr-565";
data-buswidth = "16-bit";
port {
lcd_panel_out: endpoint {
remote-endpoint = <&lcd_panel_in>;

View file

@ -143,6 +143,17 @@ arduino_serial: &lpuart3 {};
&lcdif {
status = "okay";
width = <480>;
height = <272>;
hsync = <41>;
hfp = <4>;
hbp = <8>;
vsync = <10>;
vfp = <4>;
vbp = <2>;
polarity = <3>;
pixel-format = "bgr-565";
data-buswidth = "16-bit";
port {
lcd_panel_out: endpoint {
remote-endpoint = <&lcd_panel_in>;

View file

@ -106,6 +106,17 @@ arduino_i2c: &lpi2c1 {};
&lcdif {
status = "okay";
width = <480>;
height = <272>;
hsync = <41>;
hfp = <4>;
hbp = <8>;
vsync = <10>;
vfp = <4>;
vbp = <2>;
polarity = <3>;
pixel-format = "bgr-565";
data-buswidth = "16-bit";
port {
lcd_panel_out: endpoint {
remote-endpoint = <&lcd_panel_in>;