Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f8cff12b authored by Joachim Eastwood's avatar Joachim Eastwood Committed by David S. Miller
Browse files

doc: dt: add documentation for nxp,lpc1850-dwmac



Add device tree binding documentation for nxp,lpc1850-dwmac.

Signed-off-by: default avatarJoachim Eastwood <manabian@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d58617ea
Loading
Loading
Loading
Loading
+20 −0
Original line number Original line Diff line number Diff line
* NXP LPC1850 GMAC ethernet controller

This device is a platform glue layer for stmmac.
Please see stmmac.txt for the other unchanged properties.

Required properties:
 - compatible:  Should contain "nxp,lpc1850-dwmac"

Examples:

mac: ethernet@40010000 {
	compatible = "nxp,lpc1850-dwmac", "snps,dwmac-3.611", "snps,dwmac";
	reg = <0x40010000 0x2000>;
	interrupts = <5>;
	interrupt-names = "macirq";
	clocks = <&ccu1 CLK_CPU_ETHERNET>;
	clock-names = "stmmaceth";
	resets = <&rgu 22>;
	reset-names = "stmmaceth";
}