Skip to content

Commit

Permalink
dtb: xgene: Add second SGMII based 1G interface node
Browse files Browse the repository at this point in the history
- Added new SGMII node for port 1
- Added port-id field

Signed-off-by: Keyur Chudgar <kchudgar@apm.com>
Signed-off-by: Iyappan Subramanian <isubramanian@apm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Keyur Chudgar authored and David S. Miller committed Mar 18, 2015
1 parent c2bc6e1 commit 2d33394
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm64/boot/dts/apm/apm-mustang.dts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@
status = "ok";
};

&sgenet1 {
status = "ok";
};

&xgenet {
status = "ok";
};
25 changes: 25 additions & 0 deletions arch/arm64/boot/dts/apm/apm-storm.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,16 @@
clock-output-names = "sge0clk";
};

sge1clk: sge1clk@1f21c000 {
compatible = "apm,xgene-device-clock";
#clock-cells = <1>;
clocks = <&socplldiv2 0>;
reg = <0x0 0x1f21c000 0x0 0x1000>;
reg-names = "csr-reg";
csr-mask = <0xc>;
clock-output-names = "sge1clk";
};

xge0clk: xge0clk@1f61c000 {
compatible = "apm,xgene-device-clock";
#clock-cells = <1>;
Expand Down Expand Up @@ -635,6 +645,21 @@
phy-connection-type = "sgmii";
};

sgenet1: ethernet@1f210030 {
compatible = "apm,xgene1-sgenet";
status = "disabled";
reg = <0x0 0x1f210030 0x0 0xd100>,
<0x0 0x1f200000 0x0 0Xc300>,
<0x0 0x1B000000 0x0 0X8000>;
reg-names = "enet_csr", "ring_csr", "ring_cmd";
interrupts = <0x0 0xAC 0x4>;
port-id = <1>;
dma-coherent;
clocks = <&sge1clk 0>;
local-mac-address = [00 00 00 00 00 00];
phy-connection-type = "sgmii";
};

xgenet: ethernet@1f610000 {
compatible = "apm,xgene1-xgenet";
status = "disabled";
Expand Down

0 comments on commit 2d33394

Please sign in to comment.