Deleted Added
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;
70 stdout-path = "serial0:115200n8";
71 };
72
73 memory {
74 device_type = "memory";
75 reg = <0 0x00000000 0 0x40000000>; /* 1GB */
76 };
77
78 soc {
79 ranges = <MBUS_ID(0xf0, 0x01) 0 0 0xf1000000 0x100000
81 MBUS_ID(0x01, 0x1d) 0 0 0xfff00000 0x100000>;
80 MBUS_ID(0x01, 0x1d) 0 0 0xfff00000 0x100000
81 MBUS_ID(0x09, 0x09) 0 0 0xf8100000 0x10000
82 MBUS_ID(0x09, 0x05) 0 0 0xf8110000 0x10000>;
83
84 pcie-controller {
85 status = "okay";
86
87 /*
88 * Connected to Marvell 88SX7042 SATA-II controller
89 * handling the four disks.
90 */

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

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

--- 237 unchanged lines hidden ---