1*b40cafc1SDavid Lechner /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ 2*b40cafc1SDavid Lechner 3*b40cafc1SDavid Lechner #ifndef _DT_BINDINGS_ADI_AD4695_H 4*b40cafc1SDavid Lechner #define _DT_BINDINGS_ADI_AD4695_H 5*b40cafc1SDavid Lechner 6*b40cafc1SDavid Lechner #define AD4695_COMMON_MODE_REFGND 0xFF 7*b40cafc1SDavid Lechner #define AD4695_COMMON_MODE_COM 0xFE 8*b40cafc1SDavid Lechner 9*b40cafc1SDavid Lechner #endif /* _DT_BINDINGS_ADI_AD4695_H */ 10