.. | .. |
---|
9 | 9 | |
---|
10 | 10 | - "aspeed,ast2400-mac" |
---|
11 | 11 | - "aspeed,ast2500-mac" |
---|
| 12 | + - "aspeed,ast2600-mac" |
---|
12 | 13 | |
---|
13 | 14 | - reg: Address and length of the register set for the device |
---|
14 | 15 | - interrupts: Should contain ethernet controller interrupt |
---|
.. | .. |
---|
23 | 24 | - no-hw-checksum: Used to disable HW checksum support. Here for backward |
---|
24 | 25 | compatibility as the driver now should have correct defaults based on |
---|
25 | 26 | 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 |
---|
26 | 34 | |
---|
27 | 35 | Example: |
---|
28 | 36 | |
---|