Commit bf962440 authored by Jiangfeng Xiao's avatar Jiangfeng Xiao Committed by David S. Miller

net: hisilicon: dt-bindings: Add an field of port-handle

In general, group is the same as the port, but some
boards specify a special group for better load
balancing of each processing unit.
Signed-off-by: default avatarJiangfeng Xiao <xiaojiangfeng@huawei.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 24eca4b4
...@@ -10,6 +10,7 @@ Required properties: ...@@ -10,6 +10,7 @@ Required properties:
phandle, specifies a reference to the syscon ppe node phandle, specifies a reference to the syscon ppe node
port, port number connected to the controller port, port number connected to the controller
channel, recv channel start from channel * number (RX_DESC_NUM) channel, recv channel start from channel * number (RX_DESC_NUM)
group, field in the pkg desc, in general, it is the same as the port.
- phy-mode: see ethernet.txt [1]. - phy-mode: see ethernet.txt [1].
Optional properties: Optional properties:
...@@ -66,7 +67,7 @@ Example: ...@@ -66,7 +67,7 @@ Example:
reg = <0x28b0000 0x10000>; reg = <0x28b0000 0x10000>;
interrupts = <0 413 4>; interrupts = <0 413 4>;
phy-mode = "mii"; phy-mode = "mii";
port-handle = <&ppe 31 0>; port-handle = <&ppe 31 0 31>;
}; };
ge0: ethernet@2800000 { ge0: ethernet@2800000 {
...@@ -74,7 +75,7 @@ Example: ...@@ -74,7 +75,7 @@ Example:
reg = <0x2800000 0x10000>; reg = <0x2800000 0x10000>;
interrupts = <0 402 4>; interrupts = <0 402 4>;
phy-mode = "sgmii"; phy-mode = "sgmii";
port-handle = <&ppe 0 1>; port-handle = <&ppe 0 1 0>;
phy-handle = <&phy0>; phy-handle = <&phy0>;
}; };
...@@ -83,6 +84,6 @@ Example: ...@@ -83,6 +84,6 @@ Example:
reg = <0x2880000 0x10000>; reg = <0x2880000 0x10000>;
interrupts = <0 410 4>; interrupts = <0 410 4>;
phy-mode = "sgmii"; phy-mode = "sgmii";
port-handle = <&ppe 8 2>; port-handle = <&ppe 8 2 8>;
phy-handle = <&phy1>; phy-handle = <&phy1>;
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment