blob: fea4525d2710cbf58cd4236d3276bad4cb318df9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
#ifndef _DT_BINDINGS_ADI_AD4695_H
#define _DT_BINDINGS_ADI_AD4695_H
#define AD4695_COMMON_MODE_REFGND 0xFF
#define AD4695_COMMON_MODE_COM 0xFE
#define AD4695_TRIGGER_EVENT_BUSY 0
#define AD4695_TRIGGER_EVENT_ALERT 1
#define AD4695_TRIGGER_PIN_GP0 0
#define AD4695_TRIGGER_PIN_GP2 2
#define AD4695_TRIGGER_PIN_GP3 3
#endif /* _DT_BINDINGS_ADI_AD4695_H */
|