Skip to content

Commit 75dfc0d

Browse files
VynDragondanieldegrasse
authored andcommitted
tests: build_all: display: Add SSD1363 Tests
Add build all tests for SSD1363 Signed-off-by: Camille BAUD <mail@massdriver.space>
1 parent 3787be9 commit 75dfc0d

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

tests/drivers/build_all/display/app.overlay

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,23 @@
250250
remap-value = <0x0>;
251251
mipi-mode = "MIPI_DBI_MODE_SPI_4WIRE";
252252
};
253+
254+
test_mipi_dbi_ssd1363: ssd1363@15 {
255+
compatible = "solomon,ssd1363";
256+
reg = <15>;
257+
mipi-max-frequency = <100000000>;
258+
width = <256>;
259+
height = <128>;
260+
precharge-period = <0x0>;
261+
remap-value = <0x0000>;
262+
oscillator-freq = <0x0>;
263+
display-offset = <0x0>;
264+
column-offset = <0>;
265+
start-line = <0>;
266+
multiplex-ratio = <0>;
267+
phase-length = <0x0>;
268+
mipi-mode = "MIPI_DBI_MODE_SPI_4WIRE";
269+
};
253270
};
254271

255272
test_mipi_dbi_xfr_16bit_write_only {
@@ -533,6 +550,21 @@
533550
remap-value = <0>;
534551
phase-length = <0>;
535552
};
553+
554+
test_ssd1363: ssd1363@6 {
555+
compatible = "solomon,ssd1363";
556+
reg = <0x5>;
557+
width = <256>;
558+
height = <128>;
559+
precharge-period = <0x0>;
560+
remap-value = <0x0000>;
561+
oscillator-freq = <0x0>;
562+
display-offset = <0x0>;
563+
column-offset = <0>;
564+
start-line = <0>;
565+
multiplex-ratio = <0>;
566+
phase-length = <0x0>;
567+
};
536568
};
537569
};
538570
};

0 commit comments

Comments
 (0)