forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/Documentation/devicetree/bindings/net/socionext-netsec.txt
....@@ -26,11 +26,14 @@
2626 Optional properties: (See ethernet.txt file in the same directory)
2727 - dma-coherent: Boolean property, must only be present if memory
2828 accesses performed by the device are cache coherent.
29
-- local-mac-address: See ethernet.txt in the same directory.
30
-- mac-address: See ethernet.txt in the same directory.
3129 - max-speed: See ethernet.txt in the same directory.
3230 - max-frame-size: See ethernet.txt in the same directory.
3331
32
+The MAC address will be determined using the optional properties
33
+defined in ethernet.txt. The 'phy-mode' property is required, but may
34
+be set to the empty string if the PHY configuration is programmed by
35
+the firmware or set by hardware straps, and needs to be preserved.
36
+
3437 Example:
3538 eth0: ethernet@522d0000 {
3639 compatible = "socionext,synquacer-netsec";