mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
ipq60xx: fix GL-AX1800 nand partition to avoid brick uboot
This commit is contained in:
parent
75d9cc7272
commit
f1ac700efb
@ -53,94 +53,7 @@
|
|||||||
reg = <0>;
|
reg = <0>;
|
||||||
compatible = "n25q128a11";
|
compatible = "n25q128a11";
|
||||||
spi-max-frequency = <50000000>;
|
spi-max-frequency = <50000000>;
|
||||||
|
use-default-sizes;
|
||||||
SBL1@0 {
|
|
||||||
label = "0:SBL1";
|
|
||||||
reg = <0x0 0xc0000>;
|
|
||||||
read-only;
|
|
||||||
};
|
|
||||||
|
|
||||||
MIBIB@c0000 {
|
|
||||||
label = "0:MIBIB";
|
|
||||||
reg = <0xc0000 0x10000>;
|
|
||||||
};
|
|
||||||
|
|
||||||
BOOTCONFIG@d0000 {
|
|
||||||
label = "0:BOOTCONFIG";
|
|
||||||
reg = <0xd0000 0x20000>;
|
|
||||||
read-only;
|
|
||||||
};
|
|
||||||
|
|
||||||
BOOTCONFIG1@f0000 {
|
|
||||||
label = "0:BOOTCONFIG1";
|
|
||||||
reg = <0xf0000 0x20000>;
|
|
||||||
read-only;
|
|
||||||
};
|
|
||||||
|
|
||||||
QSEE@110000 {
|
|
||||||
label = "0:QSEE";
|
|
||||||
reg = <0x110000 0x1a0000>;
|
|
||||||
read-only;
|
|
||||||
};
|
|
||||||
|
|
||||||
QSEE_1@2b0000 {
|
|
||||||
label = "0:QSEE_1";
|
|
||||||
reg = <0x2b0000 0x1a0000>;
|
|
||||||
read-only;
|
|
||||||
};
|
|
||||||
|
|
||||||
DEVCFG@450000 {
|
|
||||||
label = "0:DEVCFG";
|
|
||||||
reg = <0x450000 0x10000>;
|
|
||||||
read-only;
|
|
||||||
};
|
|
||||||
|
|
||||||
DEVCFG_1@460000 {
|
|
||||||
label = "0:DEVCFG_1";
|
|
||||||
reg = <0x460000 0x10000>;
|
|
||||||
read-only;
|
|
||||||
};
|
|
||||||
|
|
||||||
RPM@470000 {
|
|
||||||
label = "0:RPM";
|
|
||||||
reg = <0x4700000 0x40000>;
|
|
||||||
};
|
|
||||||
|
|
||||||
RPM_1@4b0000 {
|
|
||||||
label = "0:RPM_1";
|
|
||||||
reg = <0x4b0000 0x40000>;
|
|
||||||
read-only;
|
|
||||||
};
|
|
||||||
|
|
||||||
CDT@4f0000 {
|
|
||||||
label = "0:CDT";
|
|
||||||
reg = <0x4f0000 0x10000>;
|
|
||||||
};
|
|
||||||
|
|
||||||
CDT_1@500000 {
|
|
||||||
label = "0:CDT_1";
|
|
||||||
reg = <0x500000 0x10000>;
|
|
||||||
};
|
|
||||||
|
|
||||||
APPSBLENV@510000 {
|
|
||||||
label = "0:APPSBLENV";
|
|
||||||
reg = <0x510000 0x10000>;
|
|
||||||
};
|
|
||||||
|
|
||||||
APPSBL@520000 {
|
|
||||||
label = "0:APPSBL";
|
|
||||||
reg = <0x520000 0xa0000>;
|
|
||||||
};
|
|
||||||
|
|
||||||
APPSBL_1@5c0000 {
|
|
||||||
label = "0:APPSBL_1";
|
|
||||||
reg = <0x5c0000 0xa0000>;
|
|
||||||
};
|
|
||||||
|
|
||||||
ART: ART@660000 {
|
|
||||||
label = "0:ART";
|
|
||||||
reg = <0x660000 0x40000>;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user