| .. | .. |
|---|
| 10 | 10 | phandle, specifies a reference to the syscon ppe node |
|---|
| 11 | 11 | port, port number connected to the controller |
|---|
| 12 | 12 | channel, recv channel start from channel * number (RX_DESC_NUM) |
|---|
| 13 | + group, field in the pkg desc, in general, it is the same as the port. |
|---|
| 13 | 14 | - phy-mode: see ethernet.txt [1]. |
|---|
| 14 | 15 | |
|---|
| 15 | 16 | Optional properties: |
|---|
| .. | .. |
|---|
| 66 | 67 | reg = <0x28b0000 0x10000>; |
|---|
| 67 | 68 | interrupts = <0 413 4>; |
|---|
| 68 | 69 | phy-mode = "mii"; |
|---|
| 69 | | - port-handle = <&ppe 31 0>; |
|---|
| 70 | + port-handle = <&ppe 31 0 31>; |
|---|
| 70 | 71 | }; |
|---|
| 71 | 72 | |
|---|
| 72 | 73 | ge0: ethernet@2800000 { |
|---|
| .. | .. |
|---|
| 74 | 75 | reg = <0x2800000 0x10000>; |
|---|
| 75 | 76 | interrupts = <0 402 4>; |
|---|
| 76 | 77 | phy-mode = "sgmii"; |
|---|
| 77 | | - port-handle = <&ppe 0 1>; |
|---|
| 78 | + port-handle = <&ppe 0 1 0>; |
|---|
| 78 | 79 | phy-handle = <&phy0>; |
|---|
| 79 | 80 | }; |
|---|
| 80 | 81 | |
|---|
| .. | .. |
|---|
| 83 | 84 | reg = <0x2880000 0x10000>; |
|---|
| 84 | 85 | interrupts = <0 410 4>; |
|---|
| 85 | 86 | phy-mode = "sgmii"; |
|---|
| 86 | | - port-handle = <&ppe 8 2>; |
|---|
| 87 | + port-handle = <&ppe 8 2 8>; |
|---|
| 87 | 88 | phy-handle = <&phy1>; |
|---|
| 88 | 89 | }; |
|---|