Home
last modified time | relevance | path

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

/linux-6.12.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-6.12.1/arch/arm64/boot/dts/ti/
Dk3-am62p-j722s-common-wakeup.dtsi1 // SPDX-License-Identifier: GPL-2.0-only OR MIT
5 * Copyright (C) 2023-2024 Texas Instruments Incorporated - https://www.ti.com/
10 compatible = "simple-bus";
12 #address-cells = <1>;
13 #size-cells = <1>;
15 bootph-all;
18 compatible = "ti,am654-chipid";
20 bootph-all;
23 cpsw_mac_syscon: ethernet-mac-syscon@200 {
24 compatible = "ti,am62p-cpsw-mac-efuse", "syscon";
[all …]
Dk3-am62a-wakeup.dtsi1 // SPDX-License-Identifier: GPL-2.0-only OR MIT
5 * Copyright (C) 2022-2024 Texas Instruments Incorporated - https://www.ti.com/
10 compatible = "simple-bus";
11 #address-cells = <1>;
12 #size-cells = <1>;
16 compatible = "ti,am654-chipid";
20 cpsw_mac_syscon: ethernet-mac-syscon@200 {
21 compatible = "ti,am62p-cpsw-mac-efuse", "syscon";
26 compatible = "ti,am62-usb-phy-ctrl", "syscon";
31 compatible = "ti,am62-usb-phy-ctrl", "syscon";
[all …]
Dk3-am62-wakeup.dtsi1 // SPDX-License-Identifier: GPL-2.0-only OR MIT
5 * Copyright (C) 2020-2024 Texas Instruments Incorporated - https://www.ti.com/
8 #include <dt-bindings/bus/ti-sysc.h>
12 bootph-all;
13 compatible = "syscon", "simple-mfd";
15 #address-cells = <1>;
16 #size-cells = <1>;
20 bootph-all;
21 compatible = "ti,am654-chipid";
25 cpsw_mac_syscon: ethernet-mac-syscon@200 {
[all …]
DMakefile1 # SPDX-License-Identifier: GPL-2.0-only
6 # Copyright (C) 2016-2021 Texas Instruments Incorporated - https://www.ti.com/
12 dtb-$(CONFIG_ARCH_K3) += k3-am625-beagleplay.dtb
13 dtb-$(CONFIG_ARCH_K3) += k3-am625-beagleplay-csi2-ov5640.dtbo
14 dtb-$(CONFIG_ARCH_K3) += k3-am625-beagleplay-csi2-tevi-ov5640.dtbo
15 dtb-$(CONFIG_ARCH_K3) += k3-am625-phyboard-lyra-rdk.dtb
16 dtb-$(CONFIG_ARCH_K3) += k3-am625-sk.dtb
17 dtb-$(CONFIG_ARCH_K3) += k3-am625-verdin-nonwifi-dahlia.dtb
18 dtb-$(CONFIG_ARCH_K3) += k3-am625-verdin-nonwifi-dev.dtb
19 dtb-$(CONFIG_ARCH_K3) += k3-am625-verdin-nonwifi-mallow.dtb
[all …]
Dk3-am62-phycore-som.dtsi1 // SPDX-License-Identifier: GPL-2.0-only OR MIT
3 * Copyright (C) 2022-2024 PHYTEC Messtechnik GmbH
7 * https://www.phytec.com/product/phycore-am62x
10 #include <dt-bindings/gpio/gpio.h>
11 #include <dt-bindings/leds/common.h>
12 #include <dt-bindings/net/ti-dp83867.h>
15 model = "PHYTEC phyCORE-AM62x";
16 compatible = "phytec,am62-phycore-som", "ti,am625";
34 reserved_memory: reserved-memory {
35 #address-cells = <2>;
[all …]
Dk3-am62-verdin.dtsi1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
5 * Common dtsi for Verdin AM62 SoM
7 * https://www.toradex.com/computer-on-modules/verdin-arm-family/ti-am62
10 #include <dt-bindings/gpio/gpio.h>
11 #include <dt-bindings/input/input.h>
12 #include <dt-bindings/interrupt-controller/arm-gic.h>
13 #include <dt-bindings/interrupt-controller/irq.h>
14 #include <dt-bindings/net/ti-dp83867.h>
18 stdout-path = "serial2:115200n8";
46 compatible = "gpio-usb-b-connector", "usb-b-connector";
[all …]
/linux-6.12.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-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 …]