xref: /linux/scripts/dtc/include-prefixes/arm64/realtek/rtd1501s-phantom-8gb.dts (revision c17ee635fd3a482b2ad2bf5e269755c2eae5f25e)
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Realtek RTD1501S Phantom EVB
4 *
5 * Copyright (c) 2024 Realtek Semiconductor Corp.
6 */
7
8/dts-v1/;
9
10#include "rtd1501s-phantom.dtsi"
11
12/ {
13	compatible = "realtek,phantom", "realtek,rtd1501s";
14	model = "Realtek Phantom EVB Chromium (8GB)";
15
16	memory@40000 {
17		device_type = "memory";
18		reg = <0x0 0x50000 0x0 0x7ffb0000>,
19		      <0x0 0x8a100000 0x0 0xdef0000>,
20		      <0x0 0x98700000 0x0 0x7900000>,
21		      <0x0 0xa0600000 0x0 0x5ea00000>,
22		      <0x1 0x0 0x0 0xa0000000>,
23		      <0x1 0xa0600000 0x0 0x5fa00000>;
24	};
25};
26