mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-16 07:24:39 +08:00
3040e132be
Update DS418j, MeLE V9, PROBOX2 AVA, Zidoo X9S and DS418 /memory nodes to exclude 0..0x1efff from reg entry and update unit address to match. Add this region to /soc ranges and for now just update the /memreserve/s. Suggested-by: Rob Herring <robh@kernel.org> Fixes:72a7786c0a
("ARM64: dts: Add Realtek RTD1295 and Zidoo X9S") Fixes:d938a964a9
("arm64: dts: realtek: Add ProBox2 Ava") Fixes:a9ce6f8545
("arm64: dts: realtek: Add MeLE V9") Fixes:cf976f660e
("arm64: dts: realtek: Add RTD1293 and Synology DS418j") Fixes:5133636e41
("arm64: dts: realtek: Add RTD1296 and Synology DS418") Cc: James Tai <james.tai@realtek.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
36 lines
495 B
Plaintext
36 lines
495 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause)
|
|
/*
|
|
* Copyright (c) 2016-2017 Andreas Färber
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "rtd1295.dtsi"
|
|
|
|
/ {
|
|
compatible = "zidoo,x9s", "realtek,rtd1295";
|
|
model = "Zidoo X9S";
|
|
|
|
memory@1f000 {
|
|
device_type = "memory";
|
|
reg = <0x1f000 0x7ffe1000>; /* boot ROM to 2 GiB */
|
|
};
|
|
|
|
aliases {
|
|
serial0 = &uart0;
|
|
serial1 = &uart1;
|
|
};
|
|
|
|
chosen {
|
|
stdout-path = "serial0:115200n8";
|
|
};
|
|
};
|
|
|
|
&uart0 {
|
|
status = "okay";
|
|
};
|
|
|
|
&uart1 {
|
|
status = "okay";
|
|
};
|