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