1// SPDX-License-Identifier: GPL-2.0 2/* 3 * Realtek RTD1920S Smallville EVB 4 * 5 * Copyright (c) 2024 Realtek Semiconductor Corp. 6 */ 7 8/dts-v1/; 9 10#include "rtd1920s-smallville.dtsi" 11 12/ { 13 compatible = "realtek,smallville", "realtek,rtd1920s"; 14 model = "Realtek Smallville EVB (4GB)"; 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 0xa1000000 0x0 0x5e000000>; 22 }; 23}; 24