18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * This header provides shared DT/Driver defines for ST's LPC device 48c2ecf20Sopenharmony_ci * 58c2ecf20Sopenharmony_ci * Copyright (C) 2014 STMicroelectronics -- All Rights Reserved 68c2ecf20Sopenharmony_ci * 78c2ecf20Sopenharmony_ci * Author: Lee Jones <lee.jones@linaro.org> for STMicroelectronics 88c2ecf20Sopenharmony_ci */ 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_ci#ifndef __DT_BINDINGS_ST_LPC_H__ 118c2ecf20Sopenharmony_ci#define __DT_BINDINGS_ST_LPC_H__ 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ci#define ST_LPC_MODE_RTC 0 148c2ecf20Sopenharmony_ci#define ST_LPC_MODE_WDT 1 158c2ecf20Sopenharmony_ci#define ST_LPC_MODE_CLKSRC 2 168c2ecf20Sopenharmony_ci 178c2ecf20Sopenharmony_ci#endif /* __DT_BINDINGS_ST_LPC_H__ */ 18