swh:1:snp:77163734605b0ec556b01d897b7bb4a7e30d46b6
Raw File
Tip revision: 5771a8c08880cdca3bfb4a3fc6d309d6bba20877 authored by Linus Torvalds on 15 July 2017, 22:22:10 UTC
Linux v4.13-rc1
Tip revision: 5771a8c
st-lpc.h
/*
 * This header provides shared DT/Driver defines for ST's LPC device
 *
 * Copyright (C) 2014 STMicroelectronics -- All Rights Reserved
 *
 * Author: Lee Jones <lee.jones@linaro.org> for STMicroelectronics
 */

#ifndef __DT_BINDINGS_ST_LPC_H__
#define __DT_BINDINGS_ST_LPC_H__

#define ST_LPC_MODE_RTC		0
#define ST_LPC_MODE_WDT		1
#define ST_LPC_MODE_CLKSRC	2

#endif /* __DT_BINDINGS_ST_LPC_H__ */
back to top