Deleted Added
sdiff udiff text old ( 279385 ) new ( 295436 )
full compact
1/*
2 * Device Tree file for Marvell Armada XP evaluation board
3 * (DB-78460-BP)
4 *
5 * Copyright (C) 2012-2014 Marvell
6 *
7 * Lior Amsalem <alior@marvell.com>
8 * Gregory CLEMENT <gregory.clement@free-electrons.com>

--- 50 unchanged lines hidden (view full) ---

59/dts-v1/;
60#include "armada-xp-mv78460.dtsi"
61
62/ {
63 model = "Marvell Armada XP Evaluation Board";
64 compatible = "marvell,axp-db", "marvell,armadaxp-mv78460", "marvell,armadaxp", "marvell,armada-370-xp";
65
66 chosen {
67 bootargs = "console=ttyS0,115200 earlyprintk";
68 };
69
70 memory {
71 device_type = "memory";
72 reg = <0 0x00000000 0 0x80000000>; /* 2 GB */
73 };
74
75 soc {
76 ranges = <MBUS_ID(0xf0, 0x01) 0 0 0xf1000000 0x100000
77 MBUS_ID(0x01, 0x1d) 0 0 0xfff00000 0x100000
78 MBUS_ID(0x01, 0x2f) 0 0 0xf0000000 0x1000000>;
79
80 devbus-bootcs {
81 status = "okay";
82
83 /* Device Bus parameters are required */
84
85 /* Read parameters */
86 devbus,bus-width = <16>;

--- 130 unchanged lines hidden (view full) ---

217 };
218
219 spi0: spi@10600 {
220 status = "okay";
221
222 spi-flash@0 {
223 #address-cells = <1>;
224 #size-cells = <1>;
225 compatible = "m25p64";
226 reg = <0>; /* Chip select 0 */
227 spi-max-frequency = <20000000>;
228 };
229 };
230 };
231 };
232};