Searched +full:snvs +full:- +full:rtc +full:- +full:lp (Results 1 – 4 of 4) sorted by relevance
1 // SPDX-License-Identifier: GPL-2.0+3 // Copyright (C) 2011-2012 Freescale Semiconductor, Inc.12 #include <linux/rtc.h>19 /* These register offsets are relative to LP (Low Power) range */35 /* The maximum RTC clock cycles that are allowed to pass between two37 * bigger difference is expected. The RTC frequency is 32kHz. With 320 cycles44 struct rtc_device *rtc; member56 regmap_read(data->regmap, data->offset + SNVS_LPSRTCMR, &msb); in rtc_read_lpsrt()57 regmap_read(data->regmap, data->offset + SNVS_LPSRTCLR, &lsb); in rtc_read_lpsrt()78 diff = read1 - read2; in rtc_read_lp_counter()[all …]
1 # SPDX-License-Identifier: GPL-2.0-only3 # RTC class/drivers configuration19 Generic RTC class support. If you say yes here, you will26 bool "Set system time from RTC on startup and resume"30 the value read from a specified RTC device. This is useful to avoid34 string "RTC used to set the system time"38 The RTC device that will be used to (re)initialize the system44 This clock should be battery-backed, so that it reads the correct45 time when the system boots from a power-off state. Otherwise, your50 sleep states. Do not specify an RTC here unless it stays powered[all …]
1 // SPDX-License-Identifier: GPL-2.0+ OR MIT6 #include <dt-bindings/clock/imx7d-clock.h>7 #include <dt-bindings/power/imx7-power.h>8 #include <dt-bindings/gpio/gpio.h>9 #include <dt-bindings/input/input.h>10 #include <dt-bindings/interrupt-controller/arm-gic.h>11 #include <dt-bindings/reset/imx7-reset.h>12 #include "imx7d-pinfunc.h"15 #address-cells = <1>;16 #size-cells = <1>;[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)6 #include <dt-bindings/clock/imx8mn-clock.h>7 #include <dt-bindings/power/imx8mn-power.h>8 #include <dt-bindings/reset/imx8mq-reset.h>9 #include <dt-bindings/gpio/gpio.h>10 #include <dt-bindings/input/input.h>11 #include <dt-bindings/interrupt-controller/arm-gic.h>12 #include <dt-bindings/thermal/thermal.h>14 #include "imx8mn-pinfunc.h"17 interrupt-parent = <&gic>;[all …]