Skip to content

Commit c52ed39

Browse files
CharlesDiascfriedt
authored andcommitted
test: drivers: add HX8379C driver into test app
Include HX8379C in test app. Signed-off-by: Charles Dias <charlesdias.cd@outlook.com>
1 parent 3a26535 commit c52ed39

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

tests/drivers/build_all/display/app.overlay

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,31 @@
487487
vfront-porch = <9>;
488488
};
489489
};
490+
491+
hx8379c: hx8379c@6 {
492+
status = "okay";
493+
compatible = "himax,hx8379c";
494+
reg = <0x6>;
495+
width = <480>;
496+
height = <480>;
497+
data-lanes = <2>;
498+
pixel-format = <0>;
499+
reset-gpios = <&test_gpio 0 0>;
500+
501+
display-timings {
502+
compatible = "zephyr,panel-timing";
503+
hsync-active = <1>;
504+
vsync-active = <1>;
505+
de-active = <0>;
506+
pixelclk-active = <0>;
507+
hsync-len = <2>;
508+
hback-porch = <1>;
509+
hfront-porch = <1>;
510+
vsync-len = <1>;
511+
vback-porch = <13>;
512+
vfront-porch = <50>;
513+
};
514+
};
490515
};
491516

492517
test_spi: spi@33334444 {

0 commit comments

Comments
 (0)