1 // SPDX-License-Identifier: GPL-2.0
4 #include "kirkwood.dtsi"
5 #include "kirkwood-6281.dtsi"
8 model = "Globalscale Technologies Dreamplug";
9 compatible = "globalscale,dreamplug-003-ds2001", "globalscale,dreamplug", "marvell,kirkwood-88f6281", "marvell,kirkwood";
12 device_type = "memory";
13 reg = <0x00000000 0x20000000>;
17 bootargs = "console=ttyS0,115200n8 earlyprintk";
22 pinctrl: pin-controller@10000 {
23 pmx_led_bluetooth: pmx-led-bluetooth {
24 marvell,pins = "mpp47";
25 marvell,function = "gpio";
27 pmx_led_wifi: pmx-led-wifi {
28 marvell,pins = "mpp48";
29 marvell,function = "gpio";
31 pmx_led_wifi_ap: pmx-led-wifi-ap {
32 marvell,pins = "mpp49";
33 marvell,function = "gpio";
46 compatible = "mxicy,mx25l1606e", "jedec,spi-nor";
48 spi-max-frequency = <50000000>;
57 reg = <0x100000 0x10000>;
62 reg = <0x180000 0x10000>;
74 pinctrl-0 = <&pmx_sdio>;
75 pinctrl-names = "default";
77 /* No CD or WP GPIOs */
83 compatible = "gpio-leds";
84 pinctrl-0 = <&pmx_led_bluetooth &pmx_led_wifi
86 pinctrl-names = "default";
89 label = "dreamplug:blue:bluetooth";
90 gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
93 label = "dreamplug:green:wifi";
94 gpios = <&gpio1 16 GPIO_ACTIVE_LOW>;
97 label = "dreamplug:green:wifi_ap";
98 gpios = <&gpio1 17 GPIO_ACTIVE_LOW>;
106 ethphy0: ethernet-phy@0 {
110 ethphy1: ethernet-phy@1 {
118 phy-handle = <ðphy0>;
125 phy-handle = <ðphy1>;