File tree Expand file tree Collapse file tree 1 file changed +15
-7
lines changed
Documentation/devicetree/bindings/net Expand file tree Collapse file tree 1 file changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -59,9 +59,15 @@ properties:
59
59
clocks :
60
60
maxItems : 1
61
61
62
- pinctrl-0 : true
62
+ power-domains :
63
+ maxItems : 1
64
+
65
+ resets :
66
+ maxItems : 1
63
67
64
- pinctrl-names : true
68
+ phy-mode : true
69
+
70
+ phy-handle : true
65
71
66
72
renesas,no-ether-link :
67
73
type : boolean
@@ -74,6 +80,11 @@ properties:
74
80
specify when the Ether LINK signal is active-low instead of normal
75
81
active-high
76
82
83
+ patternProperties :
84
+ " ^ethernet-phy@[0-9a-f]$ " :
85
+ type : object
86
+ $ref : ethernet-phy.yaml#
87
+
77
88
required :
78
89
- compatible
79
90
- reg
@@ -83,7 +94,8 @@ required:
83
94
- ' #address-cells'
84
95
- ' #size-cells'
85
96
- clocks
86
- - pinctrl-0
97
+
98
+ additionalProperties : false
87
99
88
100
examples :
89
101
# Lager board
@@ -99,8 +111,6 @@ examples:
99
111
clocks = <&mstp8_clks R8A7790_CLK_ETHER>;
100
112
phy-mode = "rmii";
101
113
phy-handle = <&phy1>;
102
- pinctrl-0 = <ðer_pins>;
103
- pinctrl-names = "default";
104
114
renesas,ether-link-active-low;
105
115
#address-cells = <1>;
106
116
#size-cells = <0>;
@@ -109,7 +119,5 @@ examples:
109
119
reg = <1>;
110
120
interrupt-parent = <&irqc0>;
111
121
interrupts = <0 IRQ_TYPE_LEVEL_LOW>;
112
- pinctrl-0 = <&phy1_pins>;
113
- pinctrl-names = "default";
114
122
};
115
123
};
You can’t perform that action at this time.
0 commit comments