Home
last modified time | relevance | path

Searched +full:lpc1788 +full:- +full:rtc (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/rtc/
Dnxp,lpc1788-rtc.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/rtc/nxp,lpc1788-rtc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: NXP LPC1788 real-time clock
10 The LPC1788 RTC provides calendar and clock functionality
14 - Javier Carrasco <javier.carrasco.cruz@gmail.com>
17 - $ref: rtc.yaml#
21 const: nxp,lpc1788-rtc
28 - description: RTC clock
[all …]
/linux-6.12.1/arch/arm/boot/dts/nxp/lpc/
Dlpc18xx.dtsi9 * Released under the terms of 3-clause BSD License
14 #include "../../armv7-m.dtsi"
16 #include "dt-bindings/clock/lpc18xx-cgu.h"
17 #include "dt-bindings/clock/lpc18xx-ccu.h"
23 #address-cells = <1>;
24 #size-cells = <1>;
27 #address-cells = <1>;
28 #size-cells = <0>;
31 compatible = "arm,cortex-m3";
40 compatible = "fixed-clock";
[all …]
/linux-6.12.1/drivers/rtc/
Drtc-lpc24xx.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * RTC driver for NXP LPC178x/18xx/43xx Real-Time Clock (RTC)
15 #include <linux/rtc.h>
17 /* LPC24xx RTC register offsets and bits */
58 #define rtc_readl(dev, reg) readl((dev)->rtc_base + (reg))
59 #define rtc_writel(dev, reg, val) writel((val), (dev)->rtc_base + (reg))
63 struct rtc_device *rtc; member
70 struct lpc24xx_rtc *rtc = dev_get_drvdata(dev); in lpc24xx_rtc_set_time() local
72 /* Disable RTC during update */ in lpc24xx_rtc_set_time()
73 rtc_writel(rtc, LPC24XX_CCR, LPC178X_CCALEN); in lpc24xx_rtc_set_time()
[all …]
/linux-6.12.1/
DMAINTAINERS5 ---------------------------------------------------
21 W: *Web-page* with status/info
23 B: URI for where to file *bugs*. A web-page with detailed bug
28 patches to the given subsystem. This is either an in-tree file,
29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst
46 N: [^a-z]tegra all files whose path contains tegra
64 ----------------
83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
85 L: linux-scsi@vger.kernel.org
88 F: drivers/scsi/3w-*
[all …]