mirror of https://gitee.com/openkylin/linux.git
ARM: dts: imx27-pdk: Add NAND support
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
This commit is contained in:
parent
126b469677
commit
b41331eceb
|
@ -84,6 +84,14 @@ &fec {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&nfc {
|
||||||
|
pinctrl-names = "default";
|
||||||
|
pinctrl-0 = <&pinctrl_nand>;
|
||||||
|
nand-ecc-mode = "hw";
|
||||||
|
nand-on-flash-bbt;
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&uart1 {
|
&uart1 {
|
||||||
fsl,uart-has-rtscts;
|
fsl,uart-has-rtscts;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
|
@ -135,6 +143,18 @@ MX27_PAD_ATA_DATA15__FEC_TX_EN 0x0
|
||||||
>;
|
>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pinctrl_nand: nandgrp {
|
||||||
|
fsl,pins = <
|
||||||
|
MX27_PAD_NFRB__NFRB 0x0
|
||||||
|
MX27_PAD_NFCLE__NFCLE 0x0
|
||||||
|
MX27_PAD_NFWP_B__NFWP_B 0x0
|
||||||
|
MX27_PAD_NFCE_B__NFCE_B 0x0
|
||||||
|
MX27_PAD_NFALE__NFALE 0x0
|
||||||
|
MX27_PAD_NFRE_B__NFRE_B 0x0
|
||||||
|
MX27_PAD_NFWE_B__NFWE_B 0x0
|
||||||
|
>;
|
||||||
|
};
|
||||||
|
|
||||||
pinctrl_uart1: uart1grp {
|
pinctrl_uart1: uart1grp {
|
||||||
fsl,pins = <
|
fsl,pins = <
|
||||||
MX27_PAD_UART1_TXD__UART1_TXD 0x0
|
MX27_PAD_UART1_TXD__UART1_TXD 0x0
|
||||||
|
|
Loading…
Reference in New Issue