summaryrefslogtreecommitdiffstats
path: root/dts/src/arm/nuvoton-wpcm450-supermicro-x9sci-ln4f.dts
diff options
context:
space:
mode:
Diffstat (limited to 'dts/src/arm/nuvoton-wpcm450-supermicro-x9sci-ln4f.dts')
-rw-r--r--dts/src/arm/nuvoton-wpcm450-supermicro-x9sci-ln4f.dts40
1 files changed, 0 insertions, 40 deletions
diff --git a/dts/src/arm/nuvoton-wpcm450-supermicro-x9sci-ln4f.dts b/dts/src/arm/nuvoton-wpcm450-supermicro-x9sci-ln4f.dts
deleted file mode 100644
index 83f27fbf4e..0000000000
--- a/dts/src/arm/nuvoton-wpcm450-supermicro-x9sci-ln4f.dts
+++ /dev/null
@@ -1,40 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
-// Copyright 2021 Jonathan Neuschäfer
-
-/dts-v1/;
-
-/* The last 16 MiB are dedicated to the GPU */
-/memreserve/ 0x07000000 0x01000000;
-
-#include "nuvoton-wpcm450.dtsi"
-
-/ {
- model = "Supermicro X9SCi-LN4F BMC";
- compatible = "supermicro,x9sci-ln4f-bmc", "nuvoton,wpcm450";
-
- chosen {
- stdout-path = "serial0:115200n8";
- };
-
- memory@0 {
- device_type = "memory";
- reg = <0 0x08000000>; /* 128 MiB */
- };
-};
-
-&serial0 {
- /*
- * Debug serial port. TX is exposed on the right pad of unpopulated
- * resistor R1247, RX on the right pad of R1162.
- */
- status = "okay";
-};
-
-&serial1 {
- /* "Serial over LAN" port. Connected to ttyS2 of the host system. */
- status = "okay";
-};
-
-&watchdog0 {
- status = "okay";
-};