1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * Device Tree file for Marvell Armada XP evaluation board
6 * Copyright (C) 2012-2014 Marvell
8 * Lior Amsalem <alior@marvell.com>
9 * Gregory CLEMENT <gregory.clement@free-electrons.com>
10 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
13 * Note: this Device Tree assumes that the bootloader has remapped the
14 * internal registers to 0xf1000000 (instead of the default
15 * 0xd0000000). The 0xf1000000 is the default used by the recent,
16 * DT-capable, U-Boot bootloaders provided by Marvell. Some earlier
17 * boards were delivered with an older version of the bootloader that
18 * left internal registers mapped at 0xd0000000. If you are in this
19 * situation, you should either update your bootloader (preferred
20 * solution) or the below Device Tree should be adjusted.
24 #include "armada-xp-mv78460.dtsi"
27 model = "Marvell Armada XP Evaluation Board";
28 compatible = "marvell,axp-db", "marvell,armadaxp-mv78460", "marvell,armadaxp", "marvell,armada-370-xp";
31 stdout-path = "serial0:115200n8";
35 device_type = "memory";
36 reg = <0 0x00000000 0 0x80000000>; /* 2 GB */
40 ranges = <MBUS_ID(0xf0, 0x01) 0 0 0xf1000000 0x100000
41 MBUS_ID(0x01, 0x1d) 0 0 0xfff00000 0x100000
42 MBUS_ID(0x01, 0x2f) 0 0 0xf0000000 0x1000000
43 MBUS_ID(0x09, 0x09) 0 0 0xf1100000 0x10000
44 MBUS_ID(0x09, 0x05) 0 0 0xf1110000 0x10000
45 MBUS_ID(0x0c, 0x04) 0 0 0xf1200000 0x100000>;
50 /* Device Bus parameters are required */
53 devbus,bus-width = <16>;
54 devbus,turn-off-ps = <60000>;
55 devbus,badr-skew-ps = <0>;
56 devbus,acc-first-ps = <124000>;
57 devbus,acc-next-ps = <248000>;
58 devbus,rd-setup-ps = <0>;
59 devbus,rd-hold-ps = <0>;
61 /* Write parameters */
62 devbus,sync-enable = <0>;
63 devbus,wr-high-ps = <60000>;
64 devbus,wr-low-ps = <60000>;
65 devbus,ale-wr-ps = <60000>;
69 compatible = "cfi-flash";
97 phy-mode = "rgmii-id";
98 buffer-manager = <&bm>;
104 phy-mode = "rgmii-id";
105 buffer-manager = <&bm>;
112 buffer-manager = <&bm>;
119 buffer-manager = <&bm>;
128 pinctrl-0 = <&sdio_pins>;
129 pinctrl-names = "default";
131 /* No CD or WP GPIOs */
147 nand-controller@d0000 {
152 label = "pxa3xx_nand-0";
157 compatible = "fixed-partitions";
158 #address-cells = <1>;
167 reg = <0x800000 0x800000>;
170 label = "Filesystem";
171 reg = <0x1000000 0x3f000000>;
188 * All 6 slots are physically present as
189 * standard PCIe slots on the board.
218 phy0: ethernet-phy@0 {
222 phy1: ethernet-phy@1 {
226 phy2: ethernet-phy@2 {
230 phy3: ethernet-phy@3 {
239 #address-cells = <1>;
241 compatible = "m25p64", "jedec,spi-nor";
242 reg = <0>; /* Chip select 0 */
243 spi-max-frequency = <20000000>;