diff options
Diffstat (limited to 'target/linux/brcm63xx/dts/av4202n.dts')
-rw-r--r-- | target/linux/brcm63xx/dts/av4202n.dts | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/dts/av4202n.dts b/target/linux/brcm63xx/dts/av4202n.dts index 71d2b94866..960e233e3b 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>; + }; +}; |