diff options
author | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | 2013-07-07 16:34:56 -0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-07-25 16:54:04 -0400 |
commit | 876e233335115eadd51761d49fc638db575337aa (patch) | |
tree | 566467489b279372d67366b2fc1597e2672b57ec /arch/arm/boot/dts/kirkwood-ns2-common.dtsi | |
parent | 4c3f6b868c1525f750ed78d164302ec411d4d790 (diff) |
ARM: kirkwood: add gigabit ethernet and mvmdio device tree nodes
This patch adds mv643xx_eth and mvmdio device tree nodes for DT enabled
Kirkwood boards. Phy nodes are also added with reg property set on a
per-board basis.
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/boot/dts/kirkwood-ns2-common.dtsi')
-rw-r--r-- | arch/arm/boot/dts/kirkwood-ns2-common.dtsi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/kirkwood-ns2-common.dtsi b/arch/arm/boot/dts/kirkwood-ns2-common.dtsi index 2afac0405816..e7b80179c6d2 100644 --- a/arch/arm/boot/dts/kirkwood-ns2-common.dtsi +++ b/arch/arm/boot/dts/kirkwood-ns2-common.dtsi | |||
@@ -84,3 +84,19 @@ | |||
84 | }; | 84 | }; |
85 | 85 | ||
86 | }; | 86 | }; |
87 | |||
88 | &mdio { | ||
89 | status = "okay"; | ||
90 | |||
91 | ethphy0: ethernet-phy { | ||
92 | device_type = "ethernet-phy"; | ||
93 | /* overwrite reg property in board file */ | ||
94 | }; | ||
95 | }; | ||
96 | |||
97 | ð0 { | ||
98 | status = "okay"; | ||
99 | ethernet0-port@0 { | ||
100 | phy-handle = <ðphy0>; | ||
101 | }; | ||
102 | }; | ||