Lines Matching +full:dwmac +full:- +full:mdio
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/net/toshiba,visconti-dwmac.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Toshiba Visconti DWMAC Ethernet controller
10 - Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
17 - toshiba,visconti-dwmac
19 - compatible
22 - $ref: snps,dwmac.yaml#
27 - items:
28 - enum:
29 - toshiba,visconti-dwmac
30 - const: snps,dwmac-4.20a
37 - description: main clock
38 - description: PHY reference clock
40 clock-names:
42 - const: stmmaceth
43 - const: phy_ref_clk
46 - compatible
47 - reg
48 - clocks
49 - clock-names
54 - |
55 #include <dt-bindings/clock/toshiba,tmpv770x.h>
56 #include <dt-bindings/interrupt-controller/arm-gic.h>
59 #address-cells = <2>;
60 #size-cells = <2>;
63 compatible = "toshiba,visconti-dwmac", "snps,dwmac-4.20a";
66 interrupt-names = "macirq";
68 clock-names = "stmmaceth", "phy_ref_clk";
72 phy-mode = "rgmii-id";
73 phy-handle = <&phy0>;
75 mdio {
76 #address-cells = <0x1>;
77 #size-cells = <0x0>;
78 compatible = "snps,dwmac-mdio";
80 phy0: ethernet-phy@1 {
81 device_type = "ethernet-phy";