Commit 3d390425 authored by Iyappan Subramanian's avatar Iyappan Subramanian Committed by David S. Miller

dts: Add bindings for APM X-Gene SoC ethernet driver

This patch adds bindings for APM X-Gene SoC ethernet driver.
Signed-off-by: default avatarIyappan Subramanian <isubramanian@apm.com>
Signed-off-by: default avatarRavi Patel <rapatel@apm.com>
Signed-off-by: default avatarKeyur Chudgar <kchudgar@apm.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ff4ee1ab
...@@ -28,3 +28,7 @@ memory { ...@@ -28,3 +28,7 @@ memory {
&serial0 { &serial0 {
status = "ok"; status = "ok";
}; };
&menet {
status = "ok";
};
...@@ -167,14 +167,13 @@ ethclk: ethclk { ...@@ -167,14 +167,13 @@ ethclk: ethclk {
clock-output-names = "ethclk"; clock-output-names = "ethclk";
}; };
eth8clk: eth8clk { menetclk: menetclk {
compatible = "apm,xgene-device-clock"; compatible = "apm,xgene-device-clock";
#clock-cells = <1>; #clock-cells = <1>;
clocks = <&ethclk 0>; clocks = <&ethclk 0>;
clock-names = "eth8clk";
reg = <0x0 0x1702C000 0x0 0x1000>; reg = <0x0 0x1702C000 0x0 0x1000>;
reg-names = "csr-reg"; reg-names = "csr-reg";
clock-output-names = "eth8clk"; clock-output-names = "menetclk";
}; };
sataphy1clk: sataphy1clk@1f21c000 { sataphy1clk: sataphy1clk@1f21c000 {
...@@ -397,5 +396,30 @@ rtc: rtc@10510000 { ...@@ -397,5 +396,30 @@ rtc: rtc@10510000 {
#clock-cells = <1>; #clock-cells = <1>;
clocks = <&rtcclk 0>; clocks = <&rtcclk 0>;
}; };
menet: ethernet@17020000 {
compatible = "apm,xgene-enet";
status = "disabled";
reg = <0x0 0x17020000 0x0 0xd100>,
<0x0 0X17030000 0x0 0X400>,
<0x0 0X10000000 0x0 0X200>;
reg-names = "enet_csr", "ring_csr", "ring_cmd";
interrupts = <0x0 0x3c 0x4>;
dma-coherent;
clocks = <&menetclk 0>;
local-mac-address = [00 01 73 00 00 01];
phy-connection-type = "rgmii";
phy-handle = <&menetphy>;
mdio {
compatible = "apm,xgene-mdio";
#address-cells = <1>;
#size-cells = <0>;
menetphy: menetphy@3 {
compatible = "ethernet-phy-id001c.c915";
reg = <0x3>;
};
};
};
}; };
}; };
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