summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/realtek/rtd1619.dtsi
diff options
context:
space:
mode:
authorJames Tai <james.tai@realtek.com>2019-11-12 18:45:22 +0300
committerAndreas Färber <afaerber@suse.de>2020-04-13 00:24:58 +0300
commitd8a6c3b3427618dc7441ec9eb180405ec30f3413 (patch)
treee21581132b4c5a8d9666686c124cad3e48a348b1 /arch/arm64/boot/dts/realtek/rtd1619.dtsi
parent8dcb8b063601ccfdf8a64a5f1c8cc299e6e9f959 (diff)
downloadlinux-d8a6c3b3427618dc7441ec9eb180405ec30f3413.tar.xz
arm64: dts: realtek: Add RTD1619 SoC and Realtek Mjolnir EVB
Add Device Trees for Realtek RTD1619 SoC family, RTD1619 SoC and Realtek Mjolnir EVB. Signed-off-by: James Tai <james.tai@realtek.com> [AF: Renamed r-bus node, modified UART comments, style cleanups] Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'arch/arm64/boot/dts/realtek/rtd1619.dtsi')
-rw-r--r--arch/arm64/boot/dts/realtek/rtd1619.dtsi12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/realtek/rtd1619.dtsi b/arch/arm64/boot/dts/realtek/rtd1619.dtsi
new file mode 100644
index 000000000000..e52bf708b04e
--- /dev/null
+++ b/arch/arm64/boot/dts/realtek/rtd1619.dtsi
@@ -0,0 +1,12 @@
+// SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause)
+/*
+ * Realtek RTD1619 SoC
+ *
+ * Copyright (c) 2019 Realtek Semiconductor Corp.
+ */
+
+#include "rtd16xx.dtsi"
+
+/ {
+ compatible = "realtek,rtd1619";
+};