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:
parent
45cc1d6fc7
commit
240f330ca9
3 changed files with 33 additions and 0 deletions
|
@ -156,6 +156,17 @@ arduino_serial: &lpuart3 {};
|
||||||
|
|
||||||
&lcdif {
|
&lcdif {
|
||||||
status = "okay";
|
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 {
|
port {
|
||||||
lcd_panel_out: endpoint {
|
lcd_panel_out: endpoint {
|
||||||
remote-endpoint = <&lcd_panel_in>;
|
remote-endpoint = <&lcd_panel_in>;
|
||||||
|
|
|
@ -143,6 +143,17 @@ arduino_serial: &lpuart3 {};
|
||||||
|
|
||||||
&lcdif {
|
&lcdif {
|
||||||
status = "okay";
|
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 {
|
port {
|
||||||
lcd_panel_out: endpoint {
|
lcd_panel_out: endpoint {
|
||||||
remote-endpoint = <&lcd_panel_in>;
|
remote-endpoint = <&lcd_panel_in>;
|
||||||
|
|
|
@ -106,6 +106,17 @@ arduino_i2c: &lpi2c1 {};
|
||||||
|
|
||||||
&lcdif {
|
&lcdif {
|
||||||
status = "okay";
|
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 {
|
port {
|
||||||
lcd_panel_out: endpoint {
|
lcd_panel_out: endpoint {
|
||||||
remote-endpoint = <&lcd_panel_in>;
|
remote-endpoint = <&lcd_panel_in>;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue