aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm64/boot/dts/realtek/Makefile1
-rw-r--r--arch/arm64/boot/dts/realtek/rtd1295-mele-v9.dts31
2 files changed, 32 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/realtek/Makefile b/arch/arm64/boot/dts/realtek/Makefile
index f43d0209ded7..ee9bcf332c77 100644
--- a/arch/arm64/boot/dts/realtek/Makefile
+++ b/arch/arm64/boot/dts/realtek/Makefile
@@ -1,3 +1,4 @@
1dtb-$(CONFIG_ARCH_REALTEK) += rtd1295-mele-v9.dtb
1dtb-$(CONFIG_ARCH_REALTEK) += rtd1295-probox2-ava.dtb 2dtb-$(CONFIG_ARCH_REALTEK) += rtd1295-probox2-ava.dtb
2dtb-$(CONFIG_ARCH_REALTEK) += rtd1295-zidoo-x9s.dtb 3dtb-$(CONFIG_ARCH_REALTEK) += rtd1295-zidoo-x9s.dtb
3 4
diff --git a/arch/arm64/boot/dts/realtek/rtd1295-mele-v9.dts b/arch/arm64/boot/dts/realtek/rtd1295-mele-v9.dts
new file mode 100644
index 000000000000..bd584e99fff9
--- /dev/null
+++ b/arch/arm64/boot/dts/realtek/rtd1295-mele-v9.dts
@@ -0,0 +1,31 @@
1/*
2 * Copyright (c) 2017 Andreas Färber
3 *
4 * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
5 */
6
7/dts-v1/;
8
9#include "rtd1295.dtsi"
10
11/ {
12 compatible = "mele,v9", "realtek,rtd1295";
13 model = "MeLE V9";
14
15 memory@0 {
16 device_type = "memory";
17 reg = <0x0 0x80000000>;
18 };
19
20 aliases {
21 serial0 = &uart0;
22 };
23
24 chosen {
25 stdout-path = "serial0:115200n8";
26 };
27};
28
29&uart0 {
30 status = "okay";
31};