Linux Audio

Check our new training course

Linux BSP upgrade and security maintenance

Need help to get security updates for your Linux BSP?
Loading...
v6.2
 1// SPDX-License-Identifier: (GPL-2.0 OR MIT)
 2/*
 3 * Device Tree file for Sony NSZ-GS7
 4 *
 5 * Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
 
 
 
 
 6 */
 7
 8/dts-v1/;
 9
10#include "berlin2.dtsi"
11
12/ {
13	model = "Sony NSZ-GS7";
14	compatible = "sony,nsz-gs7", "marvell,berlin2", "marvell,berlin";
15
16	chosen {
17		bootargs = "earlyprintk";
18		stdout-path = "serial0:115200n8";
19	};
20
21	memory@0 {
22		device_type = "memory";
23		reg = <0x00000000 0x40000000>; /* 1 GB */
24	};
25};
26
27&ahci { status = "okay"; };
28
29&eth1 { status = "okay"; };
30
31/* Unpopulated SATA plug on solder side */
32&sata0 { status = "okay"; };
33
34&sata_phy { status = "okay"; };
35
36/* Samsung M8G2FA 8GB eMMC */
37&sdhci2 {
38	non-removable;
39	bus-width = <8>;
40	status = "okay";
41};
42
43&uart0 { status = "okay"; };
v3.15
 
 1/*
 2 * Device Tree file for Sony NSZ-GS7
 3 *
 4 * Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
 5 *
 6 * 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&uart0 { status = "okay"; };