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";
20 pinctrl: pinctrl@10000 {
22 pinctrl-0 = < &pmx_spi
23 &pmx_led_bluetooth &pmx_led_wifi
25 pinctrl-names = "default";
27 pmx_led_bluetooth: pmx-led-bluetooth {
28 marvell,pins = "mpp47";
29 marvell,function = "gpio";
31 pmx_led_wifi: pmx-led-wifi {
32 marvell,pins = "mpp48";
33 marvell,function = "gpio";
35 pmx_led_wifi_ap: pmx-led-wifi-ap {
36 marvell,pins = "mpp49";
37 marvell,function = "gpio";
41 clock-frequency = <200000000>;
51 compatible = "mx25l1606e";
53 spi-max-frequency = <50000000>;
62 reg = <0x100000 0x10000>;
67 reg = <0x180000 0x10000>;
79 pinctrl-0 = <&pmx_sdio>;
80 pinctrl-names = "default";
82 /* No CD or WP GPIOs */
87 compatible = "gpio-leds";
90 label = "dreamplug:blue:bluetooth";
91 gpios = <&gpio1 15 1>;
94 label = "dreamplug:green:wifi";
95 gpios = <&gpio1 16 1>;
98 label = "dreamplug:green:wifi_ap";
99 gpios = <&gpio1 17 1>;