aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/boot/dts/cavium-octeon/dlink_dsr-1000n.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/boot/dts/cavium-octeon/dlink_dsr-1000n.dts')
-rw-r--r--arch/mips/boot/dts/cavium-octeon/dlink_dsr-1000n.dts45
1 files changed, 1 insertions, 44 deletions
diff --git a/arch/mips/boot/dts/cavium-octeon/dlink_dsr-1000n.dts b/arch/mips/boot/dts/cavium-octeon/dlink_dsr-1000n.dts
index b134798a0fd7..cfa29156eb69 100644
--- a/arch/mips/boot/dts/cavium-octeon/dlink_dsr-1000n.dts
+++ b/arch/mips/boot/dts/cavium-octeon/dlink_dsr-1000n.dts
@@ -8,55 +8,16 @@
8 * published by the Free Software Foundation. 8 * published by the Free Software Foundation.
9 */ 9 */
10 10
11/include/ "octeon_3xxx.dtsi" 11/include/ "dlink_dsr-500n-1000n.dtsi"
12#include <dt-bindings/gpio/gpio.h> 12#include <dt-bindings/gpio/gpio.h>
13 13
14/ { 14/ {
15 model = "dlink,dsr-1000n"; 15 model = "dlink,dsr-1000n";
16 16
17 soc@0 { 17 soc@0 {
18 smi0: mdio@1180000001800 {
19 phy8: ethernet-phy@8 {
20 reg = <8>;
21 compatible = "ethernet-phy-ieee802.3-c22";
22 };
23 };
24
25 pip: pip@11800a0000000 {
26 interface@0 {
27 ethernet@0 {
28 fixed-link {
29 speed = <1000>;
30 full-duplex;
31 };
32 };
33 ethernet@1 {
34 fixed-link {
35 speed = <1000>;
36 full-duplex;
37 };
38 };
39 ethernet@2 {
40 phy-handle = <&phy8>;
41 };
42 };
43 };
44
45 twsi0: i2c@1180000001000 {
46 rtc@68 {
47 compatible = "dallas,ds1337";
48 reg = <0x68>;
49 };
50 };
51
52 uart0: serial@1180000000800 { 18 uart0: serial@1180000000800 {
53 clock-frequency = <500000000>; 19 clock-frequency = <500000000>;
54 }; 20 };
55
56 usbn: usbn@1180068000000 {
57 refclk-frequency = <12000000>;
58 refclk-type = "crystal";
59 };
60 }; 21 };
61 22
62 leds { 23 leds {
@@ -87,8 +48,4 @@
87 gpios = <&gpio 18 GPIO_ACTIVE_LOW>; 48 gpios = <&gpio 18 GPIO_ACTIVE_LOW>;
88 }; 49 };
89 }; 50 };
90
91 aliases {
92 pip = &pip;
93 };
94}; 51};