0001 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
0002 /*
0003 * Device Tree file for Marvell Armada XP Matrix board
0004 *
0005 * Copyright (C) 2013 Marvell
0006 *
0007 * Lior Amsalem <alior@marvell.com>
0008 */
0009
0010 /dts-v1/;
0011 #include "armada-xp-mv78460.dtsi"
0012
0013 / {
0014 model = "Marvell Armada XP Matrix Board";
0015 compatible = "marvell,axp-matrix", "marvell,armadaxp-mv78460", "marvell,armadaxp", "marvell,armada-370-xp";
0016
0017 chosen {
0018 stdout-path = "serial0:115200n8";
0019 };
0020
0021 memory@0 {
0022 device_type = "memory";
0023 /*
0024 * This board has 4 GB of RAM, but the last 256 MB of
0025 * RAM are not usable due to the overlap with the MBus
0026 * Window address range
0027 */
0028 reg = <0 0x00000000 0 0xf0000000>;
0029 };
0030
0031 soc {
0032 ranges = <MBUS_ID(0xf0, 0x01) 0 0 0xf1000000 0x100000
0033 MBUS_ID(0x01, 0x1d) 0 0 0xfff00000 0x100000
0034 MBUS_ID(0x09, 0x09) 0 0 0xf1100000 0x10000
0035 MBUS_ID(0x09, 0x05) 0 0 0xf1110000 0x10000>;
0036
0037 internal-regs {
0038 serial@12000 {
0039 status = "okay";
0040 };
0041 serial@12100 {
0042 status = "okay";
0043 };
0044 serial@12200 {
0045 status = "okay";
0046 };
0047 serial@12300 {
0048 status = "okay";
0049 };
0050
0051 sata@a0000 {
0052 nr-ports = <2>;
0053 status = "okay";
0054 };
0055
0056 ethernet@30000 {
0057 status = "okay";
0058 phy-mode = "sgmii";
0059 fixed-link {
0060 speed = <1000>;
0061 full-duplex;
0062 };
0063 };
0064
0065 usb@50000 {
0066 status = "okay";
0067 };
0068 };
0069 };
0070 };
0071
0072 &pciec {
0073 status = "okay";
0074
0075 pcie@1,0 {
0076 /* Port 0, Lane 0 */
0077 status = "okay";
0078 };
0079 };