/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | ti,cpsw-switch.yaml | 4 $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 D | cpsw.txt | 6 "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 D | cpsw-phy-sel.txt | 1 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 D | ti,k3-am654-cpsw-nuss.yaml | 4 $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 D | ti,davinci-mdio.yaml | 26 - const: ti,cpsw-mdio 30 - const: ti,cpsw-mdio
|
H A D | ti,k3-am654-cpts.yaml | 35 - 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 D | ti-phy-gmii-sel.txt | 1 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 D | ti,phy-gmii-sel.yaml | 8 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 D | files.am335x | 24 arm/ti/cpsw/if_cpsw.c optional cpsw
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | am335x-sancloud-bbe-common.dtsi | 7 cpsw_default: cpsw-default-pins { 25 cpsw_sleep: cpsw-sleep-pins {
|
H A D | am335x-chiliboard.dts | 46 cpsw_default: cpsw-default-pins { 60 cpsw_sleep: cpsw-sleep-pins {
|
H A D | am335x-icev2.dts | 202 cpsw_default: cpsw-default-pins { 225 cpsw_sleep: cpsw-sleep-pins { 471 /* ETH1 mux: Low for MII-PRU, high for RMII-CPSW */
|
H A D | am335x-moxa-uc-2101.dts | 31 cpsw_default: cpsw-default-pins {
|
H A D | am335x-lxm.dts | 62 cpsw_default: cpsw-default-pins { 88 cpsw_sleep: cpsw-sleep-pins {
|
H A D | am335x-bone-common.dtsi | 105 cpsw_default: cpsw-default-pins { 124 cpsw_sleep: cpsw-sleep-pins {
|
H A D | am335x-osd3358-sm-red.dts | 289 cpsw_default: cpsw-default-pins { 307 cpsw_sleep: cpsw-sleep-pins {
|
H A D | am335x-baltos.dtsi | 89 cpsw_default: cpsw-default-pins { 117 cpsw_sleep: cpsw-sleep-pins {
|
/freebsd/sys/arm/ti/cpsw/ |
H A D | if_cpsw.c | 31 * 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 D | Makefile | 1 .PATH: ${SRCTOP}/sys/arm/ti/cpsw
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | syscon.yaml | 115 - ti,am62p-cpsw-mac-efuse 212 - ti,am62p-cpsw-mac-efuse
|
/freebsd/sys/contrib/device-tree/src/arm64/ti/ |
H A D | k3-am65-mcu.dtsi | 16 compatible = "ti,am62p-cpsw-mac-efuse", "syscon"; 333 compatible = "ti,am654-cpsw-nuss"; 371 compatible = "ti,cpsw-mdio","ti,davinci_mdio";
|
H A D | k3-j721s2-evm-gesi-exp-board.dtso | 25 main_cpsw_mdio_default_pins: main-cpsw-mdio-default-pins {
|
H A D | k3-am62a-wakeup.dtsi | 21 compatible = "ti,am62p-cpsw-mac-efuse", "syscon";
|
H A D | k3-am64-phycore-som.dtsi | 117 cpsw_mdio_pins_default: cpsw-mdio-default-pins { 125 cpsw_rgmii1_pins_default: cpsw-rgmii1-default-pins {
|
H A D | k3-am62-wakeup.dtsi | 26 compatible = "ti,am62p-cpsw-mac-efuse", "syscon";
|