9
0
Fork 0

ARM: phycard-i.MX27: Add NAND support to dts

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2014-01-17 14:54:19 +01:00
parent 14bb8cc21b
commit f8ad3a8859
1 changed files with 13 additions and 0 deletions

View File

@ -38,6 +38,10 @@
pinctrl_i2c2: i2c2grp {
fsl,pins = <MX27_I2C2_PINGRP1>;
};
pinctrl_nfc: nfcgrp {
fsl,pins = <MX27_NFC_PINGRP1>;
};
};
};
@ -58,3 +62,12 @@
reg = <0x52>;
};
};
&nfc {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_nfc>;
nand-bus-width = <8>;
nand-ecc-mode = "hw";
nand-on-flash-bbt;
status = "okay";
};