Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
[deliverable/linux.git] / arch / arm / boot / dts / kirkwood-goflexnet.dts
1 /dts-v1/;
2
3 /include/ "kirkwood.dtsi"
4 /include/ "kirkwood-6281.dtsi"
5
6 / {
7 model = "Seagate GoFlex Net";
8 compatible = "seagate,goflexnet", "marvell,kirkwood-88f6281", "marvell,kirkwood";
9
10 memory {
11 device_type = "memory";
12 reg = <0x00000000 0x8000000>;
13 };
14
15 chosen {
16 bootargs = "console=ttyS0,115200n8 earlyprintk root=/dev/sda1 rootdelay=10";
17 };
18
19 ocp@f1000000 {
20 pinctrl: pinctrl@10000 {
21
22 pinctrl-0 = < &pmx_usb_power_enable &pmx_led_orange
23 &pmx_led_left_cap_0 &pmx_led_left_cap_1
24 &pmx_led_left_cap_2 &pmx_led_left_cap_3
25 &pmx_led_right_cap_0 &pmx_led_right_cap_1
26 &pmx_led_right_cap_2 &pmx_led_right_cap_3
27 >;
28 pinctrl-names = "default";
29
30 pmx_usb_power_enable: pmx-usb-power-enable {
31 marvell,pins = "mpp29";
32 marvell,function = "gpio";
33 };
34 pmx_led_right_cap_0: pmx-led_right_cap_0 {
35 marvell,pins = "mpp38";
36 marvell,function = "gpio";
37 };
38 pmx_led_right_cap_1: pmx-led_right_cap_1 {
39 marvell,pins = "mpp39";
40 marvell,function = "gpio";
41 };
42 pmx_led_right_cap_2: pmx-led_right_cap_2 {
43 marvell,pins = "mpp40";
44 marvell,function = "gpio";
45 };
46 pmx_led_right_cap_3: pmx-led_right_cap_3 {
47 marvell,pins = "mpp41";
48 marvell,function = "gpio";
49 };
50 pmx_led_left_cap_0: pmx-led_left_cap_0 {
51 marvell,pins = "mpp42";
52 marvell,function = "gpio";
53 };
54 pmx_led_left_cap_1: pmx-led_left_cap_1 {
55 marvell,pins = "mpp43";
56 marvell,function = "gpio";
57 };
58 pmx_led_left_cap_2: pmx-led_left_cap_2 {
59 marvell,pins = "mpp44";
60 marvell,function = "gpio";
61 };
62 pmx_led_left_cap_3: pmx-led_left_cap_3 {
63 marvell,pins = "mpp45";
64 marvell,function = "gpio";
65 };
66 pmx_led_green: pmx-led_green {
67 marvell,pins = "mpp46";
68 marvell,function = "gpio";
69 };
70 pmx_led_orange: pmx-led_orange {
71 marvell,pins = "mpp47";
72 marvell,function = "gpio";
73 };
74 };
75 serial@12000 {
76 status = "ok";
77 };
78
79 nand@3000000 {
80 status = "okay";
81
82 partition@0 {
83 label = "u-boot";
84 reg = <0x0000000 0x100000>;
85 read-only;
86 };
87
88 partition@100000 {
89 label = "uImage";
90 reg = <0x0100000 0x400000>;
91 };
92
93 partition@500000 {
94 label = "pogoplug";
95 reg = <0x0500000 0x2000000>;
96 };
97
98 partition@2500000 {
99 label = "root";
100 reg = <0x02500000 0xd800000>;
101 };
102 };
103 sata@80000 {
104 status = "okay";
105 nr-ports = <2>;
106 };
107
108 };
109 gpio-leds {
110 compatible = "gpio-leds";
111
112 health {
113 label = "status:green:health";
114 gpios = <&gpio1 14 1>;
115 linux,default-trigger = "default-on";
116 };
117 fault {
118 label = "status:orange:fault";
119 gpios = <&gpio1 15 1>;
120 };
121 left0 {
122 label = "status:white:left0";
123 gpios = <&gpio1 10 0>;
124 };
125 left1 {
126 label = "status:white:left1";
127 gpios = <&gpio1 11 0>;
128 };
129 left2 {
130 label = "status:white:left2";
131 gpios = <&gpio1 12 0>;
132 };
133 left3 {
134 label = "status:white:left3";
135 gpios = <&gpio1 13 0>;
136 };
137 right0 {
138 label = "status:white:right0";
139 gpios = <&gpio1 6 0>;
140 };
141 right1 {
142 label = "status:white:right1";
143 gpios = <&gpio1 7 0>;
144 };
145 right2 {
146 label = "status:white:right2";
147 gpios = <&gpio1 8 0>;
148 };
149 right3 {
150 label = "status:white:right3";
151 gpios = <&gpio1 9 0>;
152 };
153 };
154 regulators {
155 compatible = "simple-bus";
156 #address-cells = <1>;
157 #size-cells = <0>;
158
159 usb_power: regulator@1 {
160 compatible = "regulator-fixed";
161 reg = <1>;
162 regulator-name = "USB Power";
163 regulator-min-microvolt = <5000000>;
164 regulator-max-microvolt = <5000000>;
165 enable-active-high;
166 regulator-always-on;
167 regulator-boot-on;
168 gpio = <&gpio0 29 0>;
169 };
170 };
171 };
This page took 0.042774 seconds and 5 git commands to generate.