···11STMicroelectronics Low Power Controller (LPC) - RTC22===================================================3344-LPC currently supports Watchdog OR Real Time Clock functionality.44+LPC currently supports Watchdog OR Real Time Clock OR Clocksource55+functionality.5667[See: ../watchdog/st_lpc_wdt.txt for Watchdog options]88+[See: ../timer/st,stih407-lpc for Clocksource options]79810Required properties9111010-- compatible : Must be one of: "st,stih407-lpc" "st,stih416-lpc"1111- "st,stih415-lpc" "st,stid127-lpc"1212+- compatible : Must be: "st,stih407-lpc"1213- reg : LPC registers base address + size1314- interrupts : LPC interrupt line number and associated flags1415- clocks : Clock used by LPC device (See: ../clock/clock-bindings.txt)1515-- st,lpc-mode : The LPC can run either one of two modes ST_LPC_MODE_RTC [0] or1616- ST_LPC_MODE_WDT [1]. One (and only one) mode must be1717- selected.1616+- st,lpc-mode : The LPC can run either one of three modes:1717+ ST_LPC_MODE_RTC [0]1818+ ST_LPC_MODE_WDT [1]1919+ ST_LPC_MODE_CLKSRC [2]2020+ One (and only one) mode must be selected.18211922Example:2023 lpc@fde05000 {