ARM: dts: uniphier: add NAND pinmux node
This will be used to set up pin-muxing for the NAND controller. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
parent
f1494981ca
commit
89d8769298
|
@ -42,6 +42,11 @@
|
||||||
function = "i2c4";
|
function = "i2c4";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pinctrl_nand: nand_grp {
|
||||||
|
groups = "nand";
|
||||||
|
function = "nand";
|
||||||
|
};
|
||||||
|
|
||||||
pinctrl_sd: sd_grp {
|
pinctrl_sd: sd_grp {
|
||||||
groups = "sd";
|
groups = "sd";
|
||||||
function = "sd";
|
function = "sd";
|
||||||
|
|
Loading…
Reference in New Issue