1 // SPDX-License-Identifier: GPL-2.0
4 #include "kirkwood.dtsi"
5 #include "kirkwood-6281.dtsi"
8 model = "Seagate FreeAgent Dockstar";
9 compatible = "seagate,dockstar", "marvell,kirkwood-88f6281", "marvell,kirkwood";
12 device_type = "memory";
13 reg = <0x00000000 0x8000000>;
17 bootargs = "console=ttyS0,115200n8 earlyprintk root=/dev/sda1 rootdelay=10";
22 pinctrl: pin-controller@10000 {
23 pmx_usb_power_enable: pmx-usb-power-enable {
24 marvell,pins = "mpp29";
25 marvell,function = "gpio";
27 pmx_led_green: pmx-led-green {
28 marvell,pins = "mpp46";
29 marvell,function = "gpio";
31 pmx_led_orange: pmx-led-orange {
32 marvell,pins = "mpp47";
33 marvell,function = "gpio";
41 compatible = "gpio-leds";
42 pinctrl-0 = <&pmx_led_green &pmx_led_orange>;
43 pinctrl-names = "default";
46 label = "status:green:health";
47 gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
48 default-state = "keep";
51 label = "status:orange:fault";
52 gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
56 compatible = "simple-bus";
59 pinctrl-0 = <&pmx_usb_power_enable>;
60 pinctrl-names = "default";
62 usb_power: regulator@1 {
63 compatible = "regulator-fixed";
65 regulator-name = "USB Power";
66 regulator-min-microvolt = <5000000>;
67 regulator-max-microvolt = <5000000>;
81 reg = <0x0000000 0x100000>;
87 reg = <0x0100000 0x400000>;
92 reg = <0x0500000 0xfb00000>;
99 ethphy0: ethernet-phy@0 {
100 compatible = "marvell,88e1116";
108 phy-handle = <ðphy0>;