Linux Audio

Check our new training course

Embedded Linux training

Mar 10-20, 2025, special US time zones
Register
Loading...
Note: File does not exist in v6.9.4.
 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"; };