mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 17:01:14 +00:00
1bfe1ce5c4
4a954e8620
oxnas: dts: Unify naming of gpio-keys nodes9292822023
oxnas: dts: Unify naming of gpio-led nodes994428f395
oxnas: add missing NAND partitions858aebc0ef
oxnas: unify MTD partition namese2fea41ad6
oxnas: fix forgotten MTD partition name42f2e07ba0
oxnas: cloudengines,pogoplug*: enable USB ports Signed-off-by: Daniel Golle <daniel@makrotopia.org>
33 lines
689 B
Diff
33 lines
689 B
Diff
--- a/arch/arm/boot/dts/ox820-cloudengines-pogoplug-series-3.dts
|
|
+++ b/arch/arm/boot/dts/ox820-cloudengines-pogoplug-series-3.dts
|
|
@@ -74,11 +74,27 @@
|
|
nand-ecc-algo = "hamming";
|
|
|
|
partition@0 {
|
|
- label = "boot";
|
|
- reg = <0x00000000 0x00e00000>;
|
|
+ label = "stage1";
|
|
+ reg = <0x00000000 0x00040000>;
|
|
read-only;
|
|
};
|
|
|
|
+ partition@40000 {
|
|
+ label = "u-boot";
|
|
+ reg = <0x00040000 0x00380000>;
|
|
+ read-only;
|
|
+ };
|
|
+
|
|
+ partition@3c0000 {
|
|
+ label = "u-boot-env";
|
|
+ reg = <0x003c0000 0x00080000>;
|
|
+ };
|
|
+
|
|
+ partition@440000 {
|
|
+ label = "kernel";
|
|
+ reg = <0x00440000 0x009c0000>;
|
|
+ };
|
|
+
|
|
partition@e00000 {
|
|
label = "ubi";
|
|
reg = <0x00e00000 0x07200000>;
|