Skip to content

Commit

Permalink
tests: drivers: display: build_all: add ssd1322
Browse files Browse the repository at this point in the history
Add ssd1322 to display build test

Signed-off-by: Tobias Pisani <[email protected]>
  • Loading branch information
topisani authored and henrikbrixandersen committed Oct 18, 2024
1 parent 3253d33 commit a2ac676
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion tests/drivers/build_all/display/app.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,15 @@
prechargep = <0>;
remap-value = <0>;
};

test_mipi_dbi_ssd1322: ssd1322@9 {
compatible = "solomon,ssd1322";
reg = <9>;
mipi-max-frequency = <16000000>;
width = <128>;
height = <64>;
column-offset = <28>;
};
};

test_mipi_dsi {
Expand Down Expand Up @@ -233,7 +242,8 @@
*/
cs-gpios = <&test_gpio 0 0 &test_gpio 0 1 &test_gpio 0 2
&test_gpio 0 3 &test_gpio 0 4 &test_gpio 0 5
&test_gpio 0 6 &test_gpio 0 7 &test_gpio 0 8>;
&test_gpio 0 6 &test_gpio 0 7 &test_gpio 0 8
&test_gpio 0 9>;

test_led_strip_0: lpd8806@0 {
compatible = "greeled,lpd8806";
Expand Down

0 comments on commit a2ac676

Please sign in to comment.