From 75dfc0dbc7872803c0b4f45a3741e8315f9cce6e Mon Sep 17 00:00:00 2001 From: Camille BAUD Date: Tue, 15 Apr 2025 22:29:12 +0200 Subject: [PATCH] tests: build_all: display: Add SSD1363 Tests Add build all tests for SSD1363 Signed-off-by: Camille BAUD --- tests/drivers/build_all/display/app.overlay | 32 +++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/tests/drivers/build_all/display/app.overlay b/tests/drivers/build_all/display/app.overlay index 678f065a371..96b24abe024 100644 --- a/tests/drivers/build_all/display/app.overlay +++ b/tests/drivers/build_all/display/app.overlay @@ -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>; + }; }; }; };