xref: /freebsd/sys/contrib/device-tree/src/arm64/exynos/exynos990-x1s.dts (revision 2846c90520eb4cc74e24d586a0ea0f4a0006bc73)
1*2846c905SEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
2*2846c905SEmmanuel Vadot/*
3*2846c905SEmmanuel Vadot * Samsung Galaxy S20 5G (x1s/SM-G981B) device tree source
4*2846c905SEmmanuel Vadot *
5*2846c905SEmmanuel Vadot * Copyright (c) 2024, Umer Uddin <umer.uddin@mentallysanemainliners.org>
6*2846c905SEmmanuel Vadot */
7*2846c905SEmmanuel Vadot
8*2846c905SEmmanuel Vadot/dts-v1/;
9*2846c905SEmmanuel Vadot#include "exynos990-x1s-common.dtsi"
10*2846c905SEmmanuel Vadot
11*2846c905SEmmanuel Vadot/ {
12*2846c905SEmmanuel Vadot	#address-cells = <2>;
13*2846c905SEmmanuel Vadot	#size-cells = <2>;
14*2846c905SEmmanuel Vadot
15*2846c905SEmmanuel Vadot	model = "Samsung Galaxy S20 5G";
16*2846c905SEmmanuel Vadot	compatible = "samsung,x1s", "samsung,exynos990";
17*2846c905SEmmanuel Vadot
18*2846c905SEmmanuel Vadot	memory@80000000 {
19*2846c905SEmmanuel Vadot		device_type = "memory";
20*2846c905SEmmanuel Vadot		reg = <0x0 0x80000000 0x0 0x3ab00000>,
21*2846c905SEmmanuel Vadot		      /* Memory hole */
22*2846c905SEmmanuel Vadot		      <0x0 0xc1200000 0x0 0x1ee00000>,
23*2846c905SEmmanuel Vadot		      /* Memory hole */
24*2846c905SEmmanuel Vadot		      <0x0 0xe1900000 0x0 0x1e700000>,
25*2846c905SEmmanuel Vadot		      /* Memory hole */
26*2846c905SEmmanuel Vadot		      <0x8 0x80000000 0x2 0x7e800000>;
27*2846c905SEmmanuel Vadot	};
28*2846c905SEmmanuel Vadot};
29