20 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2/*3 * This header provides macros for Palmas device bindings.4 *5 * Copyright (c) 2013, NVIDIA Corporation.6 *7 * Author: Laxman Dewangan <ldewangan@nvidia.com>8 *9 */10 11#ifndef __DT_BINDINGS_PALMAS_H12#define __DT_BINDINGS_PALMAS_H13 14/* External control pins */15#define PALMAS_EXT_CONTROL_PIN_ENABLE1 116#define PALMAS_EXT_CONTROL_PIN_ENABLE2 217#define PALMAS_EXT_CONTROL_PIN_NSLEEP 318 19#endif /* __DT_BINDINGS_PALMAS_H */20