Deleted Added
full compact
armada-xp-db.dts (279385) armada-xp-db.dts (295436)
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 {
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";
67 stdout-path = "serial0:115200n8";
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
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>;
78 MBUS_ID(0x01, 0x2f) 0 0 0xf0000000 0x1000000
79 MBUS_ID(0x09, 0x09) 0 0 0xf8100000 0x10000
80 MBUS_ID(0x09, 0x05) 0 0 0xf8110000 0x10000>;
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>;
81
82 devbus-bootcs {
83 status = "okay";
84
85 /* Device Bus parameters are required */
86
87 /* Read parameters */
88 devbus,bus-width = <16>;

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

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