Skip to content

Commit 4282687

Browse files
KATE-WANG-NXPkartben
authored andcommitted
boards: shields: Support panel g1120b0mipi and rk055hdmipi4ma0 on RT700
Add board specific overlay and configuration for display panel g1120b0mipi and rk055hdmipi4ma0. Signed-off-by: Kate Wang <yumeng.wang@nxp.com>
1 parent 041f286 commit 4282687

File tree

4 files changed

+46
-0
lines changed

4 files changed

+46
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
CONFIG_REGULATOR=y
2+
CONFIG_DCACHE=n
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
/*
2+
* Copyright 2025 NXP
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
#include <zephyr/dt-bindings/mipi_dbi/mipi_dbi.h>
8+
#include <zephyr/dt-bindings/display/panel.h>
9+
10+
&zephyr_lcdif {
11+
status = "okay";
12+
clock-frequency = <279000000>;
13+
wr-period = <14>;
14+
wr-assert = <6>;
15+
wr-deassert = <13>;
16+
cs-assert = <1>;
17+
cs-deassert = <4>;
18+
};
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
CONFIG_MCUX_DCNANO_LCDIF_EXTERNAL_FB_MEM=y
2+
CONFIG_MCUX_DCNANO_LCDIF_EXTERNAL_FB_ADDR=0x60000000
3+
CONFIG_MCUX_DCNANO_LCDIF_MAINTAIN_CACHE=n
4+
CONFIG_HEAP_MEM_POOL_SIZE=40000
5+
CONFIG_REGULATOR=y
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
/*
2+
* Copyright 2025 NXP
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&zephyr_lcdif {
8+
compatible = "nxp,dcnano-lcdif";
9+
version = "DC8000";
10+
display-timings {
11+
clock-frequency = <29333333>;
12+
};
13+
};
14+
15+
&zephyr_mipi_dsi {
16+
/* Use lower DPHY clock since RT700 uses AUDIO pll pfd2 as source,
17+
* and its max allowed clock frequency is
18+
* 532.48 x 18 / 16 = 599.04MHz. In this case the 60fps cannot be used, use 30fps instead.
19+
*/
20+
phy-clock = <396000000>;
21+
};

0 commit comments

Comments
 (0)