1/*
2 * Copyright (c) 2024 TOKITA Hiroshi
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7&stemma_qt_i2c {
8	status = "okay";
9
10	adafruit_aw9523: aw9523b@58 {
11		status = "okay";
12		reg = <0x58>;
13		compatible = "awinic,aw9523b";
14
15		adafruit_aw9523_gpio: aw9523b-gpio {
16			status = "okay";
17			compatible = "awinic,aw9523b-gpio";
18			gpio-controller;
19			#gpio-cells = <2>;
20		};
21	};
22};
23