diff options
author | Iyappan Subramanian <isubramanian@apm.com> | 2015-09-08 18:50:27 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-09-15 15:47:46 -0400 |
commit | e63c7a0979f28bb13e06b981765dd514c01c075b (patch) | |
tree | c63ef79764e3c2fdec0afbe51b8023ac65c1fb67 | |
parent | 149e9ab495a4ba50fc6b52cb9b2710566adcf56e (diff) |
dtb: xgene: Add 2nd 10GbE node
Adding the second 10GbE dt node for APM X-Gene SoC device tree
Signed-off-by: Iyappan Subramanian <isubramanian@apm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | arch/arm64/boot/dts/apm/apm-storm.dtsi | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/apm/apm-storm.dtsi b/arch/arm64/boot/dts/apm/apm-storm.dtsi index d831bc2ac204..d483e7e4f921 100644 --- a/arch/arm64/boot/dts/apm/apm-storm.dtsi +++ b/arch/arm64/boot/dts/apm/apm-storm.dtsi | |||
@@ -207,6 +207,17 @@ | |||
207 | clock-output-names = "xge0clk"; | 207 | clock-output-names = "xge0clk"; |
208 | }; | 208 | }; |
209 | 209 | ||
210 | xge1clk: xge1clk@1f62c000 { | ||
211 | compatible = "apm,xgene-device-clock"; | ||
212 | status = "disabled"; | ||
213 | #clock-cells = <1>; | ||
214 | clocks = <&socplldiv2 0>; | ||
215 | reg = <0x0 0x1f62c000 0x0 0x1000>; | ||
216 | reg-names = "csr-reg"; | ||
217 | csr-mask = <0x3>; | ||
218 | clock-output-names = "xge1clk"; | ||
219 | }; | ||
220 | |||
210 | sataphy1clk: sataphy1clk@1f21c000 { | 221 | sataphy1clk: sataphy1clk@1f21c000 { |
211 | compatible = "apm,xgene-device-clock"; | 222 | compatible = "apm,xgene-device-clock"; |
212 | #clock-cells = <1>; | 223 | #clock-cells = <1>; |
@@ -816,6 +827,23 @@ | |||
816 | phy-connection-type = "xgmii"; | 827 | phy-connection-type = "xgmii"; |
817 | }; | 828 | }; |
818 | 829 | ||
830 | xgenet1: ethernet@1f620000 { | ||
831 | compatible = "apm,xgene1-xgenet"; | ||
832 | status = "disabled"; | ||
833 | reg = <0x0 0x1f620000 0x0 0xd100>, | ||
834 | <0x0 0x1f600000 0x0 0Xc300>, | ||
835 | <0x0 0x18000000 0x0 0X8000>; | ||
836 | reg-names = "enet_csr", "ring_csr", "ring_cmd"; | ||
837 | interrupts = <0x0 0x6C 0x4>, | ||
838 | <0x0 0x6D 0x4>; | ||
839 | port-id = <1>; | ||
840 | dma-coherent; | ||
841 | clocks = <&xge1clk 0>; | ||
842 | /* mac address will be overwritten by the bootloader */ | ||
843 | local-mac-address = [00 00 00 00 00 00]; | ||
844 | phy-connection-type = "xgmii"; | ||
845 | }; | ||
846 | |||
819 | rng: rng@10520000 { | 847 | rng: rng@10520000 { |
820 | compatible = "apm,xgene-rng"; | 848 | compatible = "apm,xgene-rng"; |
821 | reg = <0x0 0x10520000 0x0 0x100>; | 849 | reg = <0x0 0x10520000 0x0 0x100>; |