brintos

brintos / linux-shallow public Read only

0
0
Text · 442 B · 88a7f56 Raw
18 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2/*3 * This header provides shared DT/Driver defines for ST's LPC device4 *5 * Copyright (C) 2014 STMicroelectronics -- All Rights Reserved6 *7 * Author: Lee Jones <lee.jones@linaro.org> for STMicroelectronics8 */9 10#ifndef __DT_BINDINGS_ST_LPC_H__11#define __DT_BINDINGS_ST_LPC_H__12 13#define ST_LPC_MODE_RTC		014#define ST_LPC_MODE_WDT		115#define ST_LPC_MODE_CLKSRC	216 17#endif /* __DT_BINDINGS_ST_LPC_H__ */18