Searched +full:rtl9301 +full:- +full:switch (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/net/realtek,rtl9301-switch.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Realtek Switch with Internal CPU10 - Chris Packham <chris.packham@alliedtelesis.co.nz>17 $ref: ethernet-switch.yaml#/$defs/ethernet-ports22 - enum:23 - realtek,rtl9301-switch24 - realtek,rtl9302b-switch[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later OR BSD-2-Clause4 compatible = "realtek,rtl9302-soc";6 #address-cells = <1>;7 #size-cells = <1>;15 compatible = "mti,cpu-interrupt-controller";16 #address-cells = <0>;17 #interrupt-cells = <1>;18 interrupt-controller;22 #address-cells = <1>;23 #size-cells = <0>;[all …]
1 // SPDX-License-Identifier: GPL-2.0-only5 * The MDIO communication is abstracted by the switch. At the software level6 * communication uses the switch port to address the PHY. We work out the8 * ethernet-ports property.68 struct rtl9300_mdio_chan *chan = bus->priv; in rtl9300_mdio_phy_to_port()72 priv = chan->priv; in rtl9300_mdio_phy_to_port()74 for_each_set_bit(i, priv->valid_ports, MAX_PORTS) in rtl9300_mdio_phy_to_port()75 if (priv->smi_bus[i] == chan->mdio_bus && in rtl9300_mdio_phy_to_port()76 priv->smi_addr[i] == phy_id) in rtl9300_mdio_phy_to_port()79 return -ENOENT; in rtl9300_mdio_phy_to_port()[all …]
5 ----------[all...]