mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-22 06:41:23 +00:00
61 lines
1.2 KiB
Text
61 lines
1.2 KiB
Text
|
diff --git a/arch/arm/boot/dts/sun7i-a20-olinuxino-micro.dts b/arch/arm/boot/dts/sun7i-a20-olinuxino-micro.dts
|
||
|
index 7e3006f..7e44d19 100644
|
||
|
--- a/arch/arm/boot/dts/sun7i-a20-olinuxino-micro.dts
|
||
|
+++ b/arch/arm/boot/dts/sun7i-a20-olinuxino-micro.dts
|
||
|
@@ -213,6 +213,55 @@
|
||
|
status = "okay";
|
||
|
};
|
||
|
|
||
|
+&nfc {
|
||
|
+ pinctrl-names = "default";
|
||
|
+ pinctrl-0 = <&nand_pins_a>, <&nand_cs0_pins_a>, <&nand_rb0_pins_a>;
|
||
|
+ status = "okay";
|
||
|
+
|
||
|
+ nand@0 {
|
||
|
+ reg = <0>;
|
||
|
+ allwinner,rb = <0>;
|
||
|
+ nand-ecc-mode = "hw";
|
||
|
+ nand-on-flash-bbt;
|
||
|
+
|
||
|
+ partitions {
|
||
|
+ compatible = "fixed-partitions";
|
||
|
+ #address-cells = <2>;
|
||
|
+ #size-cells = <2>;
|
||
|
+
|
||
|
+ partition@0 {
|
||
|
+ label = "SPL";
|
||
|
+ reg = <0x0 0x0 0x0 0x400000>;
|
||
|
+ };
|
||
|
+
|
||
|
+ partition@400000 {
|
||
|
+ label = "SPL.backup";
|
||
|
+ reg = <0x0 0x400000 0x0 0x400000>;
|
||
|
+ };
|
||
|
+
|
||
|
+ partition@800000 {
|
||
|
+ label = "U-Boot";
|
||
|
+ reg = <0x0 0x800000 0x0 0x400000>;
|
||
|
+ };
|
||
|
+
|
||
|
+ partition@c00000 {
|
||
|
+ label = "U-Boot.backup";
|
||
|
+ reg = <0x0 0xc00000 0x0 0x400000>;
|
||
|
+ };
|
||
|
+
|
||
|
+ partition@1000000 {
|
||
|
+ label = "env";
|
||
|
+ reg = <0x0 0x1000000 0x0 0x400000>;
|
||
|
+ };
|
||
|
+
|
||
|
+ partition@1400000 {
|
||
|
+ label = "rootfs";
|
||
|
+ reg = <0x0 0x1400000 0x0 0xff000000>;
|
||
|
+ };
|
||
|
+ };
|
||
|
+ };
|
||
|
+};
|
||
|
+
|
||
|
&ohci0 {
|
||
|
status = "okay";
|
||
|
};
|