]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - Documentation/devicetree/bindings/net/nxp,lpc1850-dwmac.txt
Merge tag 'x86_urgent_for_v5.13_rc3' of git://git.kernel.org/pub/scm/linux/kernel...
[mirror_ubuntu-jammy-kernel.git] / Documentation / devicetree / bindings / net / nxp,lpc1850-dwmac.txt
CommitLineData
f8cff12b
JE
1* NXP LPC1850 GMAC ethernet controller
2
3This device is a platform glue layer for stmmac.
4Please see stmmac.txt for the other unchanged properties.
5
6Required properties:
7 - compatible: Should contain "nxp,lpc1850-dwmac"
8
9Examples:
10
11mac: ethernet@40010000 {
12 compatible = "nxp,lpc1850-dwmac", "snps,dwmac-3.611", "snps,dwmac";
13 reg = <0x40010000 0x2000>;
14 interrupts = <5>;
15 interrupt-names = "macirq";
16 clocks = <&ccu1 CLK_CPU_ETHERNET>;
17 clock-names = "stmmaceth";
18 resets = <&rgu 22>;
19 reset-names = "stmmaceth";
20}