aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts
diff options
context:
space:
mode:
authorZhangfei Gao <zhangfei.gao@linaro.org>2014-01-26 16:58:55 +0800
committerAndrey Konovalov <andrey.konovalov@linaro.org>2015-01-13 17:56:16 +0300
commitd17ff9d66d3fe3447069ecfe6fcbc1a3961c44fa (patch)
tree6e6d40313878168ba370e5c7aa2a9f1c4d70f6b3 /arch/arm/boot/dts
parent9cf254a4c2483514971583aabeb9c7aad5e973e5 (diff)
hip04: dts: add ether resource
Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org> Conflicts: arch/arm/boot/dts/hip04.dtsi
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r--arch/arm/boot/dts/hip04.dtsi30
1 files changed, 30 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/hip04.dtsi b/arch/arm/boot/dts/hip04.dtsi
index 238814596a87..b89bd71e4fea 100644
--- a/arch/arm/boot/dts/hip04.dtsi
+++ b/arch/arm/boot/dts/hip04.dtsi
@@ -269,6 +269,36 @@
interrupts = <0 372 4>;
};
+ ppebase: ppebase@28c0000 {
+ compatible = "hisilicon,ppebase";
+ reg = <0x28c0000 0x10000>;
+ };
+
+ fe: ethernet@28b0000 {
+ compatible = "hisilicon,hip04-mac";
+ reg = <0x28b0000 0x10000>;
+ interrupts = <0 413 4>;
+ port = <31>;
+ speed = <100>;
+ id = <0>;
+ };
+
+ ge0: ethernet@2800000 {
+ compatible = "hisilicon,hip04-mac";
+ reg = <0x2800000 0x10000>;
+ interrupts = <0 412 4>;
+ port = <0>;
+ speed = <1000>;
+ id = <1>;
+ };
+ ge8: ethernet@2880000 {
+ compatible = "hisilicon,hip04-mac";
+ reg = <0x2880000 0x10000>;
+ interrupts = <0 420 4>;
+ port = <8>;
+ speed = <1000>;
+ id = <2>;
+ };
};
etb@0,e3c42000 {