xref: /linux/include/dt-bindings/iio/adc/adi,ad7768-1.h (revision e7e86d7697c6ed1dbbde18d7185c35b6967945ed)
1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
2 
3 #ifndef _DT_BINDINGS_ADI_AD7768_1_H
4 #define _DT_BINDINGS_ADI_AD7768_1_H
5 
6 #define AD7768_TRIGGER_SOURCE_SYNC_OUT  0
7 #define AD7768_TRIGGER_SOURCE_GPIO3     1
8 #define AD7768_TRIGGER_SOURCE_DRDY      2
9 
10 #endif /* _DT_BINDINGS_ADI_AD7768_1_H */
11