1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
3 * Device Tree file for SolidRun Armada 38x Microsom
5 * Copyright (C) 2015 Russell King
7 #include <dt-bindings/input/input.h>
8 #include <dt-bindings/gpio/gpio.h>
12 device_type = "memory";
13 reg = <0x00000000 0x10000000>; /* 256 MB */
17 ranges = <MBUS_ID(0xf0, 0x01) 0 0xf1000000 0x100000
18 MBUS_ID(0x01, 0x1d) 0 0xfff00000 0x100000
19 MBUS_ID(0x09, 0x19) 0 0xf1100000 0x10000
20 MBUS_ID(0x09, 0x15) 0 0xf1110000 0x10000
21 MBUS_ID(0x0c, 0x04) 0 0xf1200000 0x100000>;
26 * If the rtc doesn't work, run "date reset"
45 pinctrl-0 = <&ge0_rgmii_pins>;
46 pinctrl-names = "default";
47 phy = <&phy_dedicated>;
48 phy-mode = "rgmii-id";
49 buffer-manager = <&bm>;
57 * Add the phy clock here, so the phy can be accessed to read its
58 * IDs prior to binding with the driver.
60 pinctrl-0 = <&mdio_pins µsom_phy_clk_pins>;
61 pinctrl-names = "default";
63 phy_dedicated: ethernet-phy@0 {
65 * Annoyingly, the marvell phy driver configures the LED
66 * register, rather than preserving reset-loaded setting.
67 * We undo that rubbish here.
69 marvell,reg-init = <3 16 0 0x101e>;
75 microsom_phy_clk_pins: microsom-phy-clk-pins {
76 marvell,pins = "mpp45";
77 marvell,function = "ref";
80 microsom_sdhci_pins: microsom-sdhci-pins {
81 marvell,pins = "mpp21", "mpp28", "mpp37",
82 "mpp38", "mpp39", "mpp40";
83 marvell,function = "sd0";
88 /* The microsom has an optional W25Q32 on board, connected to CS0 */
89 pinctrl-0 = <&spi1_pins>;
94 compatible = "w25q32", "jedec,spi-nor";
95 reg = <0>; /* Chip select 0 */
96 spi-max-frequency = <3000000>;
101 pinctrl-0 = <&uart0_pins>;
102 pinctrl-names = "default";