Lines Matching +full:reset +full:- +full:mode
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/net/socionext,uniphier-ave4.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
19 - socionext,uniphier-pro4-ave4
20 - socionext,uniphier-pxs2-ave4
21 - socionext,uniphier-ld11-ave4
22 - socionext,uniphier-ld20-ave4
23 - socionext,uniphier-pxs3-ave4
24 - socionext,uniphier-nx1-ave4
32 phy-mode: true
34 phy-handle: true
36 mac-address: true
38 local-mac-address: true
44 clock-names:
52 reset-names:
56 socionext,syscon-phy-mode:
57 $ref: /schemas/types.yaml#/definitions/phandle-array
59 - items:
60 - description: phandle to syscon that configures phy mode
61 - description: ID of MAC instance
63 A phandle to syscon with one argument that configures phy mode.
71 - $ref: ethernet-controller.yaml#
72 - if:
76 const: socionext,uniphier-pro4-ave4
82 clock-names:
84 - const: gio
85 - const: ether
86 - const: ether-gb
87 - const: ether-phy
91 reset-names:
93 - const: gio
94 - const: ether
99 clock-names:
103 reset-names:
107 - compatible
108 - reg
109 - interrupts
110 - phy-mode
111 - phy-handle
112 - clocks
113 - clock-names
114 - resets
115 - reset-names
116 - mdio
121 - |
123 compatible = "socionext,uniphier-ld20-ave4";
126 phy-mode = "rgmii";
127 phy-handle = <ðphy>;
128 clock-names = "ether";
130 reset-names = "ether";
132 socionext,syscon-phy-mode = <&soc_glue 0>;
135 #address-cells = <1>;
136 #size-cells = <0>;
138 ethphy: ethernet-phy@1 {