3 #include "kirkwood.dtsi"
4 #include "kirkwood-6281.dtsi"
7 model = "Globalscale Technologies Dreamplug";
8 compatible = "globalscale,dreamplug-003-ds2001", "globalscale,dreamplug", "marvell,kirkwood-88f6281", "marvell,kirkwood";
11 device_type = "memory";
12 reg = <0x00000000 0x20000000>;
16 bootargs = "console=ttyS0,115200n8 earlyprintk";
21 pinctrl: pin-controller@10000 {
22 pmx_led_bluetooth: pmx-led-bluetooth {
23 marvell,pins = "mpp47";
24 marvell,function = "gpio";
26 pmx_led_wifi: pmx-led-wifi {
27 marvell,pins = "mpp48";
28 marvell,function = "gpio";
30 pmx_led_wifi_ap: pmx-led-wifi-ap {
31 marvell,pins = "mpp49";
32 marvell,function = "gpio";
45 compatible = "mxicy,mx25l1606e", "jedec,spi-nor";
47 spi-max-frequency = <50000000>;
56 reg = <0x100000 0x10000>;
61 reg = <0x180000 0x10000>;
73 pinctrl-0 = <&pmx_sdio>;
74 pinctrl-names = "default";
76 /* No CD or WP GPIOs */
82 compatible = "gpio-leds";
83 pinctrl-0 = <&pmx_led_bluetooth &pmx_led_wifi
85 pinctrl-names = "default";
88 label = "dreamplug:blue:bluetooth";
89 gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
92 label = "dreamplug:green:wifi";
93 gpios = <&gpio1 16 GPIO_ACTIVE_LOW>;
96 label = "dreamplug:green:wifi_ap";
97 gpios = <&gpio1 17 GPIO_ACTIVE_LOW>;
105 ethphy0: ethernet-phy@0 {
109 ethphy1: ethernet-phy@1 {
117 phy-handle = <ðphy0>;
124 phy-handle = <ðphy1>;