| // 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>; |
| }; |
| }; |