Skip to content

Commit 57df5ab

Browse files
VynDragondkalowsk
authored andcommitted
tests: build_all: display: Add st730x
Add tests for st730x display controllers. Signed-off-by: Camille BAUD <[email protected]>
1 parent d6d21ec commit 57df5ab

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

tests/drivers/build_all/display/app.overlay

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,52 @@
313313
cdi = <0x17>;
314314
};
315315
};
316+
317+
test_mipi_dbi_st7305: st7305@18 {
318+
compatible = "sitronix,st7305";
319+
mipi-max-frequency = <10000000>;
320+
reg = <18>;
321+
width = <168>;
322+
height = <384>;
323+
start-line = <0>;
324+
start-column = <48>;
325+
nvm-load = [17 02];
326+
gate-voltages = [11 04];
327+
vsh = [41 41 41 41];
328+
vsl = [19 19 19 19];
329+
vshn = [41 41 41 41];
330+
vsln = [19 19 19 19];
331+
osc-settings = <0xA6>;
332+
framerate = <0x5>;
333+
multiplex-ratio = <0x64>;
334+
source-voltage = <0x0>;
335+
remap-value = <0x40>;
336+
panel-settings = <0x29>;
337+
mipi-mode = "MIPI_DBI_MODE_SPI_4WIRE";
338+
};
339+
340+
test_mipi_dbi_st7306: st7306@19 {
341+
compatible = "sitronix,st7306";
342+
mipi-max-frequency = <10000000>;
343+
reg = <19>;
344+
width = <312>;
345+
height = <400>;
346+
start-line = <0>;
347+
start-column = <216>;
348+
nvm-load = [17 02];
349+
gate-voltages = [11 04];
350+
vsh = [41 41 41 41];
351+
vsl = [19 19 19 19];
352+
vshn = [41 41 41 41];
353+
vsln = [19 19 19 19];
354+
osc-settings = <0x80>;
355+
framerate = <0x05>;
356+
multiplex-ratio = <0x64>;
357+
source-voltage = <0x0>;
358+
remap-value = <0x4>;
359+
panel-settings = <0x29>;
360+
mipi-mode = "MIPI_DBI_MODE_SPI_4WIRE";
361+
};
316362
};
317363

318364
test_mipi_dbi_xfr_16bit_write_only {

0 commit comments

Comments
 (0)