ARM: dts: Add NFC support for i.MX27 Phytec PCM038 module

Added NFC node to imx27-phytec-phycore DT file.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
This commit is contained in:
Alexander Shiyan 2013-04-07 19:29:12 +04:00 committed by Shawn Guo
parent 718a35006f
commit 1b45acebd4

View file

@ -71,3 +71,9 @@ nor_flash@c0000000 {
#size-cells = <1>; #size-cells = <1>;
}; };
}; };
&nfc {
nand-bus-width = <8>;
nand-ecc-mode = "hw";
status = "okay";
};