Lines Matching +full:lpc1850 +full:- +full:dwmac
1 # 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:
26 - nxp,lpc1850-dwmac
27 - const: snps,dwmac-3.611
28 - const: snps,dwmac
36 clock-names:
38 - const: stmmaceth
43 interrupt-names:
45 - const: macirq
50 reset-names:
52 - const: stmmaceth
55 - compatible
56 - reg
57 - clocks
58 - clock-names
59 - interrupts
60 - interrupt-names
63 - $ref: snps,dwmac.yaml#
68 - |
69 #include <dt-bindings/clock/lpc18xx-ccu.h>
72 compatible = "nxp,lpc1850-dwmac", "snps,dwmac-3.611", "snps,dwmac";
75 interrupt-names = "macirq";
77 clock-names = "stmmaceth";
79 reset-names = "stmmaceth";
80 rx-fifo-depth = <256>;
81 tx-fifo-depth = <256>;
84 phy-mode = "rgmii-id";