Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336454
b: refs/heads/master
c: 4134a45
h: refs/heads/master
v: v3
  • Loading branch information
Ludovic Desroches authored and Jean-Christophe PLAGNIOL-VILLARD committed Nov 19, 2012
1 parent fd2da9c commit b3d4331
Show file tree
Hide file tree
Showing 7 changed files with 78 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9873137a7a222fa923257b08d1915fef8df10a93
refs/heads/master: 4134a4552748dd31b6e410a79e6c09be6e876b73
10 changes: 10 additions & 0 deletions trunk/arch/arm/boot/dts/at91sam9263ek.dts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,16 @@
atmel,vbus-gpio = <&pioA 25 0>;
status = "okay";
};

mmc0: mmc@fff80000 {
status = "okay";
slot@0 {
reg = <0>;
bus-width = <4>;
cd-gpios = <&pioE 18 0>;
wp-gpios = <&pioE 19 0>;
};
};
};

nand0: nand@40000000 {
Expand Down
12 changes: 12 additions & 0 deletions trunk/arch/arm/boot/dts/at91sam9g20ek_2mmc.dts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@
model = "Atmel at91sam9g20ek 2 mmc";
compatible = "atmel,at91sam9g20ek_2mmc", "atmel,at91sam9g20", "atmel,at91sam9";

ahb {
apb{
mmc0: mmc@fffa8000 {
slot@0 {
reg = <0>;
bus-width = <4>;
cd-gpios = <&pioC 2 0>;
};
};
};
};

leds {
compatible = "gpio-leds";

Expand Down
9 changes: 9 additions & 0 deletions trunk/arch/arm/boot/dts/at91sam9g20ek_common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,15 @@
atmel,vbus-gpio = <&pioC 5 0>;
status = "okay";
};

mmc0: mmc@fffa8000 {
status = "okay";
slot@1 {
reg = <1>;
bus-width = <4>;
cd-gpios = <&pioC 9 0>;
};
};
};

nand0: nand@40000000 {
Expand Down
19 changes: 19 additions & 0 deletions trunk/arch/arm/boot/dts/at91sam9m10g45ek.dts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,25 @@
i2c1: i2c@fff88000 {
status = "okay";
};

mmc0: mmc@fff80000 {
status = "okay";
slot@0 {
reg = <0>;
bus-width = <4>;
cd-gpios = <&pioD 10 0>;
};
};

mmc1: mmc@fffd0000 {
status = "okay";
slot@0 {
reg = <0>;
bus-width = <4>;
cd-gpios = <&pioD 11 0>;
wp-gpios = <&pioD 29 0>;
};
};
};

nand0: nand@40000000 {
Expand Down
9 changes: 9 additions & 0 deletions trunk/arch/arm/boot/dts/at91sam9n12ek.dts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,15 @@
i2c1: i2c@f8014000 {
status = "okay";
};

mmc0: mmc@f0008000 {
status = "okay";
slot@0 {
reg = <0>;
bus-width = <4>;
cd-gpios = <&pioA 7 0>;
};
};
};

nand0: nand@40000000 {
Expand Down
18 changes: 18 additions & 0 deletions trunk/arch/arm/boot/dts/at91sam9x5ek.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,24 @@

ahb {
apb {
mmc0: mmc@f0008000 {
status = "okay";
slot@0 {
reg = <0>;
bus-width = <4>;
cd-gpios = <&pioD 15 0>;
};
};

mmc1: mmc@f000c000 {
status = "okay";
slot@0 {
reg = <0>;
bus-width = <4>;
cd-gpios = <&pioD 14 0>;
};
};

dbgu: serial@fffff200 {
status = "okay";
};
Expand Down

0 comments on commit b3d4331

Please sign in to comment.