X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=target%2Flinux%2Fbrcm63xx%2Fdts%2Fdsl-2650u.dts;fp=target%2Flinux%2Fbrcm63xx%2Fdts%2Fdsl-2650u.dts;h=23b33017cbb4f3a8bc3350a7786124843bf6bd13;hb=454731626ace9fc3f941be5a085974cdcf05a989;hp=0000000000000000000000000000000000000000;hpb=cb6ddbdf267b89321158c85110eadcd266f9f162;p=openwrt.git diff --git a/target/linux/brcm63xx/dts/dsl-2650u.dts b/target/linux/brcm63xx/dts/dsl-2650u.dts new file mode 100644 index 0000000000..23b33017cb --- /dev/null +++ b/target/linux/brcm63xx/dts/dsl-2650u.dts @@ -0,0 +1,30 @@ +/dts-v1/; + +/include/ "bcm6358.dtsi" + +/ { + model = "D-Link DSL-2650U"; + compatible = "d-link,dsl-2650u", "brcm,bcm6358"; +}; + +&pflash { + status = "ok"; + + linux,part-probe = "bcm63xxpart"; + + cfe@0 { + label = "CFE"; + reg = <0x000000 0x010000>; + read-only; + }; + + linux@10000 { + label = "linux"; + reg = <0x010000 0x7e0000>; + }; + + nvram@7f0000 { + label = "nvram"; + reg = <0x7f0000 0x010000>; + }; +};