aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhangfei Gao <zhangfei.gao@linaro.org>2014-02-18 17:29:46 +0800
committerAndrey Konovalov <andrey.konovalov@linaro.org>2014-04-16 23:52:32 +0400
commit7780406002d41cb23a1b7bf8fad3796b2f6f79fc (patch)
tree0f6c2c2c37b128ad8d8d6171b9141a1f1b86bb9e
parentb367e61cbd5a9f73f7edf5471ef9421ef75f5b58 (diff)
hip04: dts: add mdio resource
Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org>
-rw-r--r--arch/arm/boot/dts/hip04.dtsi28
1 files changed, 25 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/hip04.dtsi b/arch/arm/boot/dts/hip04.dtsi
index 3b4d1ff3e6e..834dde46df4 100644
--- a/arch/arm/boot/dts/hip04.dtsi
+++ b/arch/arm/boot/dts/hip04.dtsi
@@ -129,8 +129,27 @@
interrupts = <0 372 4>;
};
+ mdio {
+ compatible = "hisilicon,hip04-mdio";
+ reg = <0x28f1000 0x1000>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ phy0: ethernet-phy@0 {
+ reg = <0>;
+ marvell,reg-init = <18 0x14 0 0x8001>;
+ device_type = "ethernet-phy";
+ };
+
+ phy1: ethernet-phy@1 {
+ reg = <1>;
+ marvell,reg-init = <18 0x14 0 0x8001>;
+ device_type = "ethernet-phy";
+ };
+ };
+
ppebase: ppebase@28c0000 {
- compatible = "hisilicon,ppebase";
+ compatible = "hisilicon,hip04-ppebase";
reg = <0x28c0000 0x10000>;
};
@@ -146,18 +165,21 @@
ge0: ethernet@2800000 {
compatible = "hisilicon,hip04-mac";
reg = <0x2800000 0x10000>;
- interrupts = <0 412 4>;
+ interrupts = <0 402 4>;
port = <0>;
speed = <1000>;
id = <1>;
+ phy-handle = <&phy0>;
};
+
ge8: ethernet@2880000 {
compatible = "hisilicon,hip04-mac";
reg = <0x2880000 0x10000>;
- interrupts = <0 420 4>;
+ interrupts = <0 410 4>;
port = <8>;
speed = <1000>;
id = <2>;
+ phy-handle = <&phy1>;
};
};
};