Home
last modified time | relevance | path

Searched +full:lpc1850 +full:- +full:dwmac (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/devicetree/bindings/net/
H A Dnxp,lpc1850-dwmac.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/net/nxp,lpc1850-dwmac.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: NXP LPC1850 GMAC ethernet controller
10 - Frank Li <Frank.Li@nxp.com>
12 # We need a select here so we don't match all nodes with 'snps,dwmac'
18 - nxp,lpc1850-dwmac
20 - compatible
25 - enum:
[all …]
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-lpc18xx.c2 * DWMAC glue for NXP LPC18xx/LPC43xx Ethernet
44 plat_dat->mac_interface = PHY_INTERFACE_MODE_NA; in lpc18xx_dwmac_probe()
45 plat_dat->has_gmac = true; in lpc18xx_dwmac_probe()
47 reg = syscon_regmap_lookup_by_compatible("nxp,lpc1850-creg"); in lpc18xx_dwmac_probe()
49 dev_err(&pdev->dev, "syscon lookup failed\n"); in lpc18xx_dwmac_probe()
53 if (plat_dat->phy_interface == PHY_INTERFACE_MODE_MII) { in lpc18xx_dwmac_probe()
55 } else if (plat_dat->phy_interface == PHY_INTERFACE_MODE_RMII) { in lpc18xx_dwmac_probe()
58 dev_err(&pdev->dev, "Only MII and RMII mode supported\n"); in lpc18xx_dwmac_probe()
59 return -EINVAL; in lpc18xx_dwmac_probe()
65 return stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in lpc18xx_dwmac_probe()
[all …]
/linux/arch/arm/boot/dts/nxp/lpc/
H A Dlpc18xx.dtsi9 * Released under the terms of 3-clause BSD License
14 #include "../../armv7-m.dtsi"
16 #include "dt-bindings/clock/lpc18xx-cgu.h"
17 #include "dt-bindings/clock/lpc18xx-ccu.h"
23 #address-cells = <1>;
24 #size-cells = <1>;
27 #address-cells = <1>;
28 #size-cells = <0>;
31 compatible = "arm,cortex-m3";
40 compatible = "fixed-clock";
[all …]