^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) /* SPDX-License-Identifier: GPL-2.0 */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) /*
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) * This header provides shared DT/Driver defines for ST's LPC device
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) *
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) * Copyright (C) 2014 STMicroelectronics -- All Rights Reserved
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) *
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) * Author: Lee Jones <lee.jones@linaro.org> for STMicroelectronics
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) #ifndef __DT_BINDINGS_ST_LPC_H__
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) #define __DT_BINDINGS_ST_LPC_H__
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) #define ST_LPC_MODE_RTC 0
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) #define ST_LPC_MODE_WDT 1
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) #define ST_LPC_MODE_CLKSRC 2
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) #endif /* __DT_BINDINGS_ST_LPC_H__ */