aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/dts/hg556a-b.dts
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2014-08-11 11:37:14 +0000
committerJonas Gorski <jogo@openwrt.org>2014-08-11 11:37:14 +0000
commitfaf35534f351739f06f12d006e5bc18cefb77e8a (patch)
treecd27e45ba3ea7c6b3a7ca14c210226641a037ce1 /target/linux/brcm63xx/dts/hg556a-b.dts
parent71d57be0567e86d30857330c8f1c67c94cc1e5f7 (diff)
downloadupstream-faf35534f351739f06f12d006e5bc18cefb77e8a.tar.gz
upstream-faf35534f351739f06f12d006e5bc18cefb77e8a.tar.bz2
upstream-faf35534f351739f06f12d006e5bc18cefb77e8a.zip
brcm63xx: use dtb board detection for HW556
This requires individual images for each board version for now. Linux partition was shrunk to ensure writing thewrong image won't erase wifi calibration data. Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42126 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/dts/hg556a-b.dts')
-rw-r--r--target/linux/brcm63xx/dts/hg556a-b.dts36
1 files changed, 36 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/dts/hg556a-b.dts b/target/linux/brcm63xx/dts/hg556a-b.dts
new file mode 100644
index 0000000000..855dcd1f65
--- /dev/null
+++ b/target/linux/brcm63xx/dts/hg556a-b.dts
@@ -0,0 +1,36 @@
+/dts-v1/;
+
+/include/ "bcm6358.dtsi"
+
+/ {
+ model = "Huawei EchoLife HG556a (version B)";
+ compatible = "huawei,hg556a-b", "brcm,bcm6358";
+};
+
+&pflash {
+ status = "ok";
+
+ linux,part-probe = "bcm63xxpart";
+
+ cfe@0 {
+ label = "CFE";
+ reg = <0x000000 0x020000>;
+ read-only;
+ };
+
+ linux@20000 {
+ label = "linux";
+ reg = <0x020000 0xec0000>;
+ };
+
+ caldata@ee0000 {
+ label = "caldata";
+ reg = <0xee0000 0x100000>;
+ read-only;
+ };
+
+ nvram@fe0000 {
+ label = "nvram";
+ reg = <0xfe0000 0x020000>;
+ };
+};