summaryrefslogtreecommitdiffstats
path: root/dts/src/arm/milbeaut-m10v-evb.dts
diff options
context:
space:
mode:
Diffstat (limited to 'dts/src/arm/milbeaut-m10v-evb.dts')
-rw-r--r--dts/src/arm/milbeaut-m10v-evb.dts32
1 files changed, 32 insertions, 0 deletions
diff --git a/dts/src/arm/milbeaut-m10v-evb.dts b/dts/src/arm/milbeaut-m10v-evb.dts
new file mode 100644
index 0000000000..614f60c6b0
--- /dev/null
+++ b/dts/src/arm/milbeaut-m10v-evb.dts
@@ -0,0 +1,32 @@
+// SPDX-License-Identifier: GPL-2.0
+/* Socionext Milbeaut M10V Evaluation Board */
+/dts-v1/;
+#include "milbeaut-m10v.dtsi"
+
+/ {
+ model = "Socionext M10V EVB";
+ compatible = "socionext,milbeaut-m10v-evb", "socionext,sc2000a";
+
+ aliases {
+ serial0 = &uart1;
+ };
+
+ chosen {
+ bootargs = "rootwait earlycon";
+ stdout-path = "serial0:115200n8";
+ };
+
+ clocks {
+ uclk40xi: uclk40xi {
+ compatible = "fixed-clock";
+ #clock-cells = <0>;
+ clock-frequency = <40000000>;
+ };
+ };
+
+ memory@40000000 {
+ device_type = "memory";
+ reg = <0x40000000 0x80000000>;
+ };
+
+};