st-lpc.h 403 B

12345678910111213141516
  1. /*
  2. * This header provides shared DT/Driver defines for ST's LPC device
  3. *
  4. * Copyright (C) 2014 STMicroelectronics -- All Rights Reserved
  5. *
  6. * Author: Lee Jones <lee.jones@linaro.org> for STMicroelectronics
  7. */
  8. #ifndef __DT_BINDINGS_ST_LPC_H__
  9. #define __DT_BINDINGS_ST_LPC_H__
  10. #define ST_LPC_MODE_RTC 0
  11. #define ST_LPC_MODE_WDT 1
  12. #define ST_LPC_MODE_CLKSRC 2
  13. #endif /* __DT_BINDINGS_ST_LPC_H__ */