xref: /linux/scripts/dtc/include-prefixes/mips/ralink/rt2880_eval.dts (revision 4f9786035f9e519db41375818e1d0b5f20da2f10)
1b2441318SGreg Kroah-Hartman// SPDX-License-Identifier: GPL-2.0
2d99e19c7SJohn Crispin/dts-v1/;
3d99e19c7SJohn Crispin
4*c8292b00SSergio Paracuellos#include "rt2880.dtsi"
5d99e19c7SJohn Crispin
6d99e19c7SJohn Crispin/ {
7d99e19c7SJohn Crispin	compatible = "ralink,rt2880-eval-board", "ralink,rt2880-soc";
8d99e19c7SJohn Crispin	model = "Ralink RT2880 evaluation board";
9d99e19c7SJohn Crispin
10d99e19c7SJohn Crispin	memory@0 {
11dfc44f80SLeif Lindholm		device_type = "memory";
12d99e19c7SJohn Crispin		reg = <0x8000000 0x2000000>;
13d99e19c7SJohn Crispin	};
14d99e19c7SJohn Crispin
15d99e19c7SJohn Crispin	chosen {
16d99e19c7SJohn Crispin		bootargs = "console=ttyS0,57600";
17d99e19c7SJohn Crispin	};
18d99e19c7SJohn Crispin
19d99e19c7SJohn Crispin	cfi@1f000000 {
20d99e19c7SJohn Crispin		compatible = "cfi-flash";
21d99e19c7SJohn Crispin		reg = <0x1f000000 0x400000>;
22d99e19c7SJohn Crispin
23d99e19c7SJohn Crispin		bank-width = <2>;
24d99e19c7SJohn Crispin		device-width = <2>;
25d99e19c7SJohn Crispin		#address-cells = <1>;
26d99e19c7SJohn Crispin		#size-cells = <1>;
27d99e19c7SJohn Crispin
28d99e19c7SJohn Crispin		partition@0 {
29d99e19c7SJohn Crispin			label = "uboot";
30d99e19c7SJohn Crispin			reg = <0x0 0x30000>;
31d99e19c7SJohn Crispin			read-only;
32d99e19c7SJohn Crispin		};
33d99e19c7SJohn Crispin		partition@30000 {
34d99e19c7SJohn Crispin			label = "uboot-env";
35d99e19c7SJohn Crispin			reg = <0x30000 0x10000>;
36d99e19c7SJohn Crispin			read-only;
37d99e19c7SJohn Crispin		};
38d99e19c7SJohn Crispin		partition@40000 {
39d99e19c7SJohn Crispin			label = "calibration";
40d99e19c7SJohn Crispin			reg = <0x40000 0x10000>;
41d99e19c7SJohn Crispin			read-only;
42d99e19c7SJohn Crispin		};
43d99e19c7SJohn Crispin		partition@50000 {
44d99e19c7SJohn Crispin			label = "linux";
45d99e19c7SJohn Crispin			reg = <0x50000 0x3b0000>;
46d99e19c7SJohn Crispin		};
47d99e19c7SJohn Crispin	};
48d99e19c7SJohn Crispin};
49