Home
last modified time | relevance | path

Searched full:cpsw (Results 1 – 25 of 79) sorted by relevance

1234

/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dti,cpsw-switch.yaml4 $id: http://devicetree.org/schemas/net/ti,cpsw-switch.yaml#
7 title: TI SoC Ethernet Switch Controller (CPSW)
24 - const: ti,cpsw-switch
26 - const: ti,am335x-cpsw-switch
27 - const: ti,cpsw-switch
29 - const: ti,am4372-cpsw-switch
30 - const: ti,cpsw-switch
32 - const: ti,dra7-cpsw-switch
33 - const: ti,cpsw-switch
38 The physical base address and size of full the CPSW module IO range
[all …]
H A Dcpsw.txt6 "ti,cpsw" for backward compatible
7 "ti,am335x-cpsw" for AM335x controllers
8 "ti,am4372-cpsw" for AM437x controllers
9 "ti,dra7-cpsw" for DRA7x controllers
10 - reg : physical base address and size of the cpsw
22 - cpsw-phy-sel : Specifies the phandle to the CPSW phy mode selection
23 device. See also cpsw-phy-sel.txt for its binding.
24 Note that in legacy cases cpsw-phy-sel may be
34 required to be driven so that cpsw data lines
37 driven low so that cpsw slave 0 and phy data
[all …]
H A Dcpsw-phy-sel.txt1 TI CPSW Phy mode Selection Device Tree Bindings (DEPRECATED)
5 - compatible : Should be "ti,am3352-cpsw-phy-sel" for am335x platform and
6 "ti,dra7xx-cpsw-phy-sel" for dra7xx platform
7 "ti,am43xx-cpsw-phy-sel" for am43xx platform
8 - reg : physical base address and size of the cpsw
18 phy_sel: cpsw-phy-sel@44e10650 {
19 compatible = "ti,am3352-cpsw-phy-sel";
25 phy_sel: cpsw-phy-sel@44e10650 {
26 compatible = "ti,am3352-cpsw-phy-sel";
H A Dti,k3-am654-cpsw-nuss.yaml4 $id: http://devicetree.org/schemas/net/ti,k3-am654-cpsw-nuss.yaml#
57 - ti,am642-cpsw-nuss
58 - ti,am654-cpsw-nuss
60 - ti,j721e-cpsw-nuss
127 description: CPSW port number
132 - description: CPSW MAC's PHY.
174 CPSW MDIO bus.
180 CPSW Common Platform Time Sync (CPTS) module.
249 compatible = "ti,am654-cpsw-nuss";
291 compatible = "ti,cpsw-mdio","ti,davinci_mdio";
H A Dti,davinci-mdio.yaml26 - const: ti,cpsw-mdio
30 - const: ti,cpsw-mdio
H A Dti,k3-am654-cpts.yaml35 - MCU CPSW CPTS with IEEE 1588-2008 support
39 another module (MCU CPSW for example) "compatible" and "reg" can
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dti-phy-gmii-sel.txt1 CPSW Port's Interface Mode Selection PHY Tree Bindings
12 | CPSW | | +---------+ |
31 CPSW Port's Interface Mode Selection PHY describes MII interface mode between
32 CPSW Port and Ethernet PHY which depends on Eth PHY and board configuration.
34 CPSW Port's Interface Mode Selection PHY device should defined as child device
35 of SCM node (scm_conf) and can be attached to each CPSW port node using standard
46 cell 1 - CPSW port number (starting from 1)
57 compatible = "ti,am335x-cpsw","ti,cpsw";
H A Dti,phy-gmii-sel.yaml8 title: CPSW Port's Interface Mode Selection PHY
22 | CPSW | | +---------+ |
41 CPSW Port's Interface Mode Selection PHY describes MII interface mode between
42 CPSW Port and Ethernet PHY which depends on Eth PHY and board configuration.
44 CPSW Port's Interface Mode Selection PHY device should defined as child device
45 of SCM node (scm_conf) and can be attached to each CPSW port node using standard
96 description: CPSW port number (starting from 1)
153 - CPSW port number (starting from 1)
/freebsd/sys/arm/ti/am335x/
H A Dfiles.am335x24 arm/ti/cpsw/if_cpsw.c optional cpsw
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Dam335x-sancloud-bbe-common.dtsi7 cpsw_default: cpsw-default-pins {
25 cpsw_sleep: cpsw-sleep-pins {
H A Dam335x-chiliboard.dts46 cpsw_default: cpsw-default-pins {
60 cpsw_sleep: cpsw-sleep-pins {
H A Dam335x-icev2.dts202 cpsw_default: cpsw-default-pins {
225 cpsw_sleep: cpsw-sleep-pins {
471 /* ETH1 mux: Low for MII-PRU, high for RMII-CPSW */
H A Dam335x-moxa-uc-2101.dts31 cpsw_default: cpsw-default-pins {
H A Dam335x-lxm.dts62 cpsw_default: cpsw-default-pins {
88 cpsw_sleep: cpsw-sleep-pins {
H A Dam335x-bone-common.dtsi105 cpsw_default: cpsw-default-pins {
124 cpsw_sleep: cpsw-sleep-pins {
H A Dam335x-osd3358-sm-red.dts289 cpsw_default: cpsw-default-pins {
307 cpsw_sleep: cpsw-sleep-pins {
H A Dam335x-baltos.dtsi89 cpsw_default: cpsw-default-pins {
117 cpsw_sleep: cpsw-sleep-pins {
/freebsd/sys/arm/ti/cpsw/
H A Dif_cpsw.c31 * TI Common Platform Ethernet Switch (CPSW) Driver
226 "cpsw",
236 DRIVER_MODULE(cpsw, cpswss, cpswp_driver, 0, 0);
237 DRIVER_MODULE(miibus, cpsw, miibus_driver, 0, 0);
238 MODULE_DEPEND(cpsw, ether, 1, 1, 1);
239 MODULE_DEPEND(cpsw, miibus, 1, 1, 1);
562 /* Reset CPSW subsystem. */ in cpsw_reset()
697 if (!ofw_bus_is_compatible(dev, "ti,cpsw")) in cpsw_probe()
822 "cpsw TX lock", MTX_DEF); in cpsw_attach()
824 "cpsw RX lock", MTX_DEF); in cpsw_attach()
[all …]
/freebsd/sys/modules/cpsw/
H A DMakefile1 .PATH: ${SRCTOP}/sys/arm/ti/cpsw
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dsyscon.yaml115 - ti,am62p-cpsw-mac-efuse
212 - ti,am62p-cpsw-mac-efuse
/freebsd/sys/contrib/device-tree/src/arm64/ti/
H A Dk3-am65-mcu.dtsi16 compatible = "ti,am62p-cpsw-mac-efuse", "syscon";
333 compatible = "ti,am654-cpsw-nuss";
371 compatible = "ti,cpsw-mdio","ti,davinci_mdio";
H A Dk3-j721s2-evm-gesi-exp-board.dtso25 main_cpsw_mdio_default_pins: main-cpsw-mdio-default-pins {
H A Dk3-am62a-wakeup.dtsi21 compatible = "ti,am62p-cpsw-mac-efuse", "syscon";
H A Dk3-am64-phycore-som.dtsi117 cpsw_mdio_pins_default: cpsw-mdio-default-pins {
125 cpsw_rgmii1_pins_default: cpsw-rgmii1-default-pins {
H A Dk3-am62-wakeup.dtsi26 compatible = "ti,am62p-cpsw-mac-efuse", "syscon";

1234