summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/net/smsc-lan91c111.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/net/smsc-lan91c111.txt')
-rw-r--r--dts/Bindings/net/smsc-lan91c111.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/dts/Bindings/net/smsc-lan91c111.txt b/dts/Bindings/net/smsc-lan91c111.txt
new file mode 100644
index 0000000000..0f8487b888
--- /dev/null
+++ b/dts/Bindings/net/smsc-lan91c111.txt
@@ -0,0 +1,13 @@
+SMSC LAN91c111 Ethernet mac
+
+Required properties:
+- compatible = "smsc,lan91c111";
+- reg : physical address and size of registers
+- interrupts : interrupt connection
+
+Optional properties:
+- phy-device : see ethernet.txt file in the same directory
+- reg-io-width : Mask of sizes (in bytes) of the IO accesses that
+ are supported on the device. Valid value for SMSC LAN91c111 are
+ 1, 2 or 4. If it's omitted or invalid, the size would be 2 meaning
+ 16-bit access only.