mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-20 10:44:23 +08:00
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:
parent
412252ac8c
commit
62547ba352
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user