提交 6d1c3e93 编写于 作者: R Roland Stigge

ARM: LPC32xx: Adjust dtsi file for MLC controller configuration

This patch takes into account that the MTD NAND MLC controller needs more
registers, located actually before the previously allocated memory range,
already starting at 200a8000 instead of 200b0000.

Further, the interrupt for the controller is configured.
Signed-off-by: NRoland Stigge <stigge@antcom.de>
Tested-by: NAlexandre Pereira da Silva <aletes.xgr@gmail.com>
上级 d807af47
...@@ -38,9 +38,10 @@ ...@@ -38,9 +38,10 @@
status = "disable"; status = "disable";
}; };
mlc: flash@200B0000 { mlc: flash@200a8000 {
compatible = "nxp,lpc3220-mlc"; compatible = "nxp,lpc3220-mlc";
reg = <0x200B0000 0x1000>; reg = <0x200a8000 0x11000>;
interrupts = <11 0>;
status = "disable"; status = "disable";
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册