Skip to content

Commit b74feaa

Browse files
KATE-WANG-NXPkartben
authored andcommitted
samples: drivers: display: Enable example for g1120b0mipi on mimxrt798s
Enable display example for g1120b0mipi shield on mimxrt798s board and update board document. Signed-off-by: Kate Wang <yumeng.wang@nxp.com>
1 parent 4282687 commit b74feaa

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

boards/nxp/mimxrt700_evk/doc/index.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,3 +218,24 @@ should see the following message in the terminal:
218218

219219
.. _MIMXRT700-EVK Debug Firmware:
220220
https://www.nxp.com/docs/en/application-note/AN13206.pdf
221+
222+
Display Support
223+
***************
224+
225+
The mimxrt700_evk board supports following in-tree display module(s). Setup for
226+
each module is described below:
227+
228+
NXP G1120B0MIPI MIPI Display
229+
============================
230+
231+
The :ref:`g1120b0mipi` connects to the board's MIPI connector J52
232+
directly, but some modifications are required (see
233+
:zephyr_file:`boards/shields/g1120b0mipi/boards/mimxrt700_evk_mimxrt798s_cm33_cpu0.overlay`
234+
for a list). The display sample can be built for this module like so:
235+
236+
.. zephyr-app-commands::
237+
:board: mimxrt700_evk
238+
:shield: g1120b0mipi
239+
:zephyr-app: samples/drivers/display
240+
:goals: build
241+
:compact:

samples/drivers/display/sample.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ tests:
2222
regex:
2323
- "Display sample for (.*)"
2424
sample.display.g1120b0mipi:
25-
platform_allow: mimxrt595_evk/mimxrt595s/cm33
25+
platform_allow:
26+
- mimxrt595_evk/mimxrt595s/cm33
27+
- mimxrt700_evk/mimxrt798s/cm33_cpu0
2628
tags: display
2729
harness: console
2830
extra_args: SHIELD=g1120b0mipi

0 commit comments

Comments
 (0)