aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/pm9g45.dts
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-11-19 11:46:24 -0500
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-11-19 12:10:28 -0500
commitc12a819e3ad9147acec3f20201fd51144f2244e9 (patch)
tree40eaddbe15807bd651cb4210ea1d9f6225d2c841 /arch/arm/boot/dts/pm9g45.dts
parent301333bc6c78051b257e520ad0f5cf0b6596c4f4 (diff)
ARM: at91: pm9g45: add mmc support
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'arch/arm/boot/dts/pm9g45.dts')
-rw-r--r--arch/arm/boot/dts/pm9g45.dts21
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/pm9g45.dts b/arch/arm/boot/dts/pm9g45.dts
index b0c258dd19ed..387fedb58988 100644
--- a/arch/arm/boot/dts/pm9g45.dts
+++ b/arch/arm/boot/dts/pm9g45.dts
@@ -46,12 +46,33 @@
46 2 14 0x0 0x1>; /* PC14 gpio enable pin pull_up */ 46 2 14 0x0 0x1>; /* PC14 gpio enable pin pull_up */
47 }; 47 };
48 }; 48 };
49
50 mmc {
51 pinctrl_board_mmc: mmc0-board {
52 atmel,pins =
53 <3 6 0x0 0x5>; /* PD6 gpio CD pin pull_up and deglitch */
54 };
55 };
56 };
57
58 mmc0: mmc@fff80000 {
59 pinctrl-0 = <
60 &pinctrl_board_mmc
61 &pinctrl_mmc0_slot0_clk_cmd_dat0
62 &pinctrl_mmc0_slot0_dat1_3>;
63 status = "okay";
64 slot@0 {
65 reg = <0>;
66 bus-width = <4>;
67 cd-gpios = <&pioD 6 0>;
68 };
49 }; 69 };
50 70
51 macb0: ethernet@fffbc000 { 71 macb0: ethernet@fffbc000 {
52 phy-mode = "rmii"; 72 phy-mode = "rmii";
53 status = "okay"; 73 status = "okay";
54 }; 74 };
75
55 }; 76 };
56 77
57 nand0: nand@40000000 { 78 nand0: nand@40000000 {