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

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

60#include <dt-bindings/gpio/gpio.h>
61#include "armada-xp-mv78460.dtsi"
62
63/ {
64 model = "Marvell Armada XP Development Board DB-MV784MP-GP";
65 compatible = "marvell,axp-gp", "marvell,armadaxp-mv78460", "marvell,armadaxp", "marvell,armada-370-xp";
66
67 chosen {
68 bootargs = "console=ttyS0,115200 earlyprintk";
69 };
70
71 memory {
72 device_type = "memory";
73 /*
74 * 8 GB of plug-in RAM modules by default.The amount
75 * of memory available can be changed by the
76 * bootloader according the size of the module

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

89 <&gpio0 17 GPIO_ACTIVE_LOW>,
90 <&gpio0 18 GPIO_ACTIVE_LOW>;
91 };
92 };
93
94 soc {
95 ranges = <MBUS_ID(0xf0, 0x01) 0 0 0xf1000000 0x100000
96 MBUS_ID(0x01, 0x1d) 0 0 0xfff00000 0x100000
97 MBUS_ID(0x01, 0x2f) 0 0 0xf0000000 0x1000000>;
98
99 devbus-bootcs {
100 status = "okay";
101
102 /* Device Bus parameters are required */
103
104 /* Read parameters */
105 devbus,bus-width = <16>;

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

222 };
223
224 spi0: spi@10600 {
225 status = "okay";
226
227 spi-flash@0 {
228 #address-cells = <1>;
229 #size-cells = <1>;
230 compatible = "n25q128a13";
231 reg = <0>; /* Chip select 0 */
232 spi-max-frequency = <108000000>;
233 };
234 };
235
236 nand@d0000 {
237 status = "okay";
238 num-cs = <1>;
239 marvell,nand-keep-config;
240 marvell,nand-enable-arbiter;
241 nand-on-flash-bbt;
242 };
243 };
244 };
245};