/openbmc/linux/drivers/net/ethernet/micrel/ |
H A D | Kconfig | 3 # Micrel device configuration 7 bool "Micrel devices" 15 the questions about Micrel devices. If you say Y, you will be asked 21 tristate "Micrel KSZ8841/42 with generic bus interface" 25 ethernet switch chip (managed, VLAN, QoS) from Micrel or 29 tristate "Micrel KS8851 SPI" 38 SPI driver for Micrel KS8851 SPI attached network chip. 41 tristate "Micrel KS8851 MLL" 50 This platform driver is for Micrel KS8851 Address/data bus 54 tristate "Micrel KSZ8841/2 PCI" [all …]
|
H A D | Makefile | 3 # Makefile for the Micrel network device drivers.
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | micrel,ks8851.yaml | 4 $id: http://devicetree.org/schemas/net/micrel,ks8851.yaml# 7 title: Micrel KS8851 Ethernet MAC (SPI and Parallel bus options) 15 - micrel,ks8851 # SPI bus option 16 - micrel,ks8851-mll # Parallel bus option 51 const: micrel,ks8851 61 const: micrel,ks8851-mll 77 compatible = "micrel,ks8851"; 93 compatible = "micrel,ks8851-mll";
|
H A D | micrel-ks8995.txt | 1 Micrel KS8995 SPI controlled Ethernet Switch families 4 - compatible: either "micrel,ks8995", "micrel,ksz8864" or "micrel,ksz8795" 14 compatible = "micrel,ksz8795";
|
H A D | micrel.txt | 1 Micrel PHY properties. 3 These properties cover the base properties Micrel PHYs. 7 - micrel,led-mode : LED mode value to set for PHYs with configurable LEDs. 23 - micrel,rmii-reference-clock-select-25-mhz: RMII Reference Clock Select 40 - micrel,fiber-mode: If present the PHY is configured to operate in fiber mode
|
H A D | micrel-ksz90x1.txt | 1 Micrel KSZ9021/KSZ9031/KSZ9131 Gigabit Ethernet PHY 153 - micrel,force-master: 215 Micrel ksz9021rl/rn Data Sheet, Revision 1.2. Dated 2/13/2014. 216 http://www.micrel.com/_PDF/Ethernet/datasheets/ksz9021rl-rn_ds.pdf 218 Micrel ksz9031rnx Data Sheet, Revision 2.1. Dated 11/20/2014. 219 http://www.micrel.com/_PDF/Ethernet/datasheets/KSZ9031RNX.pdf 223 Note that a previous version of the Micrel ksz9021rl/rn Data Sheet 227 revision of the Micrel specification even though usage in the kernel
|
/openbmc/u-boot/drivers/net/phy/ |
H A D | micrel_ksz8xxx.c | 3 * Micrel PHY drivers 13 #include <micrel.h> 17 .name = "Micrel KSZ804", 46 .name = "Micrel KSZ8021/KSZ8031", 74 .name = "Micrel KSZ8051", 84 .name = "Micrel KSZ8081", 141 .name = "Micrel KSZ8895/KSZ8864", 150 /* Micrel used the exact same part number for the KSZ9021. */ 152 .name = "Micrel KS8721BL", 177 .name = "Micrel KSZ886x Switch",
|
H A D | Kconfig | 119 bool "Micrel Ethernet PHYs support" 121 Enable support for the GbE PHYs manufactured by Micrel (now 124 either/or KSZ9021 (see the "Micrel KSZ9021 family support" 140 bool "Micrel KSZ90x1 family support" 143 Enable support for the Micrel KSZ9021 and KSZ9031 GbE PHYs. If 153 bool "Micrel KSZ8xxx family support" 156 Enable support for the 8000 series GbE PHYs manufactured by Micrel
|
H A D | micrel_ksz90x1.c | 3 * Micrel PHY drivers 14 #include <micrel.h> 272 .name = "Micrel ksz9021", 370 .name = "Micrel ksz9031",
|
/openbmc/u-boot/doc/device-tree-bindings/net/ |
H A D | micrel-ksz90x1.txt | 1 Micrel KSZ9021/KSZ9031 Gigabit Ethernet PHY 5 micrel-specific properties to an Ethernet OF device node. 152 Micrel ksz9021rl/rn Data Sheet, Revision 1.2. Dated 2/13/2014. 153 http://www.micrel.com/_PDF/Ethernet/datasheets/ksz9021rl-rn_ds.pdf 155 Micrel ksz9031rnx Data Sheet, Revision 2.1. Dated 11/20/2014. 156 http://www.micrel.com/_PDF/Ethernet/datasheets/KSZ9031RNX.pdf 160 Note that a previous version of the Micrel ksz9021rl/rn Data Sheet 164 revision of the Micrel specification even though usage in the kernel
|
/openbmc/u-boot/board/spear/x600/ |
H A D | x600.c | 10 #include <micrel.h> 80 /* PHY configuration for Micrel KSZ9031 */ in board_phy_config()
|
/openbmc/linux/drivers/net/phy/ |
H A D | spi_ks8995.c | 3 * SPI driver for Micrel/Kendin KS8995M and KSZ8864RMN ethernet switches 24 #define DRV_DESC "Micrel KS8995 Ethernet switch SPI driver" 157 { .compatible = "micrel,ks8995" }, 158 { .compatible = "micrel,ksz8864" }, 159 { .compatible = "micrel,ksz8795" },
|
H A D | micrel.c | 3 * drivers/net/phy/micrel.c 5 * Driver for Micrel PHYs 9 * Copyright (c) 2010-2013 Micrel, Inc. 12 * Support : Micrel Phys: 611 return of_property_read_bool(of_node, "micrel,fiber-mode"); in ksz8041_fiber_mode() 849 /* The Micrel driver has a deprecated option to place phy OF in ksz9021_config_init() 1086 /* The Micrel driver has a deprecated option to place phy OF in ksz9031_config_init() 1140 if (of_property_read_bool(of_node, "micrel,force-master")) { in ksz9031_config_init() 1957 ret = of_property_read_u32(np, "micrel,led-mode", in kszphy_parse_led_mode() 2090 "micrel,rmii-reference-clock-select-25-mhz"); in kszphy_probe() [all …]
|
H A D | Kconfig | 258 tristate "Micrel PHYs" 415 tristate "Micrel KS8995MA 5-ports 10/100 managed Ethernet switch"
|
/openbmc/linux/arch/arm/boot/dts/renesas/ |
H A D | r9a06g032-rzn1d400-db.dts | 145 micrel,led-mode = <1>; 150 micrel,led-mode = <1>;
|
H A D | r8a7743-sk-rzg1m.dts | 78 micrel,led-mode = <1>;
|
H A D | r8a7745-sk-rzg1e.dts | 73 micrel,led-mode = <1>;
|
/openbmc/u-boot/arch/arm/mach-davinci/ |
H A D | ksz8873.c | 3 * Micrel KSZ8873 PHY Driver for TI DaVinci
|
/openbmc/linux/include/linux/ |
H A D | micrel_phy.h | 5 * Micrel PHY IDs
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6ul-kontron-bl-common.dtsi | 121 micrel,led-mode = <0>; 128 micrel,led-mode = <0>;
|
H A D | imx6ul-kontron-sl-common.dtsi | 47 micrel,led-mode = <0>;
|
/openbmc/linux/arch/arm64/boot/dts/amlogic/ |
H A D | meson-gxbb-p200.dts | 77 /* Micrel KSZ9031 (0x00221620) */
|
/openbmc/u-boot/arch/arm/mach-rockchip/rk3399/ |
H A D | Kconfig | 25 * on-module Micrel KSZ9031 GbE PHY
|
/openbmc/u-boot/drivers/net/ |
H A D | mcfmii.c | 64 {0x00221619, "KS8721BL"}, /* Micrel KS8721BL/SL */ 65 {0x00221512, "KSZ8041NL"}, /* Micrel KSZ8041NL */
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | imx6ul-pcl063.dtsi | 40 micrel,led-mode = <1>;
|