1 // SPDX-License-Identifier: GPL-2.0
3 * Marvell 88F6281 GTW GE Board
5 * Lennert Buytenhek <buytenh@marvell.com>
6 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 * This file contains the definitions that are common between the 6281
9 * and 6282 variants of the Marvell Kirkwood Development Board.
14 #include "kirkwood.dtsi"
15 #include "kirkwood-6281.dtsi"
18 model = "Marvell 88F6281 GTW GE Board";
19 compatible = "marvell,mv88f6281gtw-ge", "marvell,kirkwood-88f6281", "marvell,kirkwood";
22 device_type = "memory";
23 reg = <0x00000000 0x20000000>; /* 512 MB */
27 bootargs = "console=ttyS0,115200n8 earlyprintk";
32 pin-controller@10000 {
33 pmx_usb_led: pmx-usb-led {
34 marvell,pins = "mpp12";
35 marvell,function = "gpo";
39 marvell,pins = "mpp20", "mpp21";
40 marvell,function = "gpio";
44 marvell,pins = "mpp46", "mpp47";
45 marvell,function = "gpio";
55 compatible = "mxicy,mx25l12805d", "jedec,spi-nor";
57 spi-max-frequency = <50000000>;
72 compatible = "gpio-leds";
73 pinctrl-0 = <&pmx_leds &pmx_usb_led>;
74 pinctrl-names = "default";
77 label = "gtw:green:Status";
78 gpios = <&gpio0 20 GPIO_ACTIVE_HIGH>;
82 label = "gtw:red:Status";
83 gpios = <&gpio0 21 GPIO_ACTIVE_HIGH>;
87 label = "gtw:green:USB";
88 gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
93 compatible = "gpio-keys";
96 pinctrl-0 = <&pmx_keys>;
97 pinctrl-names = "default";
100 label = "SWR Button";
101 linux,code = <KEY_RESTART>;
102 gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
105 label = "WPS Button";
106 linux,code = <KEY_WPS_BUTTON>;
107 gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
114 compatible = "marvell,dsa";
115 #address-cells = <1>;
118 dsa,ethernet = <ð0port>;
119 dsa,mii-bus = <&mdio>;
122 #address-cells = <1>;
124 reg = <0 0>; /* MDIO address 0, switch 0 in tree */
163 compatible = "marvell,mv88e6085";
164 #address-cells = <1>;
169 #address-cells = <1>;
200 ethernet = <ð0port>;