3 /include/ "kirkwood.dtsi"
4 /include/ "kirkwood-6281.dtsi"
7 model = "Seagate GoFlex Net";
8 compatible = "seagate,goflexnet", "marvell,kirkwood-88f6281", "marvell,kirkwood";
11 device_type = "memory";
12 reg = <0x00000000 0x8000000>;
16 bootargs = "console=ttyS0,115200n8 earlyprintk root=/dev/sda1 rootdelay=10";
20 pinctrl: pinctrl@10000 {
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
28 pinctrl-names = "default";
30 pmx_usb_power_enable: pmx-usb-power-enable {
31 marvell,pins = "mpp29";
32 marvell,function = "gpio";
34 pmx_led_right_cap_0: pmx-led_right_cap_0 {
35 marvell,pins = "mpp38";
36 marvell,function = "gpio";
38 pmx_led_right_cap_1: pmx-led_right_cap_1 {
39 marvell,pins = "mpp39";
40 marvell,function = "gpio";
42 pmx_led_right_cap_2: pmx-led_right_cap_2 {
43 marvell,pins = "mpp40";
44 marvell,function = "gpio";
46 pmx_led_right_cap_3: pmx-led_right_cap_3 {
47 marvell,pins = "mpp41";
48 marvell,function = "gpio";
50 pmx_led_left_cap_0: pmx-led_left_cap_0 {
51 marvell,pins = "mpp42";
52 marvell,function = "gpio";
54 pmx_led_left_cap_1: pmx-led_left_cap_1 {
55 marvell,pins = "mpp43";
56 marvell,function = "gpio";
58 pmx_led_left_cap_2: pmx-led_left_cap_2 {
59 marvell,pins = "mpp44";
60 marvell,function = "gpio";
62 pmx_led_left_cap_3: pmx-led_left_cap_3 {
63 marvell,pins = "mpp45";
64 marvell,function = "gpio";
66 pmx_led_green: pmx-led_green {
67 marvell,pins = "mpp46";
68 marvell,function = "gpio";
70 pmx_led_orange: pmx-led_orange {
71 marvell,pins = "mpp47";
72 marvell,function = "gpio";
76 clock-frequency = <200000000>;
85 reg = <0x0000000 0x100000>;
91 reg = <0x0100000 0x400000>;
96 reg = <0x0500000 0x2000000>;
101 reg = <0x02500000 0xd800000>;
111 compatible = "gpio-leds";
114 label = "status:green:health";
115 gpios = <&gpio1 14 1>;
116 linux,default-trigger = "default-on";
119 label = "status:orange:fault";
120 gpios = <&gpio1 15 1>;
123 label = "status:white:left0";
124 gpios = <&gpio1 10 0>;
127 label = "status:white:left1";
128 gpios = <&gpio1 11 0>;
131 label = "status:white:left2";
132 gpios = <&gpio1 12 0>;
135 label = "status:white:left3";
136 gpios = <&gpio1 13 0>;
139 label = "status:white:right0";
140 gpios = <&gpio1 6 0>;
143 label = "status:white:right1";
144 gpios = <&gpio1 7 0>;
147 label = "status:white:right2";
148 gpios = <&gpio1 8 0>;
151 label = "status:white:right3";
152 gpios = <&gpio1 9 0>;
156 compatible = "simple-bus";
157 #address-cells = <1>;
160 usb_power: regulator@1 {
161 compatible = "regulator-fixed";
163 regulator-name = "USB Power";
164 regulator-min-microvolt = <5000000>;
165 regulator-max-microvolt = <5000000>;
169 gpio = <&gpio0 29 0>;