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