Home
last modified time | relevance | path

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

/Linux-v6.1/Documentation/devicetree/bindings/rtc/
Dti,k3-rtc.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/rtc/ti,k3-rtc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Nishanth Menon <nm@ti.com>
13 This RTC appears in the AM62x family of SoCs.
16 - $ref: "rtc.yaml#"
21 - ti,am62-rtc
31 - description: VBUS Interface clock
32 - description: 32k Clock source (external or internal).
[all …]
/Linux-v6.1/arch/arm64/boot/dts/ti/
Dk3-am62a-wakeup.dtsi1 // SPDX-License-Identifier: GPL-2.0
5 * Copyright (C) 2022 Texas Instruments Incorporated - https://www.ti.com/
10 compatible = "ti,j721e-system-controller", "syscon", "simple-mfd";
12 #address-cells = <1>;
13 #size-cells = <1>;
17 compatible = "ti,am654-chipid";
23 compatible = "ti,am64-uart", "ti,am654-uart";
26 power-domains = <&k3_pds 114 TI_SCI_PD_EXCLUSIVE>;
28 clock-names = "fclk";
33 compatible = "ti,am64-i2c", "ti,omap4-i2c";
[all …]
/Linux-v6.1/drivers/rtc/
Drtc-ti-k3.c1 // SPDX-License-Identifier: GPL-2.0
3 * Texas Instruments K3 RTC driver
5 * Copyright (C) 2021-2022 Texas Instruments Incorporated - https://www.ti.com/
17 #include <linux/rtc.h>
46 #define K3RTC_MIN_OFFSET (-277761)
50 .name = "peripheral-registers",
107 * struct ti_k3_rtc - Private data for ti-k3-rtc
111 * @rtc_dev: rtc device
112 * @regmap: rtc mmio regmap
113 * @r_fields: rtc register fields
[all …]
/Linux-v6.1/
DMAINTAINERS9 -------------------------
30 ``diff -u`` to make the patch easy to merge. Be prepared to get your
40 See Documentation/process/coding-style.rst for guidance here.
46 See Documentation/process/submitting-patches.rst for details.
57 include a Signed-off-by: line. The current version of this
59 Documentation/process/submitting-patches.rst.
70 that the bug would present a short-term risk to other users if it
76 Documentation/admin-guide/security-bugs.rst for details.
81 ---------------------------------------------------
97 W: *Web-page* with status/info
[all …]