berlin2-sony-nsz-gs7.dts revision 284090
187869Ssheldonh/*
287869Ssheldonh * Device Tree file for Sony NSZ-GS7
387869Ssheldonh *
487869Ssheldonh * Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
587869Ssheldonh *
687869Ssheldonh * This file is licensed under the terms of the GNU General Public
7 * License version 2.  This program is licensed "as is" without any
8 * warranty of any kind, whether express or implied.
9 */
10
11/dts-v1/;
12
13#include "berlin2.dtsi"
14
15/ {
16	model = "Sony NSZ-GS7";
17	compatible = "sony,nsz-gs7", "marvell,berlin2", "marvell,berlin";
18
19	chosen {
20		bootargs = "console=ttyS0,115200 earlyprintk";
21	};
22
23	memory {
24		device_type = "memory";
25		reg = <0x00000000 0x40000000>; /* 1 GB */
26	};
27};
28
29&ahci { status = "okay"; };
30
31&eth1 { status = "okay"; };
32
33/* Unpopulated SATA plug on solder side */
34&sata0 { status = "okay"; };
35
36&sata_phy { status = "okay"; };
37
38/* Samsung M8G2FA 8GB eMMC */
39&sdhci2 {
40	non-removable;
41	bus-width = <8>;
42	status = "okay";
43};
44
45&uart0 { status = "okay"; };
46