tests: drivers: Add overlay for test of IST3931 display driver

Add the overlay for the test of IST3931 display driver

Signed-off-by: Shen Xuyang <shenxuyang@shlinyuantech.com>
This commit is contained in:
Shen Xuyang 2024-09-02 08:45:51 +00:00 committed by Mahesh Mahadevan
commit bce1193e45

View file

@ -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;
};
};
};
};