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: 108bab661aSEmmanuel Vadot - Shawn Guo <shawnguo@kernel.org> 118bab661aSEmmanuel Vadot - Wei Fang <wei.fang@nxp.com> 128bab661aSEmmanuel 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 54cb7aa33aSEmmanuel Vadot - fsl,imx93-fec 55354d7675SEmmanuel Vadot - const: fsl,imx8mq-fec 56354d7675SEmmanuel Vadot - const: fsl,imx6sx-fec 57354d7675SEmmanuel Vadot - items: 58354d7675SEmmanuel Vadot - const: fsl,imx8qm-fec 59354d7675SEmmanuel Vadot - const: fsl,imx6sx-fec 60354d7675SEmmanuel Vadot - items: 61354d7675SEmmanuel Vadot - enum: 62354d7675SEmmanuel Vadot - fsl,imx8qxp-fec 63354d7675SEmmanuel Vadot - const: fsl,imx8qm-fec 64354d7675SEmmanuel Vadot - const: fsl,imx6sx-fec 65b97ee269SEmmanuel Vadot - items: 66b97ee269SEmmanuel Vadot - enum: 67b97ee269SEmmanuel Vadot - fsl,imx8ulp-fec 68b97ee269SEmmanuel Vadot - const: fsl,imx6ul-fec 69b97ee269SEmmanuel Vadot - const: fsl,imx6q-fec 70354d7675SEmmanuel Vadot 71354d7675SEmmanuel Vadot reg: 72354d7675SEmmanuel Vadot maxItems: 1 73354d7675SEmmanuel Vadot 74354d7675SEmmanuel Vadot interrupts: 75354d7675SEmmanuel Vadot minItems: 1 76354d7675SEmmanuel Vadot maxItems: 4 77354d7675SEmmanuel Vadot 78354d7675SEmmanuel Vadot interrupt-names: 79354d7675SEmmanuel Vadot oneOf: 80354d7675SEmmanuel Vadot - items: 81354d7675SEmmanuel Vadot - const: int0 82354d7675SEmmanuel Vadot - items: 83354d7675SEmmanuel Vadot - const: int0 84354d7675SEmmanuel Vadot - const: pps 85354d7675SEmmanuel Vadot - items: 86354d7675SEmmanuel Vadot - const: int0 87354d7675SEmmanuel Vadot - const: int1 88354d7675SEmmanuel Vadot - const: int2 89354d7675SEmmanuel Vadot - items: 90354d7675SEmmanuel Vadot - const: int0 91354d7675SEmmanuel Vadot - const: int1 92354d7675SEmmanuel Vadot - const: int2 93354d7675SEmmanuel Vadot - const: pps 94354d7675SEmmanuel Vadot 95354d7675SEmmanuel Vadot clocks: 96354d7675SEmmanuel Vadot minItems: 2 97354d7675SEmmanuel Vadot maxItems: 5 98354d7675SEmmanuel Vadot description: 99354d7675SEmmanuel Vadot The "ipg", for MAC ipg_clk_s, ipg_clk_mac_s that are for register accessing. 100354d7675SEmmanuel Vadot The "ahb", for MAC ipg_clk, ipg_clk_mac that are bus clock. 101354d7675SEmmanuel Vadot The "ptp"(option), for IEEE1588 timer clock that requires the clock. 102354d7675SEmmanuel Vadot The "enet_clk_ref"(option), for MAC transmit/receiver reference clock like 103354d7675SEmmanuel Vadot RGMII TXC clock or RMII reference clock. It depends on board design, 104354d7675SEmmanuel Vadot the clock is required if RGMII TXC and RMII reference clock source from 105354d7675SEmmanuel Vadot SOC internal PLL. 106354d7675SEmmanuel Vadot The "enet_out"(option), output clock for external device, like supply clock 107354d7675SEmmanuel Vadot for PHY. The clock is required if PHY clock source from SOC. 108354d7675SEmmanuel Vadot The "enet_2x_txclk"(option), for RGMII sampling clock which fixed at 250Mhz. 109354d7675SEmmanuel Vadot The clock is required if SoC RGMII enable clock delay. 110354d7675SEmmanuel Vadot 111354d7675SEmmanuel Vadot clock-names: 112354d7675SEmmanuel Vadot minItems: 2 113354d7675SEmmanuel Vadot maxItems: 5 114354d7675SEmmanuel Vadot items: 115354d7675SEmmanuel Vadot enum: 116354d7675SEmmanuel Vadot - ipg 117354d7675SEmmanuel Vadot - ahb 118354d7675SEmmanuel Vadot - ptp 119354d7675SEmmanuel Vadot - enet_clk_ref 120354d7675SEmmanuel Vadot - enet_out 121354d7675SEmmanuel Vadot - enet_2x_txclk 122354d7675SEmmanuel Vadot 123354d7675SEmmanuel Vadot phy-mode: true 124354d7675SEmmanuel Vadot 125354d7675SEmmanuel Vadot phy-handle: true 126354d7675SEmmanuel Vadot 127354d7675SEmmanuel Vadot fixed-link: true 128354d7675SEmmanuel Vadot 129354d7675SEmmanuel Vadot local-mac-address: true 130354d7675SEmmanuel Vadot 131354d7675SEmmanuel Vadot mac-address: true 132354d7675SEmmanuel Vadot 133b97ee269SEmmanuel Vadot nvmem-cells: true 134b97ee269SEmmanuel Vadot 135b97ee269SEmmanuel Vadot nvmem-cell-names: true 136b97ee269SEmmanuel Vadot 137354d7675SEmmanuel Vadot tx-internal-delay-ps: 138354d7675SEmmanuel Vadot enum: [0, 2000] 139354d7675SEmmanuel Vadot 140354d7675SEmmanuel Vadot rx-internal-delay-ps: 141354d7675SEmmanuel Vadot enum: [0, 2000] 142354d7675SEmmanuel Vadot 143354d7675SEmmanuel Vadot phy-supply: 144354d7675SEmmanuel Vadot description: 145354d7675SEmmanuel Vadot Regulator that powers the Ethernet PHY. 146354d7675SEmmanuel Vadot 147*fac71e4eSEmmanuel Vadot power-domains: 148*fac71e4eSEmmanuel Vadot maxItems: 1 149*fac71e4eSEmmanuel Vadot 150354d7675SEmmanuel Vadot fsl,num-tx-queues: 151354d7675SEmmanuel Vadot $ref: /schemas/types.yaml#/definitions/uint32 152354d7675SEmmanuel Vadot description: 153354d7675SEmmanuel Vadot The property is valid for enet-avb IP, which supports hw multi queues. 154354d7675SEmmanuel Vadot Should specify the tx queue number, otherwise set tx queue number to 1. 155354d7675SEmmanuel Vadot enum: [1, 2, 3] 156354d7675SEmmanuel Vadot 157354d7675SEmmanuel Vadot fsl,num-rx-queues: 158354d7675SEmmanuel Vadot $ref: /schemas/types.yaml#/definitions/uint32 159354d7675SEmmanuel Vadot description: 160354d7675SEmmanuel Vadot The property is valid for enet-avb IP, which supports hw multi queues. 161354d7675SEmmanuel Vadot Should specify the rx queue number, otherwise set rx queue number to 1. 162354d7675SEmmanuel Vadot enum: [1, 2, 3] 163354d7675SEmmanuel Vadot 164354d7675SEmmanuel Vadot fsl,magic-packet: 165354d7675SEmmanuel Vadot $ref: /schemas/types.yaml#/definitions/flag 166354d7675SEmmanuel Vadot description: 167354d7675SEmmanuel Vadot If present, indicates that the hardware supports waking up via magic packet. 168354d7675SEmmanuel Vadot 169354d7675SEmmanuel Vadot fsl,err006687-workaround-present: 170354d7675SEmmanuel Vadot $ref: /schemas/types.yaml#/definitions/flag 171354d7675SEmmanuel Vadot description: 172354d7675SEmmanuel Vadot If present indicates that the system has the hardware workaround for 173354d7675SEmmanuel Vadot ERR006687 applied and does not need a software workaround. 174354d7675SEmmanuel Vadot 175354d7675SEmmanuel Vadot fsl,stop-mode: 176354d7675SEmmanuel Vadot $ref: /schemas/types.yaml#/definitions/phandle-array 177c9ccf3a3SEmmanuel Vadot items: 178c9ccf3a3SEmmanuel Vadot - items: 179c9ccf3a3SEmmanuel Vadot - description: phandle to general purpose register node 180c9ccf3a3SEmmanuel Vadot - description: the gpr register offset for ENET stop request 181c9ccf3a3SEmmanuel Vadot - description: the gpr bit offset for ENET stop request 182354d7675SEmmanuel Vadot description: 183354d7675SEmmanuel Vadot Register bits of stop mode control, the format is <&gpr req_gpr req_bit>. 184354d7675SEmmanuel Vadot 185354d7675SEmmanuel Vadot mdio: 186e67e8565SEmmanuel Vadot $ref: mdio.yaml# 187e67e8565SEmmanuel Vadot unevaluatedProperties: false 188354d7675SEmmanuel Vadot description: 189354d7675SEmmanuel Vadot Specifies the mdio bus in the FEC, used as a container for phy nodes. 190354d7675SEmmanuel Vadot 191354d7675SEmmanuel Vadot # Deprecated optional properties: 192354d7675SEmmanuel Vadot # To avoid these, create a phy node according to ethernet-phy.yaml in the same 193354d7675SEmmanuel Vadot # directory, and point the FEC's "phy-handle" property to it. Then use 194354d7675SEmmanuel Vadot # the phy's reset binding, again described by ethernet-phy.yaml. 195354d7675SEmmanuel Vadot 196354d7675SEmmanuel Vadot phy-reset-gpios: 197354d7675SEmmanuel Vadot deprecated: true 198354d7675SEmmanuel Vadot description: 199354d7675SEmmanuel Vadot Should specify the gpio for phy reset. 200354d7675SEmmanuel Vadot 201354d7675SEmmanuel Vadot phy-reset-duration: 202d5b0e70fSEmmanuel Vadot $ref: /schemas/types.yaml#/definitions/uint32 203354d7675SEmmanuel Vadot deprecated: true 204354d7675SEmmanuel Vadot description: 205354d7675SEmmanuel Vadot Reset duration in milliseconds. Should present only if property 206354d7675SEmmanuel Vadot "phy-reset-gpios" is available. Missing the property will have the 207354d7675SEmmanuel Vadot duration be 1 millisecond. Numbers greater than 1000 are invalid 208354d7675SEmmanuel Vadot and 1 millisecond will be used instead. 209354d7675SEmmanuel Vadot 210354d7675SEmmanuel Vadot phy-reset-active-high: 211d5b0e70fSEmmanuel Vadot type: boolean 212354d7675SEmmanuel Vadot deprecated: true 213354d7675SEmmanuel Vadot description: 214354d7675SEmmanuel Vadot If present then the reset sequence using the GPIO specified in the 215354d7675SEmmanuel Vadot "phy-reset-gpios" property is reversed (H=reset state, L=operation state). 216354d7675SEmmanuel Vadot 217354d7675SEmmanuel Vadot phy-reset-post-delay: 218d5b0e70fSEmmanuel Vadot $ref: /schemas/types.yaml#/definitions/uint32 219354d7675SEmmanuel Vadot deprecated: true 220354d7675SEmmanuel Vadot description: 221354d7675SEmmanuel Vadot Post reset delay in milliseconds. If present then a delay of phy-reset-post-delay 222354d7675SEmmanuel Vadot milliseconds will be observed after the phy-reset-gpios has been toggled. 223354d7675SEmmanuel Vadot Can be omitted thus no delay is observed. Delay is in range of 1ms to 1000ms. 224354d7675SEmmanuel Vadot Other delays are invalid. 225354d7675SEmmanuel Vadot 226354d7675SEmmanuel Vadotrequired: 227354d7675SEmmanuel Vadot - compatible 228354d7675SEmmanuel Vadot - reg 229354d7675SEmmanuel Vadot - interrupts 230354d7675SEmmanuel Vadot 231354d7675SEmmanuel Vadot# FIXME: We had better set additionalProperties to false to avoid invalid or at 232354d7675SEmmanuel Vadot# least undocumented properties. However, PHY may have a deprecated option to 233354d7675SEmmanuel Vadot# place PHY OF properties in the MAC node, such as Micrel PHY, and we can find 234354d7675SEmmanuel Vadot# these boards which is based on i.MX6QDL. 235b97ee269SEmmanuel VadotunevaluatedProperties: false 236354d7675SEmmanuel Vadot 237354d7675SEmmanuel Vadotexamples: 238354d7675SEmmanuel Vadot - | 239354d7675SEmmanuel Vadot ethernet@83fec000 { 240354d7675SEmmanuel Vadot compatible = "fsl,imx51-fec", "fsl,imx27-fec"; 241354d7675SEmmanuel Vadot reg = <0x83fec000 0x4000>; 242354d7675SEmmanuel Vadot interrupts = <87>; 243354d7675SEmmanuel Vadot phy-mode = "mii"; 244354d7675SEmmanuel Vadot phy-reset-gpios = <&gpio2 14 0>; 245354d7675SEmmanuel Vadot phy-supply = <®_fec_supply>; 246354d7675SEmmanuel Vadot }; 247354d7675SEmmanuel Vadot 248354d7675SEmmanuel Vadot ethernet@83fed000 { 249354d7675SEmmanuel Vadot compatible = "fsl,imx51-fec", "fsl,imx27-fec"; 250354d7675SEmmanuel Vadot reg = <0x83fed000 0x4000>; 251354d7675SEmmanuel Vadot interrupts = <87>; 252354d7675SEmmanuel Vadot phy-mode = "mii"; 253354d7675SEmmanuel Vadot phy-reset-gpios = <&gpio2 14 0>; 254354d7675SEmmanuel Vadot phy-supply = <®_fec_supply>; 255354d7675SEmmanuel Vadot phy-handle = <ðphy0>; 256354d7675SEmmanuel Vadot 257354d7675SEmmanuel Vadot mdio { 258354d7675SEmmanuel Vadot #address-cells = <1>; 259354d7675SEmmanuel Vadot #size-cells = <0>; 260354d7675SEmmanuel Vadot 261354d7675SEmmanuel Vadot ethphy0: ethernet-phy@0 { 262354d7675SEmmanuel Vadot compatible = "ethernet-phy-ieee802.3-c22"; 263354d7675SEmmanuel Vadot reg = <0>; 264354d7675SEmmanuel Vadot }; 265354d7675SEmmanuel Vadot }; 266354d7675SEmmanuel Vadot }; 267