diff options
Diffstat (limited to 'Documentation/powerpc')
-rw-r--r-- | Documentation/powerpc/booting-without-of.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/powerpc/booting-without-of.txt b/Documentation/powerpc/booting-without-of.txt index a1f83f1c24c9..88cdb592fdf9 100644 --- a/Documentation/powerpc/booting-without-of.txt +++ b/Documentation/powerpc/booting-without-of.txt | |||
@@ -1182,6 +1182,13 @@ platforms are moved over to use the flattened-device-tree model. | |||
1182 | - phy-handle : The phandle for the PHY connected to this ethernet | 1182 | - phy-handle : The phandle for the PHY connected to this ethernet |
1183 | controller. | 1183 | controller. |
1184 | 1184 | ||
1185 | Recommended properties: | ||
1186 | |||
1187 | - linux,network-index : This is the intended "index" of this | ||
1188 | network device. This is used by the bootwrapper to interpret | ||
1189 | MAC addresses passed by the firmware when no information other | ||
1190 | than indices is available to associate an address with a device. | ||
1191 | |||
1185 | Example: | 1192 | Example: |
1186 | 1193 | ||
1187 | ethernet@24000 { | 1194 | ethernet@24000 { |
@@ -1550,6 +1557,12 @@ platforms are moved over to use the flattened-device-tree model. | |||
1550 | - mac-address : list of bytes representing the ethernet address. | 1557 | - mac-address : list of bytes representing the ethernet address. |
1551 | - phy-handle : The phandle for the PHY connected to this controller. | 1558 | - phy-handle : The phandle for the PHY connected to this controller. |
1552 | 1559 | ||
1560 | Recommended properties: | ||
1561 | - linux,network-index : This is the intended "index" of this | ||
1562 | network device. This is used by the bootwrapper to interpret | ||
1563 | MAC addresses passed by the firmware when no information other | ||
1564 | than indices is available to associate an address with a device. | ||
1565 | |||
1553 | Example: | 1566 | Example: |
1554 | ucc@2000 { | 1567 | ucc@2000 { |
1555 | device_type = "network"; | 1568 | device_type = "network"; |