• Home
  • Raw
  • Download

Lines Matching +full:out +full:- +full:ports

1 Realtek SMI-based Switches
4 The SMI "Simple Management Interface" is a two-wire protocol using
5 bit-banged GPIO that while it reuses the MDIO lines MCK and MDIO does
7 SMI-based Realtek devices.
11 - compatible: must be exactly one of:
13 "realtek,rtl8366rb" (4+1 ports)
14 "realtek,rtl8366s" (4+1 ports)
22 - mdc-gpios: GPIO line for the MDC clock line.
23 - mdio-gpios: GPIO line for the MDIO data line.
24 - reset-gpios: GPIO line for the reset signal.
27 - realtek,disable-leds: if the LED drivers are not used in the
33 - interrupt-controller
37 interrupt line coming out of one of the SMI-based chips. It most
41 Required properties of interrupt-controller:
43 - interrupt: parent interrupt, see interrupt-controller/interrupts.txt
44 - interrupt-controller: see interrupt-controller/interrupts.txt
45 - #address-cells: should be <0>
46 - #interrupt-cells: should be <1>
48 - mdio
56 - compatible: should be set to "realtek,smi-mdio" for all SMI devices
68 mdc-gpios = <&gpio0 21 GPIO_ACTIVE_HIGH>;
69 mdio-gpios = <&gpio0 22 GPIO_ACTIVE_HIGH>;
70 reset-gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
72 switch_intc: interrupt-controller {
74 interrupt-parent = <&gpio0>;
76 interrupt-controller;
77 #address-cells = <0>;
78 #interrupt-cells = <1>;
81 ports {
82 #address-cells = <1>;
83 #size-cells = <0>;
88 phy-handle = <&phy0>;
93 phy-handle = <&phy1>;
98 phy-handle = <&phy2>;
103 phy-handle = <&phy3>;
108 phy-handle = <&phy4>;
114 phy-mode = "rgmii";
115 fixed-link {
117 full-duplex;
123 compatible = "realtek,smi-mdio", "dsa-mdio";
124 #address-cells = <1>;
125 #size-cells = <0>;
129 interrupt-parent = <&switch_intc>;
134 interrupt-parent = <&switch_intc>;
139 interrupt-parent = <&switch_intc>;
144 interrupt-parent = <&switch_intc>;
149 interrupt-parent = <&switch_intc>;