mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-27 00:39:20 +07:00
31 lines
431 B
Plaintext
31 lines
431 B
Plaintext
|
// SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause)
|
||
|
/*
|
||
|
* Copyright (c) 2017 Andreas Färber
|
||
|
*/
|
||
|
|
||
|
/dts-v1/;
|
||
|
|
||
|
#include "rtd1293.dtsi"
|
||
|
|
||
|
/ {
|
||
|
compatible = "synology,ds418j", "realtek,rtd1293";
|
||
|
model = "Synology DiskStation DS418j";
|
||
|
|
||
|
memory@0 {
|
||
|
device_type = "memory";
|
||
|
reg = <0x0 0x40000000>;
|
||
|
};
|
||
|
|
||
|
aliases {
|
||
|
serial0 = &uart0;
|
||
|
};
|
||
|
|
||
|
chosen {
|
||
|
stdout-path = "serial0:115200n8";
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&uart0 {
|
||
|
status = "okay";
|
||
|
};
|