Lines Matching +full:phy +full:- +full:grf

1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: "http://devicetree.org/schemas/net/rockchip-dwmac.yaml#"
5 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
10 - David Wu <david.wu@rock-chips.com>
18 - rockchip,px30-gmac
19 - rockchip,rk3128-gmac
20 - rockchip,rk3228-gmac
21 - rockchip,rk3288-gmac
22 - rockchip,rk3308-gmac
23 - rockchip,rk3328-gmac
24 - rockchip,rk3366-gmac
25 - rockchip,rk3368-gmac
26 - rockchip,rk3399-gmac
27 - rockchip,rk3568-gmac
28 - rockchip,rk3588-gmac
29 - rockchip,rv1108-gmac
30 - rockchip,rv1126-gmac
32 - compatible
35 - $ref: "snps,dwmac.yaml#"
40 - items:
41 - enum:
42 - rockchip,px30-gmac
43 - rockchip,rk3128-gmac
44 - rockchip,rk3228-gmac
45 - rockchip,rk3288-gmac
46 - rockchip,rk3308-gmac
47 - rockchip,rk3328-gmac
48 - rockchip,rk3366-gmac
49 - rockchip,rk3368-gmac
50 - rockchip,rk3399-gmac
51 - rockchip,rv1108-gmac
52 - rockchip,rv1126-gmac
53 - items:
54 - enum:
55 - rockchip,rk3568-gmac
56 - rockchip,rk3588-gmac
57 - const: snps,dwmac-4.20a
63 clock-names:
66 - stmmaceth
67 - mac_clk_tx
68 - mac_clk_rx
69 - aclk_mac
70 - pclk_mac
71 - clk_mac_ref
72 - clk_mac_refout
73 - clk_mac_speed
78 is not sourced from SoC's PLL, but input from PHY.
79 For RMII, "input" means PHY provides the reference clock(50MHz),
84 rockchip,grf:
88 rockchip,php-grf:
101 phy-supply:
102 description: PHY regulator
105 - compatible
106 - clocks
107 - clock-names
112 - |
113 #include <dt-bindings/interrupt-controller/arm-gic.h>
114 #include <dt-bindings/clock/rk3288-cru.h>
117 compatible = "rockchip,rk3288-gmac";
120 interrupt-names = "macirq";
125 clock-names = "stmmaceth",
129 assigned-clocks = <&cru SCLK_MAC>;
130 assigned-clock-parents = <&ext_gmac>;
132 rockchip,grf = <&grf>;
133 phy-mode = "rgmii";