ARM: dts: kirkwood: add stdout-path property to all boards
[deliverable/linux.git] / arch / arm / boot / dts / kirkwood-dreamplug.dts
1 /dts-v1/;
2
3 #include "kirkwood.dtsi"
4 #include "kirkwood-6281.dtsi"
5
6 / {
7 model = "Globalscale Technologies Dreamplug";
8 compatible = "globalscale,dreamplug-003-ds2001", "globalscale,dreamplug", "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 stdout-path = &uart0;
18 };
19
20 ocp@f1000000 {
21 pinctrl: pinctrl@10000 {
22 pmx_led_bluetooth: pmx-led-bluetooth {
23 marvell,pins = "mpp47";
24 marvell,function = "gpio";
25 };
26 pmx_led_wifi: pmx-led-wifi {
27 marvell,pins = "mpp48";
28 marvell,function = "gpio";
29 };
30 pmx_led_wifi_ap: pmx-led-wifi-ap {
31 marvell,pins = "mpp49";
32 marvell,function = "gpio";
33 };
34 };
35 serial@12000 {
36 status = "ok";
37 };
38
39 spi@10600 {
40 status = "okay";
41 pinctrl-0 = <&pmx_spi>;
42 pinctrl-names = "default";
43
44 m25p40@0 {
45 #address-cells = <1>;
46 #size-cells = <1>;
47 compatible = "mx25l1606e";
48 reg = <0>;
49 spi-max-frequency = <50000000>;
50 mode = <0>;
51
52 partition@0 {
53 reg = <0x0 0x80000>;
54 label = "u-boot";
55 };
56
57 partition@100000 {
58 reg = <0x100000 0x10000>;
59 label = "u-boot env";
60 };
61
62 partition@180000 {
63 reg = <0x180000 0x10000>;
64 label = "dtb";
65 };
66 };
67 };
68
69 sata@80000 {
70 status = "okay";
71 nr-ports = <1>;
72 };
73
74 mvsdio@90000 {
75 pinctrl-0 = <&pmx_sdio>;
76 pinctrl-names = "default";
77 status = "okay";
78 /* No CD or WP GPIOs */
79 broken-cd;
80 };
81 };
82
83 gpio-leds {
84 compatible = "gpio-leds";
85 pinctrl-0 = <&pmx_led_bluetooth &pmx_led_wifi
86 &pmx_led_wifi_ap >;
87 pinctrl-names = "default";
88
89 bluetooth {
90 label = "dreamplug:blue:bluetooth";
91 gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
92 };
93 wifi {
94 label = "dreamplug:green:wifi";
95 gpios = <&gpio1 16 GPIO_ACTIVE_LOW>;
96 };
97 wifi-ap {
98 label = "dreamplug:green:wifi_ap";
99 gpios = <&gpio1 17 GPIO_ACTIVE_LOW>;
100 };
101 };
102 };
103
104 &mdio {
105 status = "okay";
106
107 ethphy0: ethernet-phy@0 {
108 reg = <0>;
109 };
110
111 ethphy1: ethernet-phy@1 {
112 reg = <1>;
113 };
114 };
115
116 &eth0 {
117 status = "okay";
118 ethernet0-port@0 {
119 phy-handle = <&ethphy0>;
120 };
121 };
122
123 &eth1 {
124 status = "okay";
125 ethernet1-port@0 {
126 phy-handle = <&ethphy1>;
127 };
128 };
This page took 0.032373 seconds and 5 git commands to generate.