0001 // SPDX-License-Identifier: GPL-2.0
0002 /dts-v1/;
0003
0004 #include "rt3050.dtsi"
0005
0006 / {
0007 compatible = "ralink,rt3052-eval-board", "ralink,rt3052-soc";
0008 model = "Ralink RT3052 evaluation board";
0009
0010 memory@0 {
0011 device_type = "memory";
0012 reg = <0x0 0x2000000>;
0013 };
0014
0015 chosen {
0016 bootargs = "console=ttyS0,57600";
0017 };
0018
0019 cfi@1f000000 {
0020 compatible = "cfi-flash";
0021 reg = <0x1f000000 0x800000>;
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 0x7b0000>;
0046 };
0047 };
0048
0049 usb@101c0000 {
0050 status = "okay";
0051 };
0052 };