1/dts-v1/; 2 3#include "rt3050.dtsi" 4 5/ { 6 compatible = "ralink,rt3052-eval-board", "ralink,rt3052-soc"; 7 model = "Ralink RT3052 evaluation board"; 8 9 memory@0 { 10 device_type = "memory"; 11 reg = <0x0 0x2000000>; 12 }; 13 14 chosen { 15 bootargs = "console=ttyS0,57600"; 16 }; 17 18 cfi@1f000000 { 19 compatible = "cfi-flash"; 20 reg = <0x1f000000 0x800000>; 21 22 bank-width = <2>; 23 device-width = <2>; 24 #address-cells = <1>; 25 #size-cells = <1>; 26 27 partition@0 { 28 label = "uboot"; 29 reg = <0x0 0x30000>; 30 read-only; 31 }; 32 partition@30000 { 33 label = "uboot-env"; 34 reg = <0x30000 0x10000>; 35 read-only; 36 }; 37 partition@40000 { 38 label = "calibration"; 39 reg = <0x40000 0x10000>; 40 read-only; 41 }; 42 partition@50000 { 43 label = "linux"; 44 reg = <0x50000 0x7b0000>; 45 }; 46 }; 47 48 usb@101c0000 { 49 status = "ok"; 50 }; 51}; 52