Lines Matching +full:channel +full:- +full:9

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#
10 - Justin Chen <justin.chen@broadcom.com>
11 - Florian Fainelli <florian.fainelli@broadcom.com>
18 - items:
19 - enum:
20 - brcm,bcm74165-asp
21 - const: brcm,asp-v2.1
22 - items:
23 - enum:
24 - brcm,bcm72165-asp
25 - const: brcm,asp-v2.0
27 "#address-cells":
29 "#size-cells":
40 - description: RX/TX interrupt
41 - description: Port 0 Wake-on-LAN
42 - description: Port 1 Wake-on-LAN
47 ethernet-ports:
50 "#address-cells":
52 "#size-cells":
56 "^port@[0-9]+$":
59 $ref: ethernet-controller.yaml#
68 brcm,channel:
71 ASP Channel Number
73 The depacketizer channel that consumes packets from
77 - reg
78 - brcm,channel
83 "^mdio@[0-9a-f]+$":
85 $ref: brcm,unimac-mdio.yaml
91 - compatible
92 - reg
93 - interrupts
94 - clocks
95 - ranges
100 - |
101 #include <dt-bindings/interrupt-controller/irq.h>
102 #include <dt-bindings/interrupt-controller/arm-gic.h>
104 ethernet@9c00000 {
105 compatible = "brcm,bcm72165-asp", "brcm,asp-v2.0";
110 #address-cells = <1>;
111 #size-cells = <1>;
114 compatible = "brcm,asp-v2.0-mdio";
116 reg-names = "mdio";
117 #address-cells = <1>;
118 #size-cells = <0>;
120 phy0: ethernet-phy@1 {
126 compatible = "brcm,asp-v2.0-mdio";
128 reg-names = "mdio";
129 #address-cells = <1>;
130 #size-cells = <0>;
132 phy1: ethernet-phy@1 {
137 ethernet-ports {
138 #address-cells = <1>;
139 #size-cells = <0>;
143 brcm,channel = <8>;
144 phy-mode = "rgmii";
145 phy-handle = <&phy0>;
150 brcm,channel = <9>;
151 phy-mode = "rgmii";
152 phy-handle = <&phy1>;