0001 // SPDX-License-Identifier: GPL-2.0
0002 /dts-v1/;
0003
0004 /include/ "rt2880.dtsi"
0005
0006 / {
0007 compatible = "ralink,rt2880-eval-board", "ralink,rt2880-soc";
0008 model = "Ralink RT2880 evaluation board";
0009
0010 memory@0 {
0011 device_type = "memory";
0012 reg = <0x8000000 0x2000000>;
0013 };
0014
0015 chosen {
0016 bootargs = "console=ttyS0,57600";
0017 };
0018
0019 cfi@1f000000 {
0020 compatible = "cfi-flash";
0021 reg = <0x1f000000 0x400000>;
0022
0023 bank-width = <2>;
0024 device-width = <2>;
0025 #address-cells = <1>;
0026 #size-cells = <1>;
0027
0028 partition@0 {
0029 label = "uboot";
0030 reg = <0x0 0x30000>;
0031 read-only;
0032 };
0033 partition@30000 {
0034 label = "uboot-env";
0035 reg = <0x30000 0x10000>;
0036 read-only;
0037 };
0038 partition@40000 {
0039 label = "calibration";
0040 reg = <0x40000 0x10000>;
0041 read-only;
0042 };
0043 partition@50000 {
0044 label = "linux";
0045 reg = <0x50000 0x3b0000>;
0046 };
0047 };
0048 };