1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
3 * Device Tree file for SolidRun Clearfog Base revision A1 rev 2.0 (88F6828)
5 * Copyright (C) 2015 Russell King
9 #include "armada-388-clearfog.dtsi"
12 model = "SolidRun Clearfog Base A1";
13 compatible = "solidrun,clearfog-base-a1",
14 "solidrun,clearfog-a1", "marvell,armada388",
15 "marvell,armada385", "marvell,armada380";
18 compatible = "gpio-keys";
19 pinctrl-0 = <&rear_button_pins>;
20 pinctrl-names = "default";
23 /* The rear SW3 button */
24 label = "Rear Button";
25 gpios = <&gpio1 12 GPIO_ACTIVE_LOW>;
39 gpios = <19 GPIO_ACTIVE_LOW>;
41 line-name = "phy1-reset";
46 pinctrl-0 = <&mdio_pins µsom_phy_clk_pins &clearfog_phy_pins>;
47 phy1: ethernet-phy@1 {
49 * Annoyingly, the marvell phy driver configures the LED
50 * register, rather than preserving reset-loaded setting.
51 * We undo that rubbish here.
53 marvell,reg-init = <3 16 0 0x101e>;
60 clearfog_phy_pins: clearfog-phy-pins {
61 marvell,pins = "mpp19";
62 marvell,function = "gpio";
64 rear_button_pins: rear-button-pins {
65 marvell,pins = "mpp44";
66 marvell,function = "gpio";