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

Commit 15ab2183 authored by Roland Stigge's avatar Roland Stigge
Browse files

ARM: LPC32xx: Add NAND flash timing to PHY3250 board dts



This patch adds necessary NAND flash timings to the board specific dts file of
the PHY3250 reference board of the LPC32xx SoC.

Signed-off-by: default avatarRoland Stigge <stigge@antcom.de>
Tested-by: default avatarAlexandre Pereira da Silva <aletes.xgr@gmail.com>
parent cfaf0251
Loading
Loading
Loading
Loading
+11 −0
Original line number Original line Diff line number Diff line
@@ -54,6 +54,17 @@
			#address-cells = <1>;
			#address-cells = <1>;
			#size-cells = <1>;
			#size-cells = <1>;


			nxp,wdr-clks = <14>;
			nxp,wwidth = <40000000>;
			nxp,whold = <100000000>;
			nxp,wsetup = <100000000>;
			nxp,rdr-clks = <14>;
			nxp,rwidth = <40000000>;
			nxp,rhold = <66666666>;
			nxp,rsetup = <100000000>;
			nand-on-flash-bbt;
			gpios = <&gpio 5 19 1>; /* GPO_P3 19, active low */

			mtd0@00000000 {
			mtd0@00000000 {
				label = "phy3250-boot";
				label = "phy3250-boot";
				reg = <0x00000000 0x00064000>;
				reg = <0x00000000 0x00064000>;