Lines Matching +full:mdio +full:- +full:controller
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/net/brcm,asp-v2.0.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Broadcom ASP Ethernet controller
10 - Justin Chen <justin.chen@broadcom.com>
11 - Florian Fainelli <florian.fainelli@broadcom.com>
13 description: Broadcom Ethernet controller first introduced with 72165
18 - items:
19 - enum:
20 - brcm,bcm74110-asp
21 - const: brcm,asp-v3.0
22 - items:
23 - enum:
24 - brcm,bcm74165b0-asp
25 - const: brcm,asp-v2.2
26 - items:
27 - enum:
28 - brcm,bcm74165-asp
29 - const: brcm,asp-v2.1
31 "#address-cells":
33 "#size-cells":
43 - description: RX/TX interrupt
44 - description: Wake-on-LAN interrupt
49 ethernet-ports:
52 "#address-cells":
54 "#size-cells":
58 "^port@[0-9a-f]+$":
61 $ref: ethernet-controller.yaml#
79 - reg
80 - brcm,channel
85 "^mdio@[0-9a-f]+$":
87 $ref: brcm,unimac-mdio.yaml
90 ASP internal UniMAC MDIO bus
93 - compatible
94 - reg
95 - interrupts
96 - clocks
97 - ranges
102 - |
103 #include <dt-bindings/interrupt-controller/irq.h>
104 #include <dt-bindings/interrupt-controller/arm-gic.h>
107 compatible = "brcm,bcm74165-asp", "brcm,asp-v2.1";
109 interrupts-extended = <&intc GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>,
113 #address-cells = <1>;
114 #size-cells = <1>;
116 mdio@c614 {
117 compatible = "brcm,asp-v2.1-mdio";
119 reg-names = "mdio";
120 #address-cells = <1>;
121 #size-cells = <0>;
123 phy0: ethernet-phy@1 {
128 mdio@ce14 {
129 compatible = "brcm,asp-v2.1-mdio";
131 reg-names = "mdio";
132 #address-cells = <1>;
133 #size-cells = <0>;
135 phy1: ethernet-phy@1 {
140 ethernet-ports {
141 #address-cells = <1>;
142 #size-cells = <0>;
147 phy-mode = "rgmii";
148 phy-handle = <&phy0>;
154 phy-mode = "rgmii";
155 phy-handle = <&phy1>;