Home
last modified time | relevance | path

Searched full:rmii (Results 1 – 25 of 69) sorted by relevance

123

/Zephyr-latest/dts/bindings/ethernet/
Dinfineon,xmc4xxx-ethernet.yaml28 description: Receive bit 0 (rxd0) signal GPIO connection. Used for RMII and MII interfaces.
38 description: Receive bit 1 (rxd1) signal GPIO connection. Used for RMII and MII interfaces.
59 rmii-rx-clk-port-ctrl:
62 If the RMII interface is used it connects GPIO to the rmii-clk signal.
75 If the RMII interface is used it connects GPIO to the Carrier Sense Data Valid (crs-dv)
96 description: Receive Error (rxer) signal GPIO connection. Used for MII and RMII interfaces.
Dsilabs,gecko-ethernet.yaml26 # RMII interface location
27 location-rmii:
30 description: location of RMII pins, configuration defined as <location>
49 # RMII interface pins
Dmicrochip,ksz8081.yaml23 - "rmii"
24 - "rmii-25MHz"
Dti,dp83825.yaml22 - "rmii"
23 - "rmii-25MHz"
Despressif,esp32-eth.yaml18 GPIO to output RMII Clock.
Ddavicom,dm8806-phy.yaml4 description: Davicom DM8806 Ethernet MAC and PHY with RMII interface
61 - "rmii"
Dethernet-controller.yaml37 - "rmii"
Datmel,gmac-common.yaml51 default: "rmii"
/Zephyr-latest/tests/drivers/build_all/ethernet/
Dapp.overlay50 microchip,interface-type = "rmii";
59 microchip,interface-type = "rmii";
68 microchip,interface-type = "rmii";
/Zephyr-latest/boards/espressif/esp32_ethernet_kit/doc/
Dindex.rst119 media-independent interface (RMII), a variant of the media-independent
207 RMII Clock Selection
210 The ethernet MAC and PHY under RMII working mode need a common 50 MHz
211 reference clock (i.e. RMII clock) that can be provided either externally,
216 For additional information on the RMII clock selection, please refer to
219 RMII Clock Sourced Externally by PHY
222 By default, the ESP32-Ethernet-Kit is configured to provide RMII clock for the
227 .. figure:: img/esp32-ethernet-kit-rmii-clk-from-phy.jpg
229 :alt: RMII Clock from IP101GRI PHY
232 RMII Clock from IP101GRI PHY
[all …]
/Zephyr-latest/boards/nxp/mimxrt1180_evk/
Dboard.c14 /* RMII mode */ in board_early_init_hook()
17 /* Output reference clock for RMII */ in board_early_init_hook()
/Zephyr-latest/boards/nxp/rd_rw612_bga/
Drd_rw612_bga_rw612_ethernet.dts24 phy-connection-type = "rmii";
37 microchip,interface-type = "rmii";
/Zephyr-latest/drivers/ethernet/
Deth_gecko_priv.h72 struct soc_gpio_pin rmii[7]; member
107 /* RMII pins excluding reference clock, handled by board.c */
132 /* RMII reference clock is not included in RMII pin set
Deth_gecko.c444 for (idx = 0; idx < ARRAY_SIZE(cfg->pin_list->rmii); idx++) { in eth_init_pins()
445 GPIO_PinModeSet(cfg->pin_list->rmii[idx].port, cfg->pin_list->rmii[idx].pin, in eth_init_pins()
446 cfg->pin_list->rmii[idx].mode, cfg->pin_list->rmii[idx].out); in eth_init_pins()
482 /* Enable global clock and RMII operation */ in eth_init()
654 .rmii = PIN_LIST_RMII
662 ARRAY_SIZE(pins_eth0.rmii),
/Zephyr-latest/boards/pjrc/teensy4/
Dteensy41.dts42 phy-connection-type = "rmii";
56 ti,interface-type = "rmii";
/Zephyr-latest/boards/atmel/sam0/same54_xpro/doc/
Dindex.rst114 - GMAC RMII REFCK : PA14
115 - GMAC RMII TXEN : PA17
116 - GMAC RMII TXD0 : PA18
117 - GMAC RMII TXD1 : PA19
118 - GMAC RMII CRSDV : PC20
119 - GMAC RMII RXD0 : PA13
120 - GMAC RMII RXD1 : PA12
121 - GMAC RMII RXER : PA15
/Zephyr-latest/drivers/ethernet/phy/
Dphy_dm8806_priv.h127 * MII/RevMII/RMII
132 * be configured as RMII
136 * is configured as RMII
/Zephyr-latest/drivers/ethernet/nxp_enet/
DKconfig132 bool "RMII clock from external sources"
134 Setting this option will configure MCUX clock block to feed RMII
/Zephyr-latest/boards/silabs/radio_boards/slwrb4321a/
Dboard.c32 /* enable CMU_CLK2 as RMII reference clock */ in efm32gg_slwstk6121a_init()
Dslwrb4321a.dts131 /* RMII interface pins */
132 location-rmii = <GECKO_LOCATION(0)>;
/Zephyr-latest/boards/infineon/xmc45_relax_kit/
Dxmc45_relax_kit.dts148 rmii-rx-clk-port-ctrl = "P15_8";
151 phy-connection-type = "rmii";
/Zephyr-latest/boards/silabs/starter_kits/slstk3701a/
Dslstk3701a.dts162 /* RMII interface pins */
163 location-rmii = <GECKO_LOCATION(1)>;
Dboard.c41 /* enable CMU_CLK2 as RMII reference clock */ in efm32gg_stk3701a_init()
/Zephyr-latest/boards/infineon/xmc47_relax_kit/
Dxmc47_relax_kit.dts186 rmii-rx-clk-port-ctrl = "P15_8";
189 phy-connection-type = "rmii";
/Zephyr-latest/boards/nxp/mimxrt1160_evk/
Dmimxrt1160_evk.dtsi142 phy-connection-type = "rmii";
156 microchip,interface-type = "rmii";

123