ARM: dts: uniphier: add NAND pinmux node

This commit adds pin-mux nodes for the NAND controller.
Some SoCs support 2 chip selects and the others only support
1 chip select.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
Masahiro Yamada 2016-04-21 11:11:23 +09:00 committed by Arnd Bergmann
parent 412252ac8c
commit 62547ba352

View File

@ -68,6 +68,16 @@
function = "i2c4";
};
pinctrl_nand: nand_grp {
groups = "nand";
function = "nand";
};
pinctrl_nand2cs: nand2cs_grp {
groups = "nand", "nand_cs1";
function = "nand";
};
pinctrl_uart0: uart0_grp {
groups = "uart0";
function = "uart0";