1 /* $NetBSD: palmas.h,v 1.1.1.2 2017/11/30 19:40:51 jmcneill Exp $ */ 2 3 /* SPDX-License-Identifier: GPL-2.0 */ 4 /* 5 * This header provides macros for Palmas device bindings. 6 * 7 * Copyright (c) 2013, NVIDIA Corporation. 8 * 9 * Author: Laxman Dewangan <ldewangan@nvidia.com> 10 * 11 */ 12 13 #ifndef __DT_BINDINGS_PALMAS_H 14 #define __DT_BINDINGS_PALMAS_H 15 16 /* External control pins */ 17 #define PALMAS_EXT_CONTROL_PIN_ENABLE1 1 18 #define PALMAS_EXT_CONTROL_PIN_ENABLE2 2 19 #define PALMAS_EXT_CONTROL_PIN_NSLEEP 3 20 21 #endif /* __DT_BINDINGS_PALMAS_H */ 22