blob: cdb075aae4e1abdef5b26ae8b988850abed781ae [file] [log] [blame]
Peter Ujfalusi5974b792014-06-27 09:01:10 +03001/*
2 * This header provides macros for Palmas device bindings.
3 *
4 * Copyright (c) 2013, NVIDIA Corporation.
5 *
6 * Author: Laxman Dewangan <ldewangan@nvidia.com>
7 *
8 */
9
Ashley Towns0b4663a2015-11-12 20:54:17 +110010#ifndef __DT_BINDINGS_PALMAS_H
Peter Ujfalusi5974b792014-06-27 09:01:10 +030011#define __DT_BINDINGS_PALMAS_H
12
13/* External control pins */
14#define PALMAS_EXT_CONTROL_PIN_ENABLE1 1
15#define PALMAS_EXT_CONTROL_PIN_ENABLE2 2
16#define PALMAS_EXT_CONTROL_PIN_NSLEEP 3
17
18#endif /* __DT_BINDINGS_PALMAS_H */