Skip to content

Commit

Permalink
tests: drivers: Add overlay for test of IST3931 display driver
Browse files Browse the repository at this point in the history
Add the overlay for the test of IST3931 display driver

Signed-off-by: Shen Xuyang <shenxuyang@shlinyuantech.com>
  • Loading branch information
Shen Xuyang authored and mmahadevan108 committed Sep 6, 2024
1 parent 74f3bf3 commit bce1193
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions tests/drivers/build_all/display/app.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -188,5 +188,31 @@
circulative;
start-from-right;
};

test_i2c:i2c@60013000{
#address-cells = <1>;
#size-cells = <0>;
compatible="vnd,i2c";
reg = <0x60013000 0x1000>;
status="okay";
clock-frequency=<100000>;

test_ist3931:ist3931@3f{
reg=<0x3f>;
width=<64>;
height=<32>;
compatible = "istech,ist3931";
reset-gpios =<&test_gpio 1 0>;
x-offset=<0>;
y-offset=<32>;
voltage-converter;
voltage-follower;
lcd-bias=<3>;
lcd-ct=<223>;
duty-ratio=<64>;
frame-control=<400>;
reverse-com-output;
};
};
};
};

0 comments on commit bce1193

Please sign in to comment.