Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0+
0002 /*
0003  * Copyright (C) 2013 Altera Corporation <www.altera.com>
0004  */
0005 
0006 /dts-v1/;
0007 #include "socfpga.dtsi"
0008 
0009 / {
0010         model = "Altera SOCFPGA VT";
0011         compatible = "altr,socfpga-vt", "altr,socfpga";
0012 
0013         chosen {
0014                 bootargs = "console=ttyS0,57600";
0015         };
0016 
0017         memory@0 {
0018                 name = "memory";
0019                 device_type = "memory";
0020                 reg = <0x0 0x40000000>; /* 1 GB */
0021         };
0022 
0023         soc {
0024                 clkmgr@ffd04000 {
0025                         clocks {
0026                                 osc1 {
0027                                         clock-frequency = <10000000>;
0028                                 };
0029                         };
0030                 };
0031 
0032                 dwmmc0@ff704000 {
0033                         broken-cd;
0034                         bus-width = <4>;
0035                         cap-mmc-highspeed;
0036                         cap-sd-highspeed;
0037                 };
0038 
0039                 ethernet@ff700000 {
0040                         phy-mode = "gmii";
0041                         status = "okay";
0042                 };
0043 
0044                 timer0@ffc08000 {
0045                         clock-frequency = <7000000>;
0046                 };
0047 
0048                 timer1@ffc09000 {
0049                         clock-frequency = <7000000>;
0050                 };
0051 
0052                 timer2@ffd00000 {
0053                         clock-frequency = <7000000>;
0054                 };
0055 
0056                 timer3@ffd01000 {
0057                         clock-frequency = <7000000>;
0058                 };
0059 
0060                 serial0@ffc02000 {
0061                         clock-frequency = <7372800>;
0062                 };
0063 
0064                 serial1@ffc03000 {
0065                         clock-frequency = <7372800>;
0066                 };
0067 
0068                 sysmgr@ffd08000 {
0069                         cpu1-start-addr = <0xffd08010>;
0070                 };
0071         };
0072 };
0073 
0074 &gmac0 {
0075         status = "okay";
0076         phy-mode = "gmii";
0077 };