xref: /linux/scripts/dtc/include-prefixes/arc/skeleton.dtsi (revision 999159a5381bff3bd6f688c5d20fbec9d8789e53)
1*999159a5SVineet Gupta/*
2*999159a5SVineet Gupta * Copyright (C) 2012 Synopsys, Inc. (www.synopsys.com)
3*999159a5SVineet Gupta *
4*999159a5SVineet Gupta * This program is free software; you can redistribute it and/or modify
5*999159a5SVineet Gupta * it under the terms of the GNU General Public License version 2 as
6*999159a5SVineet Gupta * published by the Free Software Foundation.
7*999159a5SVineet Gupta */
8*999159a5SVineet Gupta
9*999159a5SVineet Gupta/*
10*999159a5SVineet Gupta * Skeleton device tree; the bare minimum needed to boot; just include and
11*999159a5SVineet Gupta * add a compatible value.
12*999159a5SVineet Gupta */
13*999159a5SVineet Gupta
14*999159a5SVineet Gupta/ {
15*999159a5SVineet Gupta	compatible = "snps,arc";
16*999159a5SVineet Gupta	#address-cells = <1>;
17*999159a5SVineet Gupta	#size-cells = <1>;
18*999159a5SVineet Gupta	chosen { };
19*999159a5SVineet Gupta	aliases { };
20*999159a5SVineet Gupta	memory { device_type = "memory"; reg = <0 0>; };
21*999159a5SVineet Gupta};
22