]> git.ipfire.org Git - thirdparty/u-boot.git/blob - include/dt-bindings/input/atmel-maxtouch.h
Squashed 'dts/upstream/' content from commit aaba2d45dc2a
[thirdparty/u-boot.git] / include / dt-bindings / input / atmel-maxtouch.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2
3 #ifndef _DT_BINDINGS_ATMEL_MAXTOUCH_H
4 #define _DT_BINDINGS_ATMEL_MAXTOUCH_H
5
6 #define ATMEL_MXT_WAKEUP_NONE 0
7 #define ATMEL_MXT_WAKEUP_I2C_SCL 1
8 #define ATMEL_MXT_WAKEUP_GPIO 2
9
10 #endif /* _DT_BINDINGS_ATMEL_MAXTOUCH_H */