dt/bindings: Remove all references to device_type "ethernet-phy"
[deliverable/linux.git] / arch / arm / boot / dts / kirkwood-guruplug-server-plus.dts
CommitLineData
9b47a4fb
WT
1/dts-v1/;
2
0ab6129c
EG
3#include "kirkwood.dtsi"
4#include "kirkwood-6281.dtsi"
9b47a4fb
WT
5
6/ {
7 model = "Globalscale Technologies Guruplug Server Plus";
8 compatible = "globalscale,guruplug-server-plus", "globalscale,guruplug", "marvell,kirkwood-88f6281", "marvell,kirkwood";
9
10 memory {
11 device_type = "memory";
12 reg = <0x00000000 0x20000000>;
13 };
14
15 chosen {
16 bootargs = "console=ttyS0,115200n8 earlyprintk";
17 };
18
19 ocp@f1000000 {
20 pinctrl: pinctrl@10000 {
9b47a4fb
WT
21 pmx_led_health_r: pmx-led-health-r {
22 marvell,pins = "mpp46";
23 marvell,function = "gpio";
24 };
25 pmx_led_health_g: pmx-led-health-g {
26 marvell,pins = "mpp47";
27 marvell,function = "gpio";
28 };
29 pmx_led_wmode_r: pmx-led-wmode-r {
30 marvell,pins = "mpp48";
31 marvell,function = "gpio";
32 };
33 pmx_led_wmode_g: pmx-led-wmode-g {
34 marvell,pins = "mpp49";
35 marvell,function = "gpio";
36 };
37 };
38 serial@12000 {
39 clock-frequency = <200000000>;
40 status = "ok";
41 };
42
9b47a4fb
WT
43 sata@80000 {
44 status = "okay";
45 nr-ports = <1>;
46 };
c52b95c2
SH
47
48 mvsdio@90000 {
49 status = "okay";
d87b5fbb
SB
50 /* No CD or WP GPIOs */
51 broken-cd;
c52b95c2 52 };
9b47a4fb
WT
53 };
54
55 gpio-leds {
56 compatible = "gpio-leds";
d142432f
TP
57 pinctrl-0 = < &pmx_led_health_r &pmx_led_health_g
58 &pmx_led_wmode_r &pmx_led_wmode_g >;
59 pinctrl-names = "default";
9b47a4fb
WT
60
61 health-r {
62 label = "guruplug:red:health";
63 gpios = <&gpio1 14 1>;
64 };
65 health-g {
66 label = "guruplug:green:health";
67 gpios = <&gpio1 15 1>;
68 };
69 wmode-r {
70 label = "guruplug:red:wmode";
71 gpios = <&gpio1 16 1>;
72 };
73 wmode-g {
74 label = "guruplug:green:wmode";
75 gpios = <&gpio1 17 1>;
76 };
77 };
78};
876e2333 79
7045ff5a
JG
80&nand {
81 status = "okay";
82
83 partition@0 {
84 label = "u-boot";
85 reg = <0x00000000 0x00100000>;
86 read-only;
87 };
88
89 partition@100000 {
90 label = "uImage";
91 reg = <0x00100000 0x00400000>;
92 };
93
94 partition@500000 {
95 label = "data";
96 reg = <0x00500000 0x1fb00000>;
97 };
98};
99
876e2333
SH
100&mdio {
101 status = "okay";
102
103 ethphy0: ethernet-phy@0 {
876e2333
SH
104 compatible = "marvell,88e1121";
105 reg = <0>;
106 };
107
108 ethphy1: ethernet-phy@1 {
876e2333
SH
109 compatible = "marvell,88e1121";
110 reg = <1>;
111 };
112};
113
114&eth0 {
115 status = "okay";
116 ethernet0-port@0 {
117 phy-handle = <&ethphy0>;
118 };
119};
120
121&eth1 {
122 status = "okay";
123 ethernet1-port@0 {
124 phy-handle = <&ethphy1>;
125 };
126};
This page took 0.069428 seconds and 5 git commands to generate.