3 /include/ "kirkwood.dtsi"
4 /include/ "kirkwood-6281.dtsi"
7 model = "Seagate FreeAgent Dockstar";
8 compatible = "seagate,dockstar", "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
23 &pmx_led_green &pmx_led_orange >;
24 pinctrl-names = "default";
26 pmx_usb_power_enable: pmx-usb-power-enable {
27 marvell,pins = "mpp29";
28 marvell,function = "gpio";
30 pmx_led_green: pmx-led-green {
31 marvell,pins = "mpp46";
32 marvell,function = "gpio";
34 pmx_led_orange: pmx-led-orange {
35 marvell,pins = "mpp47";
36 marvell,function = "gpio";
40 clock-frequency = <200000000>;
49 reg = <0x0000000 0x100000>;
55 reg = <0x0100000 0x400000>;
60 reg = <0x0500000 0xfb00000>;
65 compatible = "gpio-leds";
68 label = "status:green:health";
69 gpios = <&gpio1 14 1>;
70 linux,default-trigger = "default-on";
73 label = "status:orange:fault";
74 gpios = <&gpio1 15 1>;
78 compatible = "simple-bus";
82 usb_power: regulator@1 {
83 compatible = "regulator-fixed";
85 regulator-name = "USB Power";
86 regulator-min-microvolt = <5000000>;
87 regulator-max-microvolt = <5000000>;