1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  *  Copyright(C) 2023 Svyatoslav Ryhel <clamor95@gmail.com>
4  */
5 
6 #ifndef _DT_BINDINGS_MAX77663_H_
7 #define _DT_BINDINGS_MAX77663_H_
8 
9 /*
10  * MAX77663 has 8 GPIO (0 to 7) and 3 KEYS
11  * KEYS are appended after GPIOs
12  */
13 
14 #define EN0	10
15 #define ACOK	9
16 #define LID	8
17 
18 #endif
19