Searched +full:am654 +full:- +full:icss +full:- +full:iep (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/net/ti,icss-iep.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Texas Instruments ICSS Industrial Ethernet Peripheral (IEP) module10 - Md Danish Anwar <danishanwar@ti.com>15 - items:16 - enum:17 - ti,am642-icss-iep18 - ti,j721e-icss-iep[all …]
1 // SPDX-License-Identifier: GPL-2.0-only OR MIT5 * Copyright (C) 2016-2024 Texas Instruments Incorporated - https://www.ti.com/7 #include <dt-bindings/phy/phy-am654-serdes.h>11 compatible = "mmio-sram";13 #address-cells = <1>;14 #size-cells = <1>;17 atf-sram@0 {21 sysfw-sram@f0000 {25 l3cache-sram@100000 {30 gic500: interrupt-controller@1800000 {[all …]
1 // SPDX-License-Identifier: GPL-2.03 /* Texas Instruments ICSSG Industrial Ethernet Peripheral (IEP) Driver5 * Copyright (C) 2023 Texas Instruments Incorporated - https://www.ti.com57 * icss_iep_get_count_hi() - Get the upper 32 bit IEP counter58 * @iep: Pointer to structure representing IEP.60 * Return: upper 32 bit IEP counter62 int icss_iep_get_count_hi(struct icss_iep *iep) in icss_iep_get_count_hi() argument66 if (iep && (iep->plat_data->flags & ICSS_IEP_64BIT_COUNTER_SUPPORT)) in icss_iep_get_count_hi()67 val = readl(iep->base + iep->plat_data->reg_offs[ICSS_IEP_COUNT_REG1]); in icss_iep_get_count_hi()74 * icss_iep_get_count_low() - Get the lower 32 bit IEP counter[all …]
1 # SPDX-License-Identifier: GPL-2.0-only107 This driver supports TI K3 AM654/J721E CPSW2G Ethernet SubSystem.108 The two-port Gigabit Ethernet MAC (MCU_CPSW0) subsystem provides114 will be called ti-am65-cpsw-nuss.134 the IEEE 1588-2008 standard for a precision clock synchronization144 MQPRIO qdisc offload and Frame-Preemption MAC Merge / Interspersing220 tristate "TI PRU ICSS IEP driver"225 This driver enables support for the PRU-ICSS Industrial Ethernet226 Peripheral within a PRU-ICSS subsystem present on various TI SoCs.