2013-09-09 20:17:52 +08:00
|
|
|
/*
|
|
|
|
* Device Tree file for Sony NSZ-GS7
|
|
|
|
*
|
|
|
|
* Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
|
|
|
|
*
|
|
|
|
* This file is licensed under the terms of the GNU General Public
|
|
|
|
* License version 2. This program is licensed "as is" without any
|
|
|
|
* warranty of any kind, whether express or implied.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/dts-v1/;
|
|
|
|
|
|
|
|
#include "berlin2.dtsi"
|
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "Sony NSZ-GS7";
|
|
|
|
compatible = "sony,nsz-gs7", "marvell,berlin2", "marvell,berlin";
|
|
|
|
|
|
|
|
chosen {
|
|
|
|
bootargs = "console=ttyS0,115200 earlyprintk";
|
|
|
|
};
|
|
|
|
|
|
|
|
memory {
|
|
|
|
device_type = "memory";
|
|
|
|
reg = <0x00000000 0x40000000>; /* 1 GB */
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2014-11-12 07:18:59 +08:00
|
|
|
&ahci { status = "okay"; };
|
|
|
|
|
2014-10-23 02:26:52 +08:00
|
|
|
ð1 { status = "okay"; };
|
|
|
|
|
2014-11-12 07:18:59 +08:00
|
|
|
/* Unpopulated SATA plug on solder side */
|
|
|
|
&sata0 { status = "okay"; };
|
|
|
|
|
|
|
|
&sata_phy { status = "okay"; };
|
|
|
|
|
2014-08-29 03:42:39 +08:00
|
|
|
/* Samsung M8G2FA 8GB eMMC */
|
|
|
|
&sdhci2 {
|
|
|
|
non-removable;
|
|
|
|
bus-width = <8>;
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2013-09-09 20:17:52 +08:00
|
|
|
&uart0 { status = "okay"; };
|