Lines Matching +full:sparx +full:- +full:g8

1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Linus Walleij <linus.walleij@linaro.org>
13 The Vitesse DSA Switches were produced in the early-to-mid 2000s.
19 Vitesse VSC7385 SparX-G5 5+1-port Integrated Gigabit Ethernet Switch
20 Vitesse VSC7388 SparX-G8 8-port Integrated Gigabit Ethernet Switch
21 Vitesse VSC7395 SparX-G5e 5+1-port Integrated Gigabit Ethernet Switch
22 Vitesse VSC7398 SparX-G8e 8-port Integrated Gigabit Ethernet Switch
27 reside inside a SPI bus device tree node, see spi/spi-bus.txt
29 When the chip is connected to a parallel memory bus and work in memory-mapped
36 - vitesse,vsc7385
37 - vitesse,vsc7388
38 - vitesse,vsc7395
39 - vitesse,vsc7398
44 gpio-controller: true
45 "#gpio-cells":
48 reset-gpios:
53 - $ref: dsa.yaml#/$defs/ethernet-ports
56 "^(ethernet-)?ports$":
59 "^(ethernet-)?port@6$":
61 - if:
63 phy-mode:
66 - rgmii
69 rx-internal-delay-ps:
70 $ref: "#/$defs/internal-delay-ps"
71 tx-internal-delay-ps:
72 $ref: "#/$defs/internal-delay-ps"
75 # bus, the if-clause will fail if reg is a tuple such as for a
83 $ref: /schemas/spi/spi-peripheral-props.yaml#
86 - compatible
87 - reg
90 internal-delay-ps:
101 - |
102 #include <dt-bindings/gpio/gpio.h>
105 #address-cells = <1>;
106 #size-cells = <0>;
108 ethernet-switch@0 {
111 spi-max-frequency = <2500000>;
112 gpio-controller;
113 #gpio-cells = <2>;
115 ethernet-ports {
116 #address-cells = <1>;
117 #size-cells = <0>;
119 ethernet-port@0 {
123 ethernet-port@1 {
127 ethernet-port@2 {
131 ethernet-port@3 {
135 ethernet-port@6 {
138 phy-mode = "rgmii";
139 rx-internal-delay-ps = <0>;
140 tx-internal-delay-ps = <0>;
141 fixed-link {
143 full-duplex;
152 #address-cells = <1>;
153 #size-cells = <1>;
155 ethernet-switch@10000000 {
158 reset-gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
160 ethernet-ports {
161 #address-cells = <1>;
162 #size-cells = <0>;
164 ethernet-port@0 {
168 ethernet-port@1 {
172 ethernet-port@2 {
176 ethernet-port@3 {
180 ethernet-port@6 {
183 rx-internal-delay-ps = <0>;
184 tx-internal-delay-ps = <0>;
185 phy-mode = "rgmii";
186 fixed-link {
188 full-duplex;