hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/Documentation/devicetree/bindings/net/hisilicon-hip04-net.txt
....@@ -10,6 +10,7 @@
1010 phandle, specifies a reference to the syscon ppe node
1111 port, port number connected to the controller
1212 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.
1314 - phy-mode: see ethernet.txt [1].
1415
1516 Optional properties:
....@@ -66,7 +67,7 @@
6667 reg = <0x28b0000 0x10000>;
6768 interrupts = <0 413 4>;
6869 phy-mode = "mii";
69
- port-handle = <&ppe 31 0>;
70
+ port-handle = <&ppe 31 0 31>;
7071 };
7172
7273 ge0: ethernet@2800000 {
....@@ -74,7 +75,7 @@
7475 reg = <0x2800000 0x10000>;
7576 interrupts = <0 402 4>;
7677 phy-mode = "sgmii";
77
- port-handle = <&ppe 0 1>;
78
+ port-handle = <&ppe 0 1 0>;
7879 phy-handle = <&phy0>;
7980 };
8081
....@@ -83,6 +84,6 @@
8384 reg = <0x2880000 0x10000>;
8485 interrupts = <0 410 4>;
8586 phy-mode = "sgmii";
86
- port-handle = <&ppe 8 2>;
87
+ port-handle = <&ppe 8 2 8>;
8788 phy-handle = <&phy1>;
8889 };