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:
parent
235df2d80d
commit
eefe328439
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue