aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/gemini/patches-4.14/0900-arm-dts-gemini-add-openwrt-partitions-for-nas4220b.patch
blob: 0fae0af0e12f7845ab54228800b89a7e480554b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- a/arch/arm/boot/dts/gemini-nas4220b.dts
+++ b/arch/arm/boot/dts/gemini-nas4220b.dts
@@ -115,6 +115,14 @@
 				reg = <0x00fe0000 0x00020000>;
 				read-only;
 			};
+			firmware@20000 {
+				label = "firmware";
+				reg = <0x00020000 0x00f00000>;
+			};
+			rootfs@320000 {
+				label = "rootfs";
+				reg = <0x00320000 0x00c00000>;
+			};
 		};
 
 		syscon: syscon@40000000 {