forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/Documentation/devicetree/bindings/net/ftgmac100.txt
....@@ -9,6 +9,7 @@
99
1010 - "aspeed,ast2400-mac"
1111 - "aspeed,ast2500-mac"
12
+ - "aspeed,ast2600-mac"
1213
1314 - reg: Address and length of the register set for the device
1415 - interrupts: Should contain ethernet controller interrupt
....@@ -23,6 +24,13 @@
2324 - no-hw-checksum: Used to disable HW checksum support. Here for backward
2425 compatibility as the driver now should have correct defaults based on
2526 the SoC.
27
+- clocks: In accordance with the generic clock bindings. Must describe the MAC
28
+ IP clock, and optionally an RMII RCLK gate for the AST2500/AST2600. The
29
+ required MAC clock must be the first cell.
30
+- clock-names:
31
+
32
+ - "MACCLK": The MAC IP clock
33
+ - "RCLK": Clock gate for the RMII RCLK
2634
2735 Example:
2836