Deleted Added
full compact
armada-xp-synology-ds414.dts (279385) armada-xp-synology-ds414.dts (295436)
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 {
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";
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
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>;
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>;
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";
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 ---
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 ---