mirror of https://gitee.com/openkylin/linux.git
ARM: at91: Animeo IP: add mmc support
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
parent
199e2edec4
commit
301333bc6c
|
@ -66,6 +66,18 @@ macb0: ethernet@fffc4000 {
|
||||||
phy-mode = "mii";
|
phy-mode = "mii";
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
mmc0: mmc@fffa8000 {
|
||||||
|
pinctrl-0 = <&pinctrl_mmc0_clk
|
||||||
|
&pinctrl_mmc0_slot1_cmd_dat0
|
||||||
|
&pinctrl_mmc0_slot1_dat1_3>;
|
||||||
|
status = "okay";
|
||||||
|
|
||||||
|
slot@1 {
|
||||||
|
reg = <1>;
|
||||||
|
bus-width = <4>;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
nand0: nand@40000000 {
|
nand0: nand@40000000 {
|
||||||
|
|
Loading…
Reference in New Issue