Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit df299205 authored by Jon Mason's avatar Jon Mason Committed by Florian Fainelli
Browse files

ARM: dts: BCM5301X: Add NAND entries to bcm953012k



Add the NAND entry in the DTS for the bcm953012k reference board.

Signed-off-by: default avatarJon Mason <jon.mason@broadcom.com>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent 4317d557
Loading
Loading
Loading
Loading
+32 −0
Original line number Original line Diff line number Diff line
@@ -52,6 +52,38 @@
	};
	};
};
};


&nand {
	nandcs@0 {
		compatible = "brcm,nandcs";
		reg = <0>;
		nand-on-flash-bbt;

		#address-cells = <1>;
		#size-cells = <1>;

		nand-ecc-strength = <4>;
		nand-ecc-step-size = <512>;

		partition@0 {
			label = "nboot";
			reg = <0x00000000 0x00200000>;
			read-only;
		};
		partition@200000 {
			label = "nenv";
			reg = <0x00200000 0x00400000>;
		};
		partition@600000 {
			label = "nsystem";
			reg = <0x00600000 0x00a00000>;
		};
		partition@1000000 {
			label = "nrootfs";
			reg = <0x01000000 0x07000000>;
		};
	};
};

&uart0 {
&uart0 {
	clock-frequency = <62499840>;
	clock-frequency = <62499840>;
};
};