diff options
author | Jonas Gorski <jonas.gorski@gmail.com> | 2017-02-07 14:24:02 +0100 |
---|---|---|
committer | Jonas Gorski <jonas.gorski@gmail.com> | 2017-06-04 11:33:44 +0200 |
commit | 97b36aca09da7a1b214f4616a8549e99ff2d92aa (patch) | |
tree | 2aec1fa257895c163dd6f70f7cf5f595f1f27b83 | |
parent | 31c3ac11182f24f20340ba9a8c8fa0470433145f (diff) | |
download | mtk-20170518-97b36aca09da7a1b214f4616a8549e99ff2d92aa.zip mtk-20170518-97b36aca09da7a1b214f4616a8549e99ff2d92aa.tar.gz mtk-20170518-97b36aca09da7a1b214f4616a8549e99ff2d92aa.tar.bz2 |
brcm63xx: add pflash for remaining pflash equipped boards
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
-rw-r--r-- | target/linux/brcm63xx/dts/ar1004g.dts | 22 | ||||
-rw-r--r-- | target/linux/brcm63xx/dts/av4202n.dts | 22 | ||||
-rw-r--r-- | target/linux/brcm63xx/dts/bcm96338GW.dts | 6 | ||||
-rw-r--r-- | target/linux/brcm63xx/dts/bcm96338W.dts | 6 | ||||
-rw-r--r-- | target/linux/brcm63xx/dts/bcm96345GW2.dts | 6 | ||||
-rw-r--r-- | target/linux/brcm63xx/dts/bcm96348GW-10.dts | 6 | ||||
-rw-r--r-- | target/linux/brcm63xx/dts/bcm96348GW-11.dts | 6 | ||||
-rw-r--r-- | target/linux/brcm63xx/dts/bcm96348GW.dts | 6 | ||||
-rw-r--r-- | target/linux/brcm63xx/dts/bcm96348R.dts | 6 | ||||
-rw-r--r-- | target/linux/brcm63xx/dts/bcm96358VW.dts | 6 | ||||
-rw-r--r-- | target/linux/brcm63xx/dts/bcm96358VW2.dts | 6 | ||||
-rw-r--r-- | target/linux/brcm63xx/dts/bcm96368MVNgr.dts | 6 | ||||
-rw-r--r-- | target/linux/brcm63xx/dts/bcm96368MVWG.dts | 6 | ||||
-rw-r--r-- | target/linux/brcm63xx/dts/ct536plus.dts | 22 | ||||
-rw-r--r-- | target/linux/brcm63xx/dts/dva-g3810bn_tl.dts | 22 | ||||
-rw-r--r-- | target/linux/brcm63xx/dts/gw6000.dts | 22 | ||||
-rw-r--r-- | target/linux/brcm63xx/dts/gw6200.dts | 22 | ||||
-rw-r--r-- | target/linux/brcm63xx/dts/nb4-fxc-r1.dts | 6 | ||||
-rw-r--r-- | target/linux/brcm63xx/dts/nb4-ser-r0.dts | 6 |
19 files changed, 210 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/dts/ar1004g.dts b/target/linux/brcm63xx/dts/ar1004g.dts index 230cfd8..479c934 100644 --- a/target/linux/brcm63xx/dts/ar1004g.dts +++ b/target/linux/brcm63xx/dts/ar1004g.dts @@ -44,3 +44,25 @@ }; }; }; + +&pflash { + status = "ok"; + + linux,part-probe = "bcm63xxpart"; + + cfe@0 { + label = "CFE"; + reg = <0x000000 0x010000>; + read-only; + }; + + linux@10000 { + label = "linux"; + reg = <0x010000 0x3e0000>; + }; + + nvram@3f0000 { + label = "nvram"; + reg = <0x3f0000 0x010000>; + }; +}; diff --git a/target/linux/brcm63xx/dts/av4202n.dts b/target/linux/brcm63xx/dts/av4202n.dts index 71d2b94..960e233 100644 --- a/target/linux/brcm63xx/dts/av4202n.dts +++ b/target/linux/brcm63xx/dts/av4202n.dts @@ -66,3 +66,25 @@ }; }; }; + +&pflash { + status = "ok"; + + linux,part-probe = "bcm63xxpart"; + + cfe@0 { + label = "CFE"; + reg = <0x000000 0x020000>; + read-only; + }; + + linux@20000 { + label = "linux"; + reg = <0x010000 0xfe0000>; + }; + + nvram@fe0000 { + label = "nvram"; + reg = <0xfe0000 0x020000>; + }; +}; diff --git a/target/linux/brcm63xx/dts/bcm96338GW.dts b/target/linux/brcm63xx/dts/bcm96338GW.dts index c5780ad..7815962 100644 --- a/target/linux/brcm63xx/dts/bcm96338GW.dts +++ b/target/linux/brcm63xx/dts/bcm96338GW.dts @@ -38,3 +38,9 @@ }; }; }; + +&pflash { + status = "ok"; + + linux,part-probe = "bcm63xxpart"; +}; diff --git a/target/linux/brcm63xx/dts/bcm96338W.dts b/target/linux/brcm63xx/dts/bcm96338W.dts index 54dfefd..2119070 100644 --- a/target/linux/brcm63xx/dts/bcm96338W.dts +++ b/target/linux/brcm63xx/dts/bcm96338W.dts @@ -38,3 +38,9 @@ }; }; }; + +&pflash { + status = "ok"; + + linux,part-probe = "bcm63xxpart"; +}; diff --git a/target/linux/brcm63xx/dts/bcm96345GW2.dts b/target/linux/brcm63xx/dts/bcm96345GW2.dts index b5717c0..521f1b3 100644 --- a/target/linux/brcm63xx/dts/bcm96345GW2.dts +++ b/target/linux/brcm63xx/dts/bcm96345GW2.dts @@ -12,3 +12,9 @@ bootargs = "root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200"; }; }; + +&pflash { + status = "ok"; + + linux,part-probe = "bcm63xxpart"; +}; diff --git a/target/linux/brcm63xx/dts/bcm96348GW-10.dts b/target/linux/brcm63xx/dts/bcm96348GW-10.dts index 45386e7..5648d03 100644 --- a/target/linux/brcm63xx/dts/bcm96348GW-10.dts +++ b/target/linux/brcm63xx/dts/bcm96348GW-10.dts @@ -52,3 +52,9 @@ }; }; }; + +&pflash { + status = "ok"; + + linux,part-probe = "bcm63xxpart"; +}; diff --git a/target/linux/brcm63xx/dts/bcm96348GW-11.dts b/target/linux/brcm63xx/dts/bcm96348GW-11.dts index f1f6f6d..78fba83 100644 --- a/target/linux/brcm63xx/dts/bcm96348GW-11.dts +++ b/target/linux/brcm63xx/dts/bcm96348GW-11.dts @@ -52,3 +52,9 @@ }; }; }; + +&pflash { + status = "ok"; + + linux,part-probe = "bcm63xxpart"; +}; diff --git a/target/linux/brcm63xx/dts/bcm96348GW.dts b/target/linux/brcm63xx/dts/bcm96348GW.dts index 7363374..7699562 100644 --- a/target/linux/brcm63xx/dts/bcm96348GW.dts +++ b/target/linux/brcm63xx/dts/bcm96348GW.dts @@ -52,3 +52,9 @@ }; }; }; + +&pflash { + status = "ok"; + + linux,part-probe = "bcm63xxpart"; +}; diff --git a/target/linux/brcm63xx/dts/bcm96348R.dts b/target/linux/brcm63xx/dts/bcm96348R.dts index 62d4bd3..b103ece 100644 --- a/target/linux/brcm63xx/dts/bcm96348R.dts +++ b/target/linux/brcm63xx/dts/bcm96348R.dts @@ -38,3 +38,9 @@ }; }; }; + +&pflash { + status = "ok"; + + linux,part-probe = "bcm63xxpart"; +}; diff --git a/target/linux/brcm63xx/dts/bcm96358VW.dts b/target/linux/brcm63xx/dts/bcm96358VW.dts index 7a83a9c..f916d9d 100644 --- a/target/linux/brcm63xx/dts/bcm96358VW.dts +++ b/target/linux/brcm63xx/dts/bcm96358VW.dts @@ -38,3 +38,9 @@ }; }; }; + +&pflash { + status = "ok"; + + linux,part-probe = "bcm63xxpart"; +}; diff --git a/target/linux/brcm63xx/dts/bcm96358VW2.dts b/target/linux/brcm63xx/dts/bcm96358VW2.dts index 08341ae..20af61a 100644 --- a/target/linux/brcm63xx/dts/bcm96358VW2.dts +++ b/target/linux/brcm63xx/dts/bcm96358VW2.dts @@ -34,3 +34,9 @@ }; }; }; + +&pflash { + status = "ok"; + + linux,part-probe = "bcm63xxpart"; +}; diff --git a/target/linux/brcm63xx/dts/bcm96368MVNgr.dts b/target/linux/brcm63xx/dts/bcm96368MVNgr.dts index dcb1d2e..ca07b65 100644 --- a/target/linux/brcm63xx/dts/bcm96368MVNgr.dts +++ b/target/linux/brcm63xx/dts/bcm96368MVNgr.dts @@ -38,3 +38,9 @@ }; }; }; + +&pflash { + status = "ok"; + + linux,part-probe = "bcm63xxpart"; +}; diff --git a/target/linux/brcm63xx/dts/bcm96368MVWG.dts b/target/linux/brcm63xx/dts/bcm96368MVWG.dts index e76afa0..9f13ca4 100644 --- a/target/linux/brcm63xx/dts/bcm96368MVWG.dts +++ b/target/linux/brcm63xx/dts/bcm96368MVWG.dts @@ -38,3 +38,9 @@ }; }; }; + +&pflash { + status = "ok"; + + linux,part-probe = "bcm63xxpart"; +}; diff --git a/target/linux/brcm63xx/dts/ct536plus.dts b/target/linux/brcm63xx/dts/ct536plus.dts index 148e60e..8be4940 100644 --- a/target/linux/brcm63xx/dts/ct536plus.dts +++ b/target/linux/brcm63xx/dts/ct536plus.dts @@ -40,3 +40,25 @@ }; }; }; + +&pflash { + status = "ok"; + + linux,part-probe = "bcm63xxpart"; + + cfe@0 { + label = "CFE"; + reg = <0x000000 0x010000>; + read-only; + }; + + linux@10000 { + label = "linux"; + reg = <0x010000 0x3e0000>; + }; + + nvram@3f0000 { + label = "nvram"; + reg = <0x3f0000 0x010000>; + }; +}; diff --git a/target/linux/brcm63xx/dts/dva-g3810bn_tl.dts b/target/linux/brcm63xx/dts/dva-g3810bn_tl.dts index 90aca83..abd358e 100644 --- a/target/linux/brcm63xx/dts/dva-g3810bn_tl.dts +++ b/target/linux/brcm63xx/dts/dva-g3810bn_tl.dts @@ -52,3 +52,25 @@ }; }; }; + +&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>; + }; +}; diff --git a/target/linux/brcm63xx/dts/gw6000.dts b/target/linux/brcm63xx/dts/gw6000.dts index c6befdd..14c6330 100644 --- a/target/linux/brcm63xx/dts/gw6000.dts +++ b/target/linux/brcm63xx/dts/gw6000.dts @@ -26,3 +26,25 @@ }; }; }; + +&pflash { + status = "ok"; + + linux,part-probe = "bcm63xxpart"; + + cfe@0 { + label = "CFE"; + reg = <0x000000 0x010000>; + read-only; + }; + + linux@10000 { + label = "linux"; + reg = <0x010000 0x3e0000>; + }; + + nvram@3f0000 { + label = "nvram"; + reg = <0x3f0000 0x010000>; + }; +}; diff --git a/target/linux/brcm63xx/dts/gw6200.dts b/target/linux/brcm63xx/dts/gw6200.dts index 14c12a8..c02975e 100644 --- a/target/linux/brcm63xx/dts/gw6200.dts +++ b/target/linux/brcm63xx/dts/gw6200.dts @@ -47,3 +47,25 @@ }; }; }; + +&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>; + }; +}; diff --git a/target/linux/brcm63xx/dts/nb4-fxc-r1.dts b/target/linux/brcm63xx/dts/nb4-fxc-r1.dts index 2e43dd0..d94bf0e 100644 --- a/target/linux/brcm63xx/dts/nb4-fxc-r1.dts +++ b/target/linux/brcm63xx/dts/nb4-fxc-r1.dts @@ -102,3 +102,9 @@ }; }; }; + +&pflash { + status = "ok"; + + linux,part-probe = "bcm63xxpart"; +}; diff --git a/target/linux/brcm63xx/dts/nb4-ser-r0.dts b/target/linux/brcm63xx/dts/nb4-ser-r0.dts index 1b9e4bc..75cb214 100644 --- a/target/linux/brcm63xx/dts/nb4-ser-r0.dts +++ b/target/linux/brcm63xx/dts/nb4-ser-r0.dts @@ -102,3 +102,9 @@ }; }; }; + +&pflash { + status = "ok"; + + linux,part-probe = "bcm63xxpart"; +}; |