18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * This header provides macros for Palmas device bindings.
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci * Copyright (c) 2013, NVIDIA Corporation.
68c2ecf20Sopenharmony_ci *
78c2ecf20Sopenharmony_ci * Author: Laxman Dewangan <ldewangan@nvidia.com>
88c2ecf20Sopenharmony_ci *
98c2ecf20Sopenharmony_ci */
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ci#ifndef __DT_BINDINGS_PALMAS_H
128c2ecf20Sopenharmony_ci#define __DT_BINDINGS_PALMAS_H
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ci/* External control pins */
158c2ecf20Sopenharmony_ci#define PALMAS_EXT_CONTROL_PIN_ENABLE1	1
168c2ecf20Sopenharmony_ci#define PALMAS_EXT_CONTROL_PIN_ENABLE2	2
178c2ecf20Sopenharmony_ci#define PALMAS_EXT_CONTROL_PIN_NSLEEP	3
188c2ecf20Sopenharmony_ci
198c2ecf20Sopenharmony_ci#endif /* __DT_BINDINGS_PALMAS_H */
20