summaryrefslogtreecommitdiffstats
path: root/arch/riscv/dts/erizo-generic.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/riscv/dts/erizo-generic.dts')
-rw-r--r--arch/riscv/dts/erizo-generic.dts14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/riscv/dts/erizo-generic.dts b/arch/riscv/dts/erizo-generic.dts
new file mode 100644
index 0000000000..d1f8d57168
--- /dev/null
+++ b/arch/riscv/dts/erizo-generic.dts
@@ -0,0 +1,14 @@
+// SPDX-License-Identifier: GPL-2.0-only
+
+#include "erizo.dtsi"
+#include <dt-bindings/gpio/gpio.h>
+
+/ {
+ model = "generic Erizo SoC board";
+ compatible = "miet-riscv-workgroup,erizo-generic-board";
+
+ memory@0 {
+ device_type = "memory";
+ reg = <0x80000000 0x00800000>;
+ };
+};