Skip to content

Commit 2953c38

Browse files
soburikartben
authored andcommitted
tests: drivers: build_all: gpio: Add config for AW9523B
Add test configuration for "awinic,aw9523b". Signed-off-by: TOKITA Hiroshi <[email protected]>
1 parent ef95203 commit 2953c38

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

tests/drivers/build_all/gpio/app.overlay

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,19 @@
397397
};
398398
};
399399

400+
test_i2c_aw9523b: aw9523b@16 {
401+
status = "okay";
402+
reg = <0x16>;
403+
compatible = "awinic,aw9523b";
404+
405+
aw9523_gpio: gpio {
406+
compatible = "awinic,aw9523b-gpio";
407+
gpio-controller;
408+
#gpio-cells = <2>;
409+
int-gpios = <&test_gpio 0 0>;
410+
reset-gpios = <&test_gpio 0 0>;
411+
};
412+
};
400413
};
401414

402415
nct3807_alert_1 {

0 commit comments

Comments
 (0)