Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

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

Signed-off-by: Joachim Eastwood <manabian@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Joachim Eastwood and committed by
David S. Miller
f8cff12b d58617ea

+20
+20
Documentation/devicetree/bindings/net/nxp,lpc1850-dwmac.txt
··· 1 + * NXP LPC1850 GMAC ethernet controller 2 + 3 + This device is a platform glue layer for stmmac. 4 + Please see stmmac.txt for the other unchanged properties. 5 + 6 + Required properties: 7 + - compatible: Should contain "nxp,lpc1850-dwmac" 8 + 9 + Examples: 10 + 11 + mac: 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 + }