1 Vitesse VSC73xx Switches
2 ========================
4 This defines device tree bindings for the Vitesse VSC73xx switch chips.
5 The Vitesse company has been acquired by Microsemi and Microsemi has
6 been acquired Microchip but retains this vendor branding.
8 The currently supported switch chips are:
9 Vitesse VSC7385 SparX-G5 5+1-port Integrated Gigabit Ethernet Switch
10 Vitesse VSC7388 SparX-G8 8-port Integrated Gigabit Ethernet Switch
11 Vitesse VSC7395 SparX-G5e 5+1-port Integrated Gigabit Ethernet Switch
12 Vitesse VSC7398 SparX-G8e 8-port Integrated Gigabit Ethernet Switch
14 This switch could have two different management interface.
16 If SPI interface is used, the device tree node is an SPI device so it must
17 reside inside a SPI bus device tree node, see spi/spi-bus.txt
19 When the chip is connected to a parallel memory bus and work in memory-mapped
20 I/O mode, a platform device is used to represent the vsc73xx. In this case it
21 must reside inside a platform bus device tree node.
25 - compatible: must be exactly one of:
30 - gpio-controller: indicates that this switch is also a GPIO controller,
32 - #gpio-cells: this must be set to <2> and indicates that we are a twocell
33 GPIO controller, see gpio/gpio.txt
37 - reset-gpios: a handle to a GPIO line that can issue reset of the chip.
38 It should be tagged as active low.
42 See net/dsa/dsa.txt for a list of additional required and optional properties
43 and subnodes of DSA switches.
49 compatible = "vitesse,vsc7395";
51 /* Specified for 2.5 MHz or below */
52 spi-max-frequency = <2500000>;
94 compatible = "vitesse,vsc7385";
95 reg = <0x2 0x0 0x20000>;
96 reset-gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;