xref: /freebsd/sys/contrib/device-tree/src/arm/socionext/milbeaut-m10v-evb.dts (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0
2*f126890aSEmmanuel Vadot/* Socionext Milbeaut M10V Evaluation Board */
3*f126890aSEmmanuel Vadot/dts-v1/;
4*f126890aSEmmanuel Vadot#include "milbeaut-m10v.dtsi"
5*f126890aSEmmanuel Vadot
6*f126890aSEmmanuel Vadot/ {
7*f126890aSEmmanuel Vadot	model = "Socionext M10V EVB";
8*f126890aSEmmanuel Vadot	compatible = "socionext,milbeaut-m10v-evb", "socionext,sc2000a";
9*f126890aSEmmanuel Vadot
10*f126890aSEmmanuel Vadot	aliases {
11*f126890aSEmmanuel Vadot		serial0 = &uart1;
12*f126890aSEmmanuel Vadot	};
13*f126890aSEmmanuel Vadot
14*f126890aSEmmanuel Vadot	chosen {
15*f126890aSEmmanuel Vadot		bootargs = "rootwait earlycon";
16*f126890aSEmmanuel Vadot		stdout-path = "serial0:115200n8";
17*f126890aSEmmanuel Vadot	};
18*f126890aSEmmanuel Vadot
19*f126890aSEmmanuel Vadot	clocks {
20*f126890aSEmmanuel Vadot		uclk40xi: uclk40xi {
21*f126890aSEmmanuel Vadot			compatible = "fixed-clock";
22*f126890aSEmmanuel Vadot			#clock-cells = <0>;
23*f126890aSEmmanuel Vadot			clock-frequency = <40000000>;
24*f126890aSEmmanuel Vadot		};
25*f126890aSEmmanuel Vadot	};
26*f126890aSEmmanuel Vadot
27*f126890aSEmmanuel Vadot	memory@40000000 {
28*f126890aSEmmanuel Vadot		device_type = "memory";
29*f126890aSEmmanuel Vadot		reg = <0x40000000  0x80000000>;
30*f126890aSEmmanuel Vadot	};
31*f126890aSEmmanuel Vadot
32*f126890aSEmmanuel Vadot};
33