Home | History | Annotate | Line # | Download | only in mfd
      1 /*	$NetBSD: st-lpc.h,v 1.1.1.2 2017/11/30 19:40:51 jmcneill Exp $	*/
      2 
      3 /* SPDX-License-Identifier: GPL-2.0 */
      4 /*
      5  * This header provides shared DT/Driver defines for ST's LPC device
      6  *
      7  * Copyright (C) 2014 STMicroelectronics -- All Rights Reserved
      8  *
      9  * Author: Lee Jones <lee.jones (at) linaro.org> for STMicroelectronics
     10  */
     11 
     12 #ifndef __DT_BINDINGS_ST_LPC_H__
     13 #define __DT_BINDINGS_ST_LPC_H__
     14 
     15 #define ST_LPC_MODE_RTC		0
     16 #define ST_LPC_MODE_WDT		1
     17 #define ST_LPC_MODE_CLKSRC	2
     18 
     19 #endif /* __DT_BINDINGS_ST_LPC_H__ */
     20