summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/net/cdns-emac.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/net/cdns-emac.txt')
-rw-r--r--dts/Bindings/net/cdns-emac.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/dts/Bindings/net/cdns-emac.txt b/dts/Bindings/net/cdns-emac.txt
new file mode 100644
index 0000000000..abd67c13d3
--- /dev/null
+++ b/dts/Bindings/net/cdns-emac.txt
@@ -0,0 +1,19 @@
+* Cadence EMAC Ethernet controller
+
+Required properties:
+- compatible: Should be "cdns,[<chip>-]{emac}"
+ Use "cdns,at91rm9200-emac" Atmel at91rm9200 SoC.
+ or the generic form: "cdns,emac".
+- reg: Address and length of the register set for the device
+- interrupts: Should contain macb interrupt
+- phy-mode: see ethernet.txt file in the same directory.
+
+Examples:
+
+ macb0: ethernet@fffc4000 {
+ compatible = "cdns,at91rm9200-emac";
+ reg = <0xfffc4000 0x4000>;
+ interrupts = <21>;
+ phy-mode = "rmii";
+ local-mac-address = [3a 0e 03 04 05 06];
+ };