ARM: dts: kirkwood: remove clock-frequency properties from UART nodes
[deliverable/linux.git] / arch / arm / boot / dts / kirkwood-mplcec4.dts
CommitLineData
5492a110
SP
1/dts-v1/;
2
0ab6129c
EG
3#include "kirkwood.dtsi"
4#include "kirkwood-6281.dtsi"
5492a110
SP
5
6/ {
7 model = "MPL CEC4";
8 compatible = "mpl,cec4-10", "mpl,cec4", "marvell,kirkwood-88f6281", "marvell,kirkwood";
9
10 memory {
11 device_type = "memory";
12 reg = <0x00000000 0x20000000>;
13 };
14
ab833614
SH
15 chosen {
16 bootargs = "console=ttyS0,115200n8 earlyprintk";
17 stdout-path = &uart0;
18 };
5492a110 19
54397d85 20 mbus {
54397d85
EG
21 pcie-controller {
22 status = "okay";
23
24 pcie@1,0 {
25 status = "okay";
26 };
27 };
28 };
29
5492a110 30 ocp@f1000000 {
de64ee5e 31 pinctrl: pinctrl@10000 {
de64ee5e
SP
32 pmx_led_health: pmx-led-health {
33 marvell,pins = "mpp7";
34 marvell,function = "gpo";
35 };
36
37 pmx_sata1: pmx-sata1 {
38 marvell,pins = "mpp34";
39 marvell,function = "sata1";
40 };
41
42 pmx_sata0: pmx-sata0 {
43 marvell,pins = "mpp35";
44 marvell,function = "sata0";
45 };
46
47 pmx_led_user1o: pmx-led-user1o {
48 marvell,pins = "mpp40";
49 marvell,function = "gpio";
50 };
51
52 pmx_led_user1g: pmx-led-user1g {
53 marvell,pins = "mpp41";
54 marvell,function = "gpio";
55 };
56
57 pmx_led_user0o: pmx-led-user0o {
58 marvell,pins = "mpp44";
59 marvell,function = "gpio";
60 };
61
62 pmx_led_user0g: pmx-led-user0g {
63 marvell,pins = "mpp45";
64 marvell,function = "gpio";
65 };
66
67 pmx_led_misc: pmx-led-misc {
68 marvell,pins = "mpp46";
69 marvell,function = "gpio";
70 };
71
72 pmx_sdio_cd: pmx-sdio-cd {
73 marvell,pins = "mpp47";
74 marvell,function = "gpio";
75 };
76 };
77
5492a110
SP
78 i2c@11000 {
79 status = "okay";
80
81 rtc@51 {
82 compatible = "nxp,pcf8563";
83 reg = <0x51>;
84 };
85
86 eeprom@57 {
87 compatible = "atmel,24c02";
88 reg = <0x57>;
89 };
90
91 };
92
93 serial@12000 {
5492a110 94 status = "ok";
3740e681
TP
95 pinctrl-0 = <&pmx_uart0>;
96 pinctrl-names = "default";
5492a110
SP
97 };
98
5492a110
SP
99 rtc@10300 {
100 status = "disabled";
101 };
102
103 sata@80000 {
3740e681
TP
104 pinctrl-0 = <&pmx_sata0 &pmx_sata1>;
105 pinctrl-names = "default";
5492a110
SP
106 nr-ports = <2>;
107 status = "okay";
5492a110 108 };
5dd8a010
TP
109
110 mvsdio@90000 {
111 pinctrl-0 = <&pmx_sdio &pmx_sdio_cd>;
112 pinctrl-names = "default";
113 status = "okay";
3a31f2d7 114 cd-gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
5dd8a010
TP
115 /* No WP GPIO */
116 };
5492a110
SP
117 };
118
119 gpio-leds {
120 compatible = "gpio-leds";
3740e681
TP
121 pinctrl-0 = < &pmx_led_health
122 &pmx_led_user1o
123 &pmx_led_user1g &pmx_led_user0o
124 &pmx_led_user0g &pmx_led_misc
125 >;
126 pinctrl-names = "default";
5492a110
SP
127
128 health {
129 label = "status:green:health";
3a31f2d7 130 gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
5492a110
SP
131 };
132
133 user1o {
134 label = "user1:orange";
3a31f2d7 135 gpios = <&gpio1 8 GPIO_ACTIVE_LOW>;
5492a110
SP
136 default-state = "on";
137 };
138
139 user1g {
140 label = "user1:green";
3a31f2d7 141 gpios = <&gpio1 9 GPIO_ACTIVE_LOW>;
5492a110
SP
142 default-state = "on";
143 };
144
145 user0o {
146 label = "user0:orange";
3a31f2d7 147 gpios = <&gpio1 12 GPIO_ACTIVE_LOW>;
5492a110
SP
148 default-state = "on";
149 };
150
151 user0g {
152 label = "user0:green";
3a31f2d7 153 gpios = <&gpio1 13 GPIO_ACTIVE_LOW>;
5492a110
SP
154 default-state = "on";
155 };
156
157 misc {
158 label = "status:orange:misc";
3a31f2d7 159 gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
5492a110
SP
160 default-state = "on";
161 };
162
163 };
164};
165
7045ff5a
JG
166&nand {
167 pinctrl-0 = <&pmx_nand>;
168 pinctrl-names = "default";
169 status = "okay";
170
171 partition@0 {
172 label = "uboot";
173 reg = <0x0000000 0x100000>;
174 };
175
176 partition@100000 {
177 label = "env";
178 reg = <0x100000 0x80000>;
179 };
180
181 partition@180000 {
182 label = "fdt";
183 reg = <0x180000 0x80000>;
184 };
185
186 partition@200000 {
187 label = "kernel";
188 reg = <0x200000 0x400000>;
189 };
190
191 partition@600000 {
192 label = "rootfs";
193 reg = <0x600000 0x1fa00000>;
194 };
195};
196
876e2333
SH
197&mdio {
198 status = "okay";
199
200 ethphy0: ethernet-phy@1 {
876e2333
SH
201 reg = <1>;
202 };
203
204 ethphy1: ethernet-phy@2 {
876e2333
SH
205 reg = <2>;
206 };
207};
208
209&eth0 {
210 status = "okay";
211 ethernet0-port@0 {
212 phy-handle = <&ethphy0>;
213 };
214};
215
216&eth1 {
217 status = "okay";
218 ethernet1-port@0 {
219 phy-handle = <&ethphy1>;
220 };
221};
This page took 0.10018 seconds and 5 git commands to generate.