ARM: dts: sun5i: add a pinctrl node for 4bit mmc2

Some board only use 4bit mode of mmc2.

Add a pinctrl node for it.

Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
This commit is contained in:
Icenowy Zheng 2016-12-22 04:02:34 +08:00 committed by Maxime Ripard
parent ccb4e689ab
commit e6c5bfeaf2

View File

@ -594,6 +594,14 @@
bias-pull-up;
};
mmc2_4bit_pins_a: mmc2-4bit@0 {
pins = "PC6", "PC7", "PC8", "PC9",
"PC10", "PC11";
function = "mmc2";
drive-strength = <30>;
bias-pull-up;
};
spi2_pins_a: spi2@0 {
pins = "PE1", "PE2", "PE3";
function = "spi2";