X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Framips%2Fdts%2FUR-326N4G.dts;h=4f90c2697e72fd04e4a33c41a8e815847ea05979;hb=b945e78bc3eb53374715a44c0c4b49826d0a8c71;hp=60a6e361892fbe0a2a9f0087ab1bfae617eb4a8e;hpb=c8c899e2aa030a98bdd78d182e588c15c5cf508c;p=openwrt.git diff --git a/target/linux/ramips/dts/UR-326N4G.dts b/target/linux/ramips/dts/UR-326N4G.dts index 60a6e36189..4f90c2697e 100644 --- a/target/linux/ramips/dts/UR-326N4G.dts +++ b/target/linux/ramips/dts/UR-326N4G.dts @@ -10,10 +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 = "i2c", "spi", "uartlite", "jtag", "sdram", "rgmii"; @@ -35,6 +31,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 {