xref: /freebsd/sys/contrib/device-tree/include/dt-bindings/input/atmel-maxtouch.h (revision 2eb4d8dc723da3cf7d735a3226ae49da4c8c5dbc)
1*2eb4d8dcSEmmanuel Vadot /* SPDX-License-Identifier: GPL-2.0+ */
2*2eb4d8dcSEmmanuel Vadot 
3*2eb4d8dcSEmmanuel Vadot #ifndef _DT_BINDINGS_ATMEL_MAXTOUCH_H
4*2eb4d8dcSEmmanuel Vadot #define _DT_BINDINGS_ATMEL_MAXTOUCH_H
5*2eb4d8dcSEmmanuel Vadot 
6*2eb4d8dcSEmmanuel Vadot #define ATMEL_MXT_WAKEUP_NONE		0
7*2eb4d8dcSEmmanuel Vadot #define ATMEL_MXT_WAKEUP_I2C_SCL	1
8*2eb4d8dcSEmmanuel Vadot #define ATMEL_MXT_WAKEUP_GPIO		2
9*2eb4d8dcSEmmanuel Vadot 
10*2eb4d8dcSEmmanuel Vadot #endif /* _DT_BINDINGS_ATMEL_MAXTOUCH_H */
11