arm64: dts: marvell: armada37xx: Add emmc/sdio pinctrl definition

Add emmc/sdio pinctrl definition for marvell armada37xx SoCs.

Signed-off-by: Ding Tao <miyatsu@qq.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
This commit is contained in:
Ding Tao 2018-10-26 11:50:27 +00:00 committed by Gregory CLEMENT
parent 235df2d80d
commit eefe328439
1 changed files with 10 additions and 0 deletions

View File

@ -234,6 +234,11 @@
groups = "uart2"; groups = "uart2";
function = "uart"; function = "uart";
}; };
mmc_pins: mmc-pins {
groups = "emmc_nb";
function = "emmc";
};
}; };
nb_pm: syscon@14000 { nb_pm: syscon@14000 {
@ -266,6 +271,11 @@
function = "mii"; function = "mii";
}; };
sdio_pins: sdio-pins {
groups = "sdio_sb";
function = "sdio";
};
}; };
eth0: ethernet@30000 { eth0: ethernet@30000 {