OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gdb-7.1/] [sim/] [moxie/] [moxie-gdb.dts] - Blame information for rev 853

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 227 jeremybenn
/*
2
 * GDB Simulator device tree.
3
 *
4
 * (C) Copyright 2009 Anthony Green
5
 *
6
 * Anthony Green 
7
 *
8
 * This program is free software; you can redistribute it and/or
9
 * modify it under the terms of the GNU General Public License as
10
 * published by the Free Software Foundation; either version 2 of
11
 * the License, or (at your option) any later version.
12
 *
13
 * This program is distributed in the hope that it will be useful,
14
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
 * GNU General Public License for more details.
17
 *
18
 * You should have received a copy of the GNU General Public License
19
 * along with this program; if not, write to the Free Software
20
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
21
 * MA 02111-1307 USA
22
 *
23
 */
24
 
25
/dts-v1/;
26
/ {
27
        #address-cells = <1>;
28
        #size-cells = <1>;
29
        compatible = "gdb,moxie-elf-gdb";
30
        model = "testing";
31
        DDR2_SDRAM: memory@00000000 {
32
                device_type = "memory";
33
                reg = < 0x00000000 0x04000000 >;
34
        } ;
35
        chosen {
36
                bootargs = "lpj=1000 console=earlyser0";
37
        } ;
38
        cpus {
39
                #address-cells = <1>;
40
                #cpus = <0x1>;
41
                #size-cells = <0>;
42
                moxie_0: cpu@0 {
43
                        compatible = "moxie,moxie-0.99";
44
                        device_type = "cpu";
45
                        model = "moxie,0.99";
46
                        reg = <0>;
47
                } ;
48
        } ;
49
}  ;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.