diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/net/micrel-ks8851.txt | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/net/micrel-ks8851.txt b/Documentation/devicetree/bindings/net/micrel-ks8851.txt index d54d0cc79487..bbdf9a7359a2 100644 --- a/Documentation/devicetree/bindings/net/micrel-ks8851.txt +++ b/Documentation/devicetree/bindings/net/micrel-ks8851.txt | |||
@@ -1,9 +1,18 @@ | |||
1 | Micrel KS8851 Ethernet mac | 1 | Micrel KS8851 Ethernet mac (MLL) |
2 | 2 | ||
3 | Required properties: | 3 | Required properties: |
4 | - compatible = "micrel,ks8851-ml" of parallel interface | 4 | - compatible = "micrel,ks8851-mll" of parallel interface |
5 | - reg : 2 physical address and size of registers for data and command | 5 | - reg : 2 physical address and size of registers for data and command |
6 | - interrupts : interrupt connection | 6 | - interrupts : interrupt connection |
7 | 7 | ||
8 | Micrel KS8851 Ethernet mac (SPI) | ||
9 | |||
10 | Required properties: | ||
11 | - compatible = "micrel,ks8851" or the deprecated "ks8851" | ||
12 | - reg : chip select number | ||
13 | - interrupts : interrupt connection | ||
14 | |||
8 | Optional properties: | 15 | Optional properties: |
9 | - vdd-supply: supply for Ethernet mac | 16 | - vdd-supply: analog 3.3V supply for Ethernet mac |
17 | - vdd-io-supply: digital 1.8V IO supply for Ethernet mac | ||
18 | - reset-gpios: reset_n input pin | ||