]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame - arch/arm/boot/dts/berlin2-sony-nsz-gs7.dts
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[mirror_ubuntu-eoan-kernel.git] / arch / arm / boot / dts / berlin2-sony-nsz-gs7.dts
CommitLineData
b64ffdec 1// SPDX-License-Identifier: (GPL-2.0 OR MIT)
2440946c
SH
2/*
3 * Device Tree file for Sony NSZ-GS7
4 *
5 * Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
2440946c
SH
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 {
c56e1a2b
JZ
17 bootargs = "earlyprintk";
18 stdout-path = "serial0:115200n8";
2440946c
SH
19 };
20
9a0af838 21 memory@0 {
2440946c
SH
22 device_type = "memory";
23 reg = <0x00000000 0x40000000>; /* 1 GB */
24 };
25};
26
9f6386e1
SH
27&ahci { status = "okay"; };
28
60daa9f7
SH
29&eth1 { status = "okay"; };
30
9f6386e1
SH
31/* Unpopulated SATA plug on solder side */
32&sata0 { status = "okay"; };
33
34&sata_phy { status = "okay"; };
35
e4fdc8e5
SH
36/* Samsung M8G2FA 8GB eMMC */
37&sdhci2 {
38 non-removable;
39 bus-width = <8>;
40 status = "okay";
41};
42
2440946c 43&uart0 { status = "okay"; };