linux-loongson/arch/arm64/boot/dts/exynos/exynos990-x1s.dts
Umer Uddin e7c075846d arm64: dts: exynos: Add initial support for Samsung Galaxy S20 5G (x1s)
Add initial support for the Samsung Galaxy S20 5G (x1s/SM-G981B)
phone. It was launched in 2020, and it's based on the Exynos 990 SoC. It
has only one configuration with 12GB of RAM and 128GB of UFS 3.0 storage.

This device tree adds support for the following:

- SimpleFB
- 12GB RAM
- Buttons

Signed-off-by: Umer Uddin <umer.uddin@mentallysanemainliners.org>
Link: https://lore.kernel.org/r/20241209080059.11891-4-umer.uddin@mentallysanemainliners.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
2024-12-09 20:50:56 +01:00

29 lines
671 B
Plaintext

// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
/*
* Samsung Galaxy S20 5G (x1s/SM-G981B) device tree source
*
* Copyright (c) 2024, Umer Uddin <umer.uddin@mentallysanemainliners.org>
*/
/dts-v1/;
#include "exynos990-x1s-common.dtsi"
/ {
#address-cells = <2>;
#size-cells = <2>;
model = "Samsung Galaxy S20 5G";
compatible = "samsung,x1s", "samsung,exynos990";
memory@80000000 {
device_type = "memory";
reg = <0x0 0x80000000 0x0 0x3ab00000>,
/* Memory hole */
<0x0 0xc1200000 0x0 0x1ee00000>,
/* Memory hole */
<0x0 0xe1900000 0x0 0x1e700000>,
/* Memory hole */
<0x8 0x80000000 0x2 0x7e800000>;
};
};