Deleted Added
sdiff udiff text old ( 279385 ) new ( 295436 )
full compact
1/*
2 * Device Tree file for Synology DS414
3 *
4 * Copyright (C) 2014, Arnaud EBALARD <arno@natisbad.org>
5 *
6 * This file is dual-licensed: you can use it either under the terms
7 * of the GPL or the X11 license, at your option. Note that this dual
8 * licensing only applies to this file, and not this project as a

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

62#include "armada-xp-mv78230.dtsi"
63
64/ {
65 model = "Synology DS414";
66 compatible = "synology,ds414", "marvell,armadaxp-mv78230",
67 "marvell,armadaxp", "marvell,armada-370-xp";
68
69 chosen {
70 bootargs = "console=ttyS0,115200 earlyprintk";
71 stdout-path = &uart0;
72 };
73
74 memory {
75 device_type = "memory";
76 reg = <0 0x00000000 0 0x40000000>; /* 1GB */
77 };
78
79 soc {
80 ranges = <MBUS_ID(0xf0, 0x01) 0 0 0xf1000000 0x100000
81 MBUS_ID(0x01, 0x1d) 0 0 0xfff00000 0x100000>;
82
83 pcie-controller {
84 status = "okay";
85
86 /*
87 * Connected to Marvell 88SX7042 SATA-II controller
88 * handling the four disks.
89 */

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

110 };
111
112 spi0: spi@10600 {
113 status = "okay";
114
115 spi-flash@0 {
116 #address-cells = <1>;
117 #size-cells = <1>;
118 compatible = "micron,n25q064";
119 reg = <0>; /* Chip select 0 */
120 spi-max-frequency = <20000000>;
121
122 /*
123 * Warning!
124 *
125 * Synology u-boot uses its compiled-in environment
126 * and it seems Synology did not care to change u-boot

--- 237 unchanged lines hidden ---