Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 /* Socionext Milbeaut M10V Evaluation Board */
0003 /dts-v1/;
0004 #include "milbeaut-m10v.dtsi"
0005 
0006 / {
0007         model = "Socionext M10V EVB";
0008         compatible = "socionext,milbeaut-m10v-evb", "socionext,sc2000a";
0009 
0010         aliases {
0011                 serial0 = &uart1;
0012         };
0013 
0014         chosen {
0015                 bootargs = "rootwait earlycon";
0016                 stdout-path = "serial0:115200n8";
0017         };
0018 
0019         clocks {
0020                 uclk40xi: uclk40xi {
0021                         compatible = "fixed-clock";
0022                         #clock-cells = <0>;
0023                         clock-frequency = <40000000>;
0024                 };
0025         };
0026 
0027         memory@40000000 {
0028                 device_type = "memory";
0029                 reg = <0x40000000  0x80000000>;
0030         };
0031 
0032 };