1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
3 * Device Tree file for Marvell Armada 385 Access Point Development board
6 * Copyright (C) 2014 Marvell
8 * Nadav Haklai <nadavh@marvell.com>
12 #include "armada-385.dtsi"
14 #include <dt-bindings/gpio/gpio.h>
17 model = "Marvell Armada 385 Access Point Development Board";
18 compatible = "marvell,a385-db-ap", "marvell,armada385", "marvell,armada380";
21 stdout-path = "serial1:115200n8";
25 device_type = "memory";
26 reg = <0x00000000 0x80000000>; /* 2GB */
30 ranges = <MBUS_ID(0xf0, 0x01) 0 0xf1000000 0x100000
31 MBUS_ID(0x01, 0x1d) 0 0xfff00000 0x100000
32 MBUS_ID(0x09, 0x19) 0 0xf1100000 0x10000
33 MBUS_ID(0x09, 0x15) 0 0xf1110000 0x10000
34 MBUS_ID(0x0c, 0x04) 0 0xf1200000 0x100000>;
38 pinctrl-names = "default";
39 pinctrl-0 = <&i2c0_pins>;
43 * This bus is wired to two EEPROM
44 * sockets, one of which holding the
45 * board ID used by the bootloader.
46 * Erasing this EEPROM's content will
48 * Use this bus with caution.
53 pinctrl-names = "default";
54 pinctrl-0 = <&mdio_pins>;
56 phy0: ethernet-phy@1 {
60 phy1: ethernet-phy@4 {
64 phy2: ethernet-phy@6 {
69 /* UART0 is exposed through the JP8 connector */
71 pinctrl-names = "default";
72 pinctrl-0 = <&uart0_pins>;
77 * UART1 is exposed through a FTDI chip
78 * wired to the mini-USB connector
81 pinctrl-names = "default";
82 pinctrl-0 = <&uart1_pins>;
87 xhci0_vbus_pins: xhci0-vbus-pins {
88 marvell,pins = "mpp44";
89 marvell,function = "gpio";
98 buffer-manager = <&bm>;
108 buffer-manager = <&bm>;
119 pinctrl-names = "default";
122 * The Reference Clock 0 is used to
123 * provide a clock to the PHY
125 pinctrl-0 = <&ge0_rgmii_pins>, <&ref_clk0_pins>;
128 phy-mode = "rgmii-id";
129 buffer-manager = <&bm>;
140 usb-phy = <&usb3_phy>;
152 * The three PCIe units are accessible through
153 * standard mini-PCIe slots on the board.
173 compatible = "usb-nop-xceiv";
174 vcc-supply = <®_xhci0_vbus>;
178 reg_xhci0_vbus: xhci0-vbus {
179 compatible = "regulator-fixed";
180 pinctrl-names = "default";
181 pinctrl-0 = <&xhci0_vbus_pins>;
182 regulator-name = "xhci0-vbus";
183 regulator-min-microvolt = <5000000>;
184 regulator-max-microvolt = <5000000>;
186 gpio = <&gpio1 12 GPIO_ACTIVE_HIGH>;
191 pinctrl-names = "default";
192 pinctrl-0 = <&spi1_pins>;
196 #address-cells = <1>;
198 compatible = "st,m25p128", "jedec,spi-nor";
199 reg = <0>; /* Chip select 0 */
200 spi-max-frequency = <54000000>;
209 label = "pxa3xx_nand-0";
212 nand-ecc-strength = <4>;
213 nand-ecc-step-size = <512>;
216 compatible = "fixed-partitions";
217 #address-cells = <1>;
222 reg = <0x00000000 0x00800000>;
228 reg = <0x00800000 0x00400000>;
234 reg = <0x00c00000 0x3f400000>;