1 Microchip KSZ Series Ethernet switches
2 ==================================
6 - compatible: For external switch chips, compatible string must be exactly one
22 - reset-gpios : Should be a gpio specifier for a reset line
23 - microchip,synclko-125 : Set if the output SYNCLKO frequency should be set to
24 125MHz instead of 25MHz.
26 See Documentation/devicetree/bindings/net/dsa/dsa.txt for a list of additional
27 required and optional properties.
31 Ethernet switch connected via SPI to the host, CPU port wired to eth0:
33 eth0: ethernet@10001000 {
41 pinctrl-0 = <&pinctrl_spi_ksz>;
42 cs-gpios = <&pioC 25 0>;
46 compatible = "microchip,ksz9477";
49 spi-max-frequency = <44000000>;
88 compatible = "microchip,ksz8565";
91 spi-max-frequency = <44000000>;