tests: drivers: build_all: gpio: Build gpio_dw

This commit adds gpio_dw to the build_all CI test to ensure the driver is
always buildable.

Signed-off-by: Chen Xingyu <hi@xingrz.me>
This commit is contained in:
Chen Xingyu 2024-03-22 01:22:24 +08:00 committed by Henrik Brix Andersen
commit b72e78f7ca

View file

@ -23,6 +23,14 @@
status = "okay";
};
test_gpio_dw: gpio@c0ffee {
compatible = "snps,designware-gpio";
gpio-controller;
reg = <0xc0ffee 0x1000>;
#gpio-cells = <0x2>;
status = "okay";
};
test_i2c: i2c@11112222 {
#address-cells = <1>;
#size-cells = <0>;