NEWS: Announce ppc-lynx178 support.
[deliverable/binutils-gdb.git] / sim / moxie / moxie-gdb.dts
CommitLineData
5c27d164
AG
1/*
2 * GDB Simulator device tree.
3 *
4 * (C) Copyright 2009 Anthony Green
5 *
6 * Anthony Green <green@moxielogic.com>
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} ;
This page took 0.149934 seconds and 4 git commands to generate.