X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Framips%2Fdts%2FWL-351.dts;h=f8317e07acfd495c8e3a3b064158cf2353ca3803;hb=e468abcae08b82174ab086261a8767e468b720ed;hp=91ba14c490d7b5ec39d0b67a5bccd820f11e934f;hpb=811f7f9f2d2fc219e6f30ebb9f62d6878ed43ba0;p=openwrt%2Fstaging%2Flynxis%2Fomap.git diff --git a/target/linux/ramips/dts/WL-351.dts b/target/linux/ramips/dts/WL-351.dts index 91ba14c490..f8317e07ac 100644 --- a/target/linux/ramips/dts/WL-351.dts +++ b/target/linux/ramips/dts/WL-351.dts @@ -10,11 +10,6 @@ ralink,memory = <0x0 0x200000 0x4000000>; }; - - chosen { - bootargs = "console=ttyS0,57600 mtdparts=1f000000.cfi:192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,3776k@0x50000(firmware)"; - }; - palmbus@10000000 { sysc@0 { ralink,pinmux = "uartlite", "jtag", "sdram", "rgmii"; @@ -37,6 +32,29 @@ device-width = <2>; #address-cells = <1>; #size-cells = <1>; + + partition@0 { + label = "u-boot"; + reg = <0x0 0x30000>; + read-only; + }; + + partition@30000 { + label = "u-boot-env"; + reg = <0x30000 0x10000>; + read-only; + }; + + factory: partition@40000 { + label = "factory"; + reg = <0x40000 0x10000>; + read-only; + }; + + partition@50000 { + label = "firmware"; + reg = <0x50000 0x3b0000>; + }; }; ethernet@10100000 {