Lines Matching +full:nxp +full:- +full:imx
1 IMX8 glue layer controller, NXP imx8 families support Synopsys MAC 5.10a IP.
3 This file documents platform glue layer for IMX.
9 - compatible: Should be "nxp,imx8mp-dwmac-eqos" to select glue layer
10 and "snps,dwmac-5.10a" to select IP version.
11 - clocks: Must contain a phandle for each entry in clock-names.
12 - clock-names: Should be "stmmaceth" for the host clock.
17 - "mem" clock is required for imx8dxl platform.
18 - "mem" clock is not required for imx8mp platform.
19 - interrupt-names: Should contain a list of interrupt names corresponding to
23 - intf_mode: Should be phandle/offset pair. The phandle to the syscon node which
25 - required for imx8mp platform.
26 - is optional for imx8dxl platform.
29 - intf_mode: is optional for imx8dxl platform.
30 - snps,rmii_refclk_ext: to select RMII reference clock from external.
34 compatible = "nxp,imx8mp-dwmac-eqos", "snps,dwmac-5.10a";
38 interrupt-names = "eth_wake_irq", "macirq";
43 clock-names = "stmmaceth", "pclk", "ptp_ref", "tx";
44 assigned-clocks = <&clk IMX8MP_CLK_ENET_AXI>,
47 assigned-clock-parents = <&clk IMX8MP_SYS_PLL1_266M>,
50 assigned-clock-rates = <0>, <100000000>, <125000000>;
51 nvmem-cells = <ð_mac0>;
52 nvmem-cell-names = "mac-address";