tests: build_all: display: Add SSD1363 Tests

Add build all tests for SSD1363

Signed-off-by: Camille BAUD <mail@massdriver.space>
This commit is contained in:
Camille BAUD 2025-04-15 22:29:12 +02:00 committed by Daniel DeGrasse
parent 3787be931e
commit 75dfc0dbc7

View File

@ -250,6 +250,23 @@
remap-value = <0x0>;
mipi-mode = "MIPI_DBI_MODE_SPI_4WIRE";
};
test_mipi_dbi_ssd1363: ssd1363@15 {
compatible = "solomon,ssd1363";
reg = <15>;
mipi-max-frequency = <100000000>;
width = <256>;
height = <128>;
precharge-period = <0x0>;
remap-value = <0x0000>;
oscillator-freq = <0x0>;
display-offset = <0x0>;
column-offset = <0>;
start-line = <0>;
multiplex-ratio = <0>;
phase-length = <0x0>;
mipi-mode = "MIPI_DBI_MODE_SPI_4WIRE";
};
};
test_mipi_dbi_xfr_16bit_write_only {
@ -533,6 +550,21 @@
remap-value = <0>;
phase-length = <0>;
};
test_ssd1363: ssd1363@6 {
compatible = "solomon,ssd1363";
reg = <0x5>;
width = <256>;
height = <128>;
precharge-period = <0x0>;
remap-value = <0x0000>;
oscillator-freq = <0x0>;
display-offset = <0x0>;
column-offset = <0>;
start-line = <0>;
multiplex-ratio = <0>;
phase-length = <0x0>;
};
};
};
};