Add snapshot of device tree bindings from keystone common kernel, branch "android-mainline-keystone-qcom-release" at c4c12103f9c0 ("Snap for 9228065 from e32903b9a63bb558df8b803b076619c53c16baad to android-mainline-keystone-qcom-release"). Change-Id: I7682079615cbd9f29340a5c1f2a1d84ec441a1f1 Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
21 lines
517 B
Plaintext
21 lines
517 B
Plaintext
* 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";
|
|
}
|