xref: /freebsd/sys/contrib/device-tree/Bindings/net/fsl,fec.yaml (revision 8bab661a3316d8bd9b9fbd11a3b4371b91507bd2)
1354d7675SEmmanuel Vadot# SPDX-License-Identifier: GPL-2.0
2354d7675SEmmanuel Vadot%YAML 1.2
3354d7675SEmmanuel Vadot---
4354d7675SEmmanuel Vadot$id: http://devicetree.org/schemas/net/fsl,fec.yaml#
5354d7675SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
6354d7675SEmmanuel Vadot
7354d7675SEmmanuel Vadottitle: Freescale Fast Ethernet Controller (FEC)
8354d7675SEmmanuel Vadot
9354d7675SEmmanuel Vadotmaintainers:
10*8bab661aSEmmanuel Vadot  - Shawn Guo <shawnguo@kernel.org>
11*8bab661aSEmmanuel Vadot  - Wei Fang <wei.fang@nxp.com>
12*8bab661aSEmmanuel Vadot  - NXP Linux Team <linux-imx@nxp.com>
13354d7675SEmmanuel Vadot
14354d7675SEmmanuel VadotallOf:
15354d7675SEmmanuel Vadot  - $ref: ethernet-controller.yaml#
16354d7675SEmmanuel Vadot
17354d7675SEmmanuel Vadotproperties:
18354d7675SEmmanuel Vadot  compatible:
19354d7675SEmmanuel Vadot    oneOf:
20354d7675SEmmanuel Vadot      - enum:
21354d7675SEmmanuel Vadot          - fsl,imx25-fec
22354d7675SEmmanuel Vadot          - fsl,imx27-fec
23354d7675SEmmanuel Vadot          - fsl,imx28-fec
24354d7675SEmmanuel Vadot          - fsl,imx6q-fec
25354d7675SEmmanuel Vadot          - fsl,mvf600-fec
267ef62cebSEmmanuel Vadot          - fsl,s32v234-fec
27354d7675SEmmanuel Vadot      - items:
28354d7675SEmmanuel Vadot          - enum:
29354d7675SEmmanuel Vadot              - fsl,imx53-fec
30354d7675SEmmanuel Vadot              - fsl,imx6sl-fec
31354d7675SEmmanuel Vadot          - const: fsl,imx25-fec
32354d7675SEmmanuel Vadot      - items:
33354d7675SEmmanuel Vadot          - enum:
34354d7675SEmmanuel Vadot              - fsl,imx35-fec
35354d7675SEmmanuel Vadot              - fsl,imx51-fec
36354d7675SEmmanuel Vadot          - const: fsl,imx27-fec
37354d7675SEmmanuel Vadot      - items:
38354d7675SEmmanuel Vadot          - enum:
39354d7675SEmmanuel Vadot              - fsl,imx6ul-fec
40354d7675SEmmanuel Vadot              - fsl,imx6sx-fec
41354d7675SEmmanuel Vadot          - const: fsl,imx6q-fec
42354d7675SEmmanuel Vadot      - items:
43354d7675SEmmanuel Vadot          - enum:
44354d7675SEmmanuel Vadot              - fsl,imx7d-fec
45354d7675SEmmanuel Vadot          - const: fsl,imx6sx-fec
46354d7675SEmmanuel Vadot      - items:
47354d7675SEmmanuel Vadot          - const: fsl,imx8mq-fec
48354d7675SEmmanuel Vadot          - const: fsl,imx6sx-fec
49354d7675SEmmanuel Vadot      - items:
50354d7675SEmmanuel Vadot          - enum:
51354d7675SEmmanuel Vadot              - fsl,imx8mm-fec
52354d7675SEmmanuel Vadot              - fsl,imx8mn-fec
53354d7675SEmmanuel Vadot              - fsl,imx8mp-fec
54354d7675SEmmanuel Vadot          - const: fsl,imx8mq-fec
55354d7675SEmmanuel Vadot          - const: fsl,imx6sx-fec
56354d7675SEmmanuel Vadot      - items:
57354d7675SEmmanuel Vadot          - const: fsl,imx8qm-fec
58354d7675SEmmanuel Vadot          - const: fsl,imx6sx-fec
59354d7675SEmmanuel Vadot      - items:
60354d7675SEmmanuel Vadot          - enum:
61354d7675SEmmanuel Vadot              - fsl,imx8qxp-fec
62354d7675SEmmanuel Vadot          - const: fsl,imx8qm-fec
63354d7675SEmmanuel Vadot          - const: fsl,imx6sx-fec
64b97ee269SEmmanuel Vadot      - items:
65b97ee269SEmmanuel Vadot          - enum:
66b97ee269SEmmanuel Vadot              - fsl,imx8ulp-fec
67b97ee269SEmmanuel Vadot          - const: fsl,imx6ul-fec
68b97ee269SEmmanuel Vadot          - const: fsl,imx6q-fec
69354d7675SEmmanuel Vadot
70354d7675SEmmanuel Vadot  reg:
71354d7675SEmmanuel Vadot    maxItems: 1
72354d7675SEmmanuel Vadot
73354d7675SEmmanuel Vadot  interrupts:
74354d7675SEmmanuel Vadot    minItems: 1
75354d7675SEmmanuel Vadot    maxItems: 4
76354d7675SEmmanuel Vadot
77354d7675SEmmanuel Vadot  interrupt-names:
78354d7675SEmmanuel Vadot    oneOf:
79354d7675SEmmanuel Vadot      - items:
80354d7675SEmmanuel Vadot          - const: int0
81354d7675SEmmanuel Vadot      - items:
82354d7675SEmmanuel Vadot          - const: int0
83354d7675SEmmanuel Vadot          - const: pps
84354d7675SEmmanuel Vadot      - items:
85354d7675SEmmanuel Vadot          - const: int0
86354d7675SEmmanuel Vadot          - const: int1
87354d7675SEmmanuel Vadot          - const: int2
88354d7675SEmmanuel Vadot      - items:
89354d7675SEmmanuel Vadot          - const: int0
90354d7675SEmmanuel Vadot          - const: int1
91354d7675SEmmanuel Vadot          - const: int2
92354d7675SEmmanuel Vadot          - const: pps
93354d7675SEmmanuel Vadot
94354d7675SEmmanuel Vadot  clocks:
95354d7675SEmmanuel Vadot    minItems: 2
96354d7675SEmmanuel Vadot    maxItems: 5
97354d7675SEmmanuel Vadot    description:
98354d7675SEmmanuel Vadot      The "ipg", for MAC ipg_clk_s, ipg_clk_mac_s that are for register accessing.
99354d7675SEmmanuel Vadot      The "ahb", for MAC ipg_clk, ipg_clk_mac that are bus clock.
100354d7675SEmmanuel Vadot      The "ptp"(option), for IEEE1588 timer clock that requires the clock.
101354d7675SEmmanuel Vadot      The "enet_clk_ref"(option), for MAC transmit/receiver reference clock like
102354d7675SEmmanuel Vadot      RGMII TXC clock or RMII reference clock. It depends on board design,
103354d7675SEmmanuel Vadot      the clock is required if RGMII TXC and RMII reference clock source from
104354d7675SEmmanuel Vadot      SOC internal PLL.
105354d7675SEmmanuel Vadot      The "enet_out"(option), output clock for external device, like supply clock
106354d7675SEmmanuel Vadot      for PHY. The clock is required if PHY clock source from SOC.
107354d7675SEmmanuel Vadot      The "enet_2x_txclk"(option), for RGMII sampling clock which fixed at 250Mhz.
108354d7675SEmmanuel Vadot      The clock is required if SoC RGMII enable clock delay.
109354d7675SEmmanuel Vadot
110354d7675SEmmanuel Vadot  clock-names:
111354d7675SEmmanuel Vadot    minItems: 2
112354d7675SEmmanuel Vadot    maxItems: 5
113354d7675SEmmanuel Vadot    items:
114354d7675SEmmanuel Vadot      enum:
115354d7675SEmmanuel Vadot        - ipg
116354d7675SEmmanuel Vadot        - ahb
117354d7675SEmmanuel Vadot        - ptp
118354d7675SEmmanuel Vadot        - enet_clk_ref
119354d7675SEmmanuel Vadot        - enet_out
120354d7675SEmmanuel Vadot        - enet_2x_txclk
121354d7675SEmmanuel Vadot
122354d7675SEmmanuel Vadot  phy-mode: true
123354d7675SEmmanuel Vadot
124354d7675SEmmanuel Vadot  phy-handle: true
125354d7675SEmmanuel Vadot
126354d7675SEmmanuel Vadot  fixed-link: true
127354d7675SEmmanuel Vadot
128354d7675SEmmanuel Vadot  local-mac-address: true
129354d7675SEmmanuel Vadot
130354d7675SEmmanuel Vadot  mac-address: true
131354d7675SEmmanuel Vadot
132b97ee269SEmmanuel Vadot  nvmem-cells: true
133b97ee269SEmmanuel Vadot
134b97ee269SEmmanuel Vadot  nvmem-cell-names: true
135b97ee269SEmmanuel Vadot
136354d7675SEmmanuel Vadot  tx-internal-delay-ps:
137354d7675SEmmanuel Vadot    enum: [0, 2000]
138354d7675SEmmanuel Vadot
139354d7675SEmmanuel Vadot  rx-internal-delay-ps:
140354d7675SEmmanuel Vadot    enum: [0, 2000]
141354d7675SEmmanuel Vadot
142354d7675SEmmanuel Vadot  phy-supply:
143354d7675SEmmanuel Vadot    description:
144354d7675SEmmanuel Vadot      Regulator that powers the Ethernet PHY.
145354d7675SEmmanuel Vadot
146354d7675SEmmanuel Vadot  fsl,num-tx-queues:
147354d7675SEmmanuel Vadot    $ref: /schemas/types.yaml#/definitions/uint32
148354d7675SEmmanuel Vadot    description:
149354d7675SEmmanuel Vadot      The property is valid for enet-avb IP, which supports hw multi queues.
150354d7675SEmmanuel Vadot      Should specify the tx queue number, otherwise set tx queue number to 1.
151354d7675SEmmanuel Vadot    enum: [1, 2, 3]
152354d7675SEmmanuel Vadot
153354d7675SEmmanuel Vadot  fsl,num-rx-queues:
154354d7675SEmmanuel Vadot    $ref: /schemas/types.yaml#/definitions/uint32
155354d7675SEmmanuel Vadot    description:
156354d7675SEmmanuel Vadot      The property is valid for enet-avb IP, which supports hw multi queues.
157354d7675SEmmanuel Vadot      Should specify the rx queue number, otherwise set rx queue number to 1.
158354d7675SEmmanuel Vadot    enum: [1, 2, 3]
159354d7675SEmmanuel Vadot
160354d7675SEmmanuel Vadot  fsl,magic-packet:
161354d7675SEmmanuel Vadot    $ref: /schemas/types.yaml#/definitions/flag
162354d7675SEmmanuel Vadot    description:
163354d7675SEmmanuel Vadot      If present, indicates that the hardware supports waking up via magic packet.
164354d7675SEmmanuel Vadot
165354d7675SEmmanuel Vadot  fsl,err006687-workaround-present:
166354d7675SEmmanuel Vadot    $ref: /schemas/types.yaml#/definitions/flag
167354d7675SEmmanuel Vadot    description:
168354d7675SEmmanuel Vadot      If present indicates that the system has the hardware workaround for
169354d7675SEmmanuel Vadot      ERR006687 applied and does not need a software workaround.
170354d7675SEmmanuel Vadot
171354d7675SEmmanuel Vadot  fsl,stop-mode:
172354d7675SEmmanuel Vadot    $ref: /schemas/types.yaml#/definitions/phandle-array
173c9ccf3a3SEmmanuel Vadot    items:
174c9ccf3a3SEmmanuel Vadot      - items:
175c9ccf3a3SEmmanuel Vadot          - description: phandle to general purpose register node
176c9ccf3a3SEmmanuel Vadot          - description: the gpr register offset for ENET stop request
177c9ccf3a3SEmmanuel Vadot          - description: the gpr bit offset for ENET stop request
178354d7675SEmmanuel Vadot    description:
179354d7675SEmmanuel Vadot      Register bits of stop mode control, the format is <&gpr req_gpr req_bit>.
180354d7675SEmmanuel Vadot
181354d7675SEmmanuel Vadot  mdio:
182e67e8565SEmmanuel Vadot    $ref: mdio.yaml#
183e67e8565SEmmanuel Vadot    unevaluatedProperties: false
184354d7675SEmmanuel Vadot    description:
185354d7675SEmmanuel Vadot      Specifies the mdio bus in the FEC, used as a container for phy nodes.
186354d7675SEmmanuel Vadot
187354d7675SEmmanuel Vadot  # Deprecated optional properties:
188354d7675SEmmanuel Vadot  # To avoid these, create a phy node according to ethernet-phy.yaml in the same
189354d7675SEmmanuel Vadot  # directory, and point the FEC's "phy-handle" property to it. Then use
190354d7675SEmmanuel Vadot  # the phy's reset binding, again described by ethernet-phy.yaml.
191354d7675SEmmanuel Vadot
192354d7675SEmmanuel Vadot  phy-reset-gpios:
193354d7675SEmmanuel Vadot    deprecated: true
194354d7675SEmmanuel Vadot    description:
195354d7675SEmmanuel Vadot      Should specify the gpio for phy reset.
196354d7675SEmmanuel Vadot
197354d7675SEmmanuel Vadot  phy-reset-duration:
198d5b0e70fSEmmanuel Vadot    $ref: /schemas/types.yaml#/definitions/uint32
199354d7675SEmmanuel Vadot    deprecated: true
200354d7675SEmmanuel Vadot    description:
201354d7675SEmmanuel Vadot      Reset duration in milliseconds.  Should present only if property
202354d7675SEmmanuel Vadot      "phy-reset-gpios" is available.  Missing the property will have the
203354d7675SEmmanuel Vadot      duration be 1 millisecond.  Numbers greater than 1000 are invalid
204354d7675SEmmanuel Vadot      and 1 millisecond will be used instead.
205354d7675SEmmanuel Vadot
206354d7675SEmmanuel Vadot  phy-reset-active-high:
207d5b0e70fSEmmanuel Vadot    type: boolean
208354d7675SEmmanuel Vadot    deprecated: true
209354d7675SEmmanuel Vadot    description:
210354d7675SEmmanuel Vadot      If present then the reset sequence using the GPIO specified in the
211354d7675SEmmanuel Vadot      "phy-reset-gpios" property is reversed (H=reset state, L=operation state).
212354d7675SEmmanuel Vadot
213354d7675SEmmanuel Vadot  phy-reset-post-delay:
214d5b0e70fSEmmanuel Vadot    $ref: /schemas/types.yaml#/definitions/uint32
215354d7675SEmmanuel Vadot    deprecated: true
216354d7675SEmmanuel Vadot    description:
217354d7675SEmmanuel Vadot      Post reset delay in milliseconds. If present then a delay of phy-reset-post-delay
218354d7675SEmmanuel Vadot      milliseconds will be observed after the phy-reset-gpios has been toggled.
219354d7675SEmmanuel Vadot      Can be omitted thus no delay is observed. Delay is in range of 1ms to 1000ms.
220354d7675SEmmanuel Vadot      Other delays are invalid.
221354d7675SEmmanuel Vadot
222354d7675SEmmanuel Vadotrequired:
223354d7675SEmmanuel Vadot  - compatible
224354d7675SEmmanuel Vadot  - reg
225354d7675SEmmanuel Vadot  - interrupts
226354d7675SEmmanuel Vadot
227354d7675SEmmanuel Vadot# FIXME: We had better set additionalProperties to false to avoid invalid or at
228354d7675SEmmanuel Vadot# least undocumented properties. However, PHY may have a deprecated option to
229354d7675SEmmanuel Vadot# place PHY OF properties in the MAC node, such as Micrel PHY, and we can find
230354d7675SEmmanuel Vadot# these boards which is based on i.MX6QDL.
231b97ee269SEmmanuel VadotunevaluatedProperties: false
232354d7675SEmmanuel Vadot
233354d7675SEmmanuel Vadotexamples:
234354d7675SEmmanuel Vadot  - |
235354d7675SEmmanuel Vadot    ethernet@83fec000 {
236354d7675SEmmanuel Vadot      compatible = "fsl,imx51-fec", "fsl,imx27-fec";
237354d7675SEmmanuel Vadot      reg = <0x83fec000 0x4000>;
238354d7675SEmmanuel Vadot      interrupts = <87>;
239354d7675SEmmanuel Vadot      phy-mode = "mii";
240354d7675SEmmanuel Vadot      phy-reset-gpios = <&gpio2 14 0>;
241354d7675SEmmanuel Vadot      phy-supply = <&reg_fec_supply>;
242354d7675SEmmanuel Vadot    };
243354d7675SEmmanuel Vadot
244354d7675SEmmanuel Vadot    ethernet@83fed000 {
245354d7675SEmmanuel Vadot      compatible = "fsl,imx51-fec", "fsl,imx27-fec";
246354d7675SEmmanuel Vadot      reg = <0x83fed000 0x4000>;
247354d7675SEmmanuel Vadot      interrupts = <87>;
248354d7675SEmmanuel Vadot      phy-mode = "mii";
249354d7675SEmmanuel Vadot      phy-reset-gpios = <&gpio2 14 0>;
250354d7675SEmmanuel Vadot      phy-supply = <&reg_fec_supply>;
251354d7675SEmmanuel Vadot      phy-handle = <&ethphy0>;
252354d7675SEmmanuel Vadot
253354d7675SEmmanuel Vadot      mdio {
254354d7675SEmmanuel Vadot        #address-cells = <1>;
255354d7675SEmmanuel Vadot        #size-cells = <0>;
256354d7675SEmmanuel Vadot
257354d7675SEmmanuel Vadot        ethphy0: ethernet-phy@0 {
258354d7675SEmmanuel Vadot          compatible = "ethernet-phy-ieee802.3-c22";
259354d7675SEmmanuel Vadot          reg = <0>;
260354d7675SEmmanuel Vadot        };
261354d7675SEmmanuel Vadot      };
262354d7675SEmmanuel Vadot    };
263