aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/arm/boot/dts/hi3716-dkb.dts10
1 files changed, 8 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/hi3716-dkb.dts b/arch/arm/boot/dts/hi3716-dkb.dts
index fb632ea37622..f4d2d5adb6f2 100644
--- a/arch/arm/boot/dts/hi3716-dkb.dts
+++ b/arch/arm/boot/dts/hi3716-dkb.dts
@@ -14,8 +14,8 @@
compatible = "hisilicon,hi3716";
chosen {
- bootargs = "console=ttyAMA0,115200 mem=512m earlyprintk";
- };
+ bootargs = "console=ttyAMA0,115200 mem=512m earlyprintk mtdparts=hi_sfc:1M(boot),12M(fs),3M(kernel)";
+ };/* add mtdparts here just for easier debug */
cpus {
#address-cells = <1>;
@@ -51,4 +51,10 @@
};
};
};
+
+ flash@f9800000 {
+ compatible = "hs,sfc350";
+ reg = <0xf9800000 0x1000>;
+ version_reg_offset = <0x1F8>;
+ };
};