palmas.h 419 B

123456789101112131415161718
  1. /*
  2. * This header provides macros for Palmas device bindings.
  3. *
  4. * Copyright (c) 2013, NVIDIA Corporation.
  5. *
  6. * Author: Laxman Dewangan <[email protected]>
  7. *
  8. */
  9. #ifndef __DT_BINDINGS_PALMAS_H
  10. #define __DT_BINDINGS_PALMAS_H
  11. /* External control pins */
  12. #define PALMAS_EXT_CONTROL_PIN_ENABLE1 1
  13. #define PALMAS_EXT_CONTROL_PIN_ENABLE2 2
  14. #define PALMAS_EXT_CONTROL_PIN_NSLEEP 3
  15. #endif /* __DT_BINDINGS_PALMAS_H */