1// SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
2// Copyright 2021 Jonathan Neuschäfer
3
4/dts-v1/;
5
6/* The last 16 MiB are dedicated to the GPU */
7/memreserve/ 0x07000000 0x01000000;
8
9#include "nuvoton-wpcm450.dtsi"
10
11/ {
12	model = "Supermicro X9SCi-LN4F BMC";
13	compatible = "supermicro,x9sci-ln4f-bmc", "nuvoton,wpcm450";
14
15	chosen {
16		stdout-path = "serial0:115200n8";
17	};
18
19	memory@0 {
20		device_type = "memory";
21		reg = <0 0x08000000>; /* 128 MiB */
22	};
23};
24
25&serial0 {
26	/*
27	 * Debug serial port. TX is exposed on the right pad of unpopulated
28	 * resistor R1247, RX on the right pad of R1162.
29	 */
30	status = "okay";
31};
32
33&serial1 {
34	/* "Serial over LAN" port. Connected to ttyS2 of the host system. */
35	status = "okay";
36};
37
38&watchdog0 {
39	status = "okay";
40};
41