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 54*cb7aa33aSEmmanuel 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 147354d7675SEmmanuel Vadot fsl,num-tx-queues: 148354d7675SEmmanuel Vadot $ref: /schemas/types.yaml#/definitions/uint32 149354d7675SEmmanuel Vadot description: 150354d7675SEmmanuel Vadot The property is valid for enet-avb IP, which supports hw multi queues. 151354d7675SEmmanuel Vadot Should specify the tx queue number, otherwise set tx queue number to 1. 152354d7675SEmmanuel Vadot enum: [1, 2, 3] 153354d7675SEmmanuel Vadot 154354d7675SEmmanuel Vadot fsl,num-rx-queues: 155354d7675SEmmanuel Vadot $ref: /schemas/types.yaml#/definitions/uint32 156354d7675SEmmanuel Vadot description: 157354d7675SEmmanuel Vadot The property is valid for enet-avb IP, which supports hw multi queues. 158354d7675SEmmanuel Vadot Should specify the rx queue number, otherwise set rx queue number to 1. 159354d7675SEmmanuel Vadot enum: [1, 2, 3] 160354d7675SEmmanuel Vadot 161354d7675SEmmanuel Vadot fsl,magic-packet: 162354d7675SEmmanuel Vadot $ref: /schemas/types.yaml#/definitions/flag 163354d7675SEmmanuel Vadot description: 164354d7675SEmmanuel Vadot If present, indicates that the hardware supports waking up via magic packet. 165354d7675SEmmanuel Vadot 166354d7675SEmmanuel Vadot fsl,err006687-workaround-present: 167354d7675SEmmanuel Vadot $ref: /schemas/types.yaml#/definitions/flag 168354d7675SEmmanuel Vadot description: 169354d7675SEmmanuel Vadot If present indicates that the system has the hardware workaround for 170354d7675SEmmanuel Vadot ERR006687 applied and does not need a software workaround. 171354d7675SEmmanuel Vadot 172354d7675SEmmanuel Vadot fsl,stop-mode: 173354d7675SEmmanuel Vadot $ref: /schemas/types.yaml#/definitions/phandle-array 174c9ccf3a3SEmmanuel Vadot items: 175c9ccf3a3SEmmanuel Vadot - items: 176c9ccf3a3SEmmanuel Vadot - description: phandle to general purpose register node 177c9ccf3a3SEmmanuel Vadot - description: the gpr register offset for ENET stop request 178c9ccf3a3SEmmanuel Vadot - description: the gpr bit offset for ENET stop request 179354d7675SEmmanuel Vadot description: 180354d7675SEmmanuel Vadot Register bits of stop mode control, the format is <&gpr req_gpr req_bit>. 181354d7675SEmmanuel Vadot 182354d7675SEmmanuel Vadot mdio: 183e67e8565SEmmanuel Vadot $ref: mdio.yaml# 184e67e8565SEmmanuel Vadot unevaluatedProperties: false 185354d7675SEmmanuel Vadot description: 186354d7675SEmmanuel Vadot Specifies the mdio bus in the FEC, used as a container for phy nodes. 187354d7675SEmmanuel Vadot 188354d7675SEmmanuel Vadot # Deprecated optional properties: 189354d7675SEmmanuel Vadot # To avoid these, create a phy node according to ethernet-phy.yaml in the same 190354d7675SEmmanuel Vadot # directory, and point the FEC's "phy-handle" property to it. Then use 191354d7675SEmmanuel Vadot # the phy's reset binding, again described by ethernet-phy.yaml. 192354d7675SEmmanuel Vadot 193354d7675SEmmanuel Vadot phy-reset-gpios: 194354d7675SEmmanuel Vadot deprecated: true 195354d7675SEmmanuel Vadot description: 196354d7675SEmmanuel Vadot Should specify the gpio for phy reset. 197354d7675SEmmanuel Vadot 198354d7675SEmmanuel Vadot phy-reset-duration: 199d5b0e70fSEmmanuel Vadot $ref: /schemas/types.yaml#/definitions/uint32 200354d7675SEmmanuel Vadot deprecated: true 201354d7675SEmmanuel Vadot description: 202354d7675SEmmanuel Vadot Reset duration in milliseconds. Should present only if property 203354d7675SEmmanuel Vadot "phy-reset-gpios" is available. Missing the property will have the 204354d7675SEmmanuel Vadot duration be 1 millisecond. Numbers greater than 1000 are invalid 205354d7675SEmmanuel Vadot and 1 millisecond will be used instead. 206354d7675SEmmanuel Vadot 207354d7675SEmmanuel Vadot phy-reset-active-high: 208d5b0e70fSEmmanuel Vadot type: boolean 209354d7675SEmmanuel Vadot deprecated: true 210354d7675SEmmanuel Vadot description: 211354d7675SEmmanuel Vadot If present then the reset sequence using the GPIO specified in the 212354d7675SEmmanuel Vadot "phy-reset-gpios" property is reversed (H=reset state, L=operation state). 213354d7675SEmmanuel Vadot 214354d7675SEmmanuel Vadot phy-reset-post-delay: 215d5b0e70fSEmmanuel Vadot $ref: /schemas/types.yaml#/definitions/uint32 216354d7675SEmmanuel Vadot deprecated: true 217354d7675SEmmanuel Vadot description: 218354d7675SEmmanuel Vadot Post reset delay in milliseconds. If present then a delay of phy-reset-post-delay 219354d7675SEmmanuel Vadot milliseconds will be observed after the phy-reset-gpios has been toggled. 220354d7675SEmmanuel Vadot Can be omitted thus no delay is observed. Delay is in range of 1ms to 1000ms. 221354d7675SEmmanuel Vadot Other delays are invalid. 222354d7675SEmmanuel Vadot 223354d7675SEmmanuel Vadotrequired: 224354d7675SEmmanuel Vadot - compatible 225354d7675SEmmanuel Vadot - reg 226354d7675SEmmanuel Vadot - interrupts 227354d7675SEmmanuel Vadot 228354d7675SEmmanuel Vadot# FIXME: We had better set additionalProperties to false to avoid invalid or at 229354d7675SEmmanuel Vadot# least undocumented properties. However, PHY may have a deprecated option to 230354d7675SEmmanuel Vadot# place PHY OF properties in the MAC node, such as Micrel PHY, and we can find 231354d7675SEmmanuel Vadot# these boards which is based on i.MX6QDL. 232b97ee269SEmmanuel VadotunevaluatedProperties: false 233354d7675SEmmanuel Vadot 234354d7675SEmmanuel Vadotexamples: 235354d7675SEmmanuel Vadot - | 236354d7675SEmmanuel Vadot ethernet@83fec000 { 237354d7675SEmmanuel Vadot compatible = "fsl,imx51-fec", "fsl,imx27-fec"; 238354d7675SEmmanuel Vadot reg = <0x83fec000 0x4000>; 239354d7675SEmmanuel Vadot interrupts = <87>; 240354d7675SEmmanuel Vadot phy-mode = "mii"; 241354d7675SEmmanuel Vadot phy-reset-gpios = <&gpio2 14 0>; 242354d7675SEmmanuel Vadot phy-supply = <®_fec_supply>; 243354d7675SEmmanuel Vadot }; 244354d7675SEmmanuel Vadot 245354d7675SEmmanuel Vadot ethernet@83fed000 { 246354d7675SEmmanuel Vadot compatible = "fsl,imx51-fec", "fsl,imx27-fec"; 247354d7675SEmmanuel Vadot reg = <0x83fed000 0x4000>; 248354d7675SEmmanuel Vadot interrupts = <87>; 249354d7675SEmmanuel Vadot phy-mode = "mii"; 250354d7675SEmmanuel Vadot phy-reset-gpios = <&gpio2 14 0>; 251354d7675SEmmanuel Vadot phy-supply = <®_fec_supply>; 252354d7675SEmmanuel Vadot phy-handle = <ðphy0>; 253354d7675SEmmanuel Vadot 254354d7675SEmmanuel Vadot mdio { 255354d7675SEmmanuel Vadot #address-cells = <1>; 256354d7675SEmmanuel Vadot #size-cells = <0>; 257354d7675SEmmanuel Vadot 258354d7675SEmmanuel Vadot ethphy0: ethernet-phy@0 { 259354d7675SEmmanuel Vadot compatible = "ethernet-phy-ieee802.3-c22"; 260354d7675SEmmanuel Vadot reg = <0>; 261354d7675SEmmanuel Vadot }; 262354d7675SEmmanuel Vadot }; 263354d7675SEmmanuel Vadot }; 264