tests: drivers: build_all: gpio: Add config for AW9523B
Add test configuration for "awinic,aw9523b". Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
This commit is contained in:
parent
ef95203267
commit
2953c38948
1 changed files with 13 additions and 0 deletions
|
@ -397,6 +397,19 @@
|
|||
};
|
||||
};
|
||||
|
||||
test_i2c_aw9523b: aw9523b@16 {
|
||||
status = "okay";
|
||||
reg = <0x16>;
|
||||
compatible = "awinic,aw9523b";
|
||||
|
||||
aw9523_gpio: gpio {
|
||||
compatible = "awinic,aw9523b-gpio";
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
int-gpios = <&test_gpio 0 0>;
|
||||
reset-gpios = <&test_gpio 0 0>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
nct3807_alert_1 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue