Searched +full:meson6 +full:- +full:rtc (Results 1 – 5 of 5) sorted by relevance
/linux-6.14.4/Documentation/devicetree/bindings/rtc/ |
D | amlogic,meson6-rtc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/rtc/amlogic,meson6-rtc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Amlogic Meson6, Meson8, Meson8b and Meson8m2 RTC 10 - Neil Armstrong <[email protected]> 11 - Martin Blumenstingl <[email protected]> 14 - $ref: rtc.yaml# 15 - $ref: /schemas/nvmem/nvmem.yaml# 16 - $ref: /schemas/nvmem/nvmem-deprecated-cells.yaml# [all …]
|
/linux-6.14.4/arch/arm/boot/dts/amlogic/ |
D | meson.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 OR MIT 6 #include <dt-bindings/interrupt-controller/irq.h> 7 #include <dt-bindings/interrupt-controller/arm-gic.h> 8 #include <dt-bindings/sound/meson-aiu.h> 11 #address-cells = <1>; 12 #size-cells = <1>; 13 interrupt-parent = <&gic>; 15 iio-hwmon { 16 compatible = "iio-hwmon"; 17 io-channels = <&saradc 8>; [all …]
|
/linux-6.14.4/drivers/rtc/ |
D | rtc-meson.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * RTC driver for the interal RTC block in the Amlogic Meson6, Meson8, 6 * The RTC is split in to two parts, the AHB front end and a simple serial 19 #include <linux/nvmem-provider.h> 25 #include <linux/rtc.h> 46 /* rtc registers accessed via rtc-serial interface */ 62 struct rtc_device *rtc; /* rtc device we created */ member 71 .name = "peripheral-registers", 79 /* RTC front-end serialiser controls */ 81 static void meson_rtc_sclk_pulse(struct meson_rtc *rtc) in meson_rtc_sclk_pulse() argument [all …]
|
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 # RTC class/drivers configuration 19 Generic RTC class support. If you say yes here, you will 26 bool "Set system time from RTC on startup and resume" 30 the value read from a specified RTC device. This is useful to avoid 34 string "RTC used to set the system time" 38 The RTC device that will be used to (re)initialize the system 44 This clock should be battery-backed, so that it reads the correct 45 time when the system boots from a power-off state. Otherwise, your 50 sleep states. Do not specify an RTC here unless it stays powered [all …]
|
/linux-6.14.4/drivers/clocksource/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 60 bool "OMAP dual-mode timer driver" if ARCH_K3 || COMPILE_TEST 64 Enables the support for the TI dual-mode timer driver. 111 bool "Meson6 timer driver" if COMPILE_TEST 114 Enables the support for the Meson6 timer driver. 190 Enable 24-bit TIMER0 and TIMER1 counters in the NPCM7xx architecture, 213 32-bit free running decrementing counters. 248 bool "Integrator-AP timer driver" if COMPILE_TEST 251 Enables support for the Integrator-AP timer. 276 available on many OMAP-like platforms. [all …]
|