2 * Marvell 88F6281 GTW GE Board
4 * Lennert Buytenhek <buytenh@marvell.com>
5 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 * This file is licensed under the terms of the GNU General Public
8 * License version 2. This program is licensed "as is" without any
9 * warranty of any kind, whether express or implied.
11 * This file contains the definitions that are common between the 6281
12 * and 6282 variants of the Marvell Kirkwood Development Board.
17 #include "kirkwood.dtsi"
18 #include "kirkwood-6281.dtsi"
21 model = "Marvell 88F6281 GTW GE Board";
22 compatible = "marvell,mv88f6281gtw-ge", "marvell,kirkwood-88f6281", "marvell,kirkwood";
25 device_type = "memory";
26 reg = <0x00000000 0x20000000>; /* 512 MB */
30 bootargs = "console=ttyS0,115200n8 earlyprintk";
45 pmx_usb_led: pmx-usb-led {
46 marvell,pins = "mpp12";
47 marvell,function = "gpo";
51 marvell,pins = "mpp20", "mpp21";
52 marvell,function = "gpio";
56 marvell,pins = "mpp46", "mpp47";
57 marvell,function = "gpio";
62 pinctrl-0 = <&pmx_spi>;
63 pinctrl-names = "default";
69 compatible = "mx25l12805d";
71 spi-max-frequency = <50000000>;
77 pinctrl-0 = <&pmx_uart0>;
78 pinctrl-names = "default";
79 clock-frequency = <200000000>;
89 compatible = "gpio-leds";
90 pinctrl-0 = <&pmx_leds &pmx_usb_led>;
91 pinctrl-names = "default";
94 label = "gtw:green:Status";
95 gpios = <&gpio0 20 0>;
99 label = "gtw:red:Status";
100 gpios = <&gpio0 21 0>;
104 label = "gtw:green:USB";
105 gpios = <&gpio0 12 0>;
110 compatible = "gpio-keys";
111 #address-cells = <1>;
113 pinctrl-0 = <&pmx_keys>;
114 pinctrl-names = "default";
117 label = "SWR Button";
118 linux,code = <0x198>; /* KEY_RESTART */
119 gpios = <&gpio1 15 1>;
122 label = "WPS Button";
123 linux,code = <0x211>; /* KEY_WPS_BUTTON */
124 gpios = <&gpio1 14 1>;