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