We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef95203 commit 2953c38Copy full SHA for 2953c38
tests/drivers/build_all/gpio/app.overlay
@@ -397,6 +397,19 @@
397
};
398
399
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
413
414
415
nct3807_alert_1 {
0 commit comments