• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/*
2 * dts file for AppliedMicro (APM) Mustang Board
3 *
4 * Copyright (C) 2013, Applied Micro Circuits Corporation
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License as
8 * published by the Free Software Foundation; either version 2 of
9 * the License, or (at your option) any later version.
10 */
11
12/dts-v1/;
13
14/include/ "apm-storm.dtsi"
15
16/ {
17	model = "APM X-Gene Mustang board";
18	compatible = "apm,mustang", "apm,xgene-storm";
19
20	chosen { };
21
22	memory {
23		device_type = "memory";
24		reg = < 0x1 0x00000000 0x0 0x80000000 >; /* Updated by bootloader */
25	};
26};
27