1// SPDX-License-Identifier: GPL-2.0 2/* 3 * Realtek RTD1861B Krypton EVB 4 * 5 * Copyright (c) 2024 Realtek Semiconductor Corp. 6 */ 7 8/dts-v1/; 9 10#include "rtd1861b-krypton.dtsi" 11 12/ { 13 compatible = "realtek,krypton", "realtek,rtd1861b"; 14 model = "Realtek Krypton EVB (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