Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333374
b: refs/heads/master
c: fbc1871
h: refs/heads/master
v: v3
  • Loading branch information
Ludovic Desroches authored and Wolfram Sang committed Sep 12, 2012
1 parent c300bd3 commit 12c3e5e
Show file tree
Hide file tree
Showing 4 changed files with 29 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: 05dcd361a2785c3fcb9c43a621da4434cf1519b4
refs/heads/master: fbc1871511ed201504d6e5b36f13ea77e4be2907
12 changes: 12 additions & 0 deletions trunk/arch/arm/boot/dts/at91sam9g25ek.dts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,18 @@
phy-mode = "rmii";
status = "okay";
};

i2c0: i2c@f8010000 {
status = "okay";
};

i2c1: i2c@f8014000 {
status = "okay";
};

i2c2: i2c@f8018000 {
status = "okay";
};
};

usb0: ohci@00600000 {
Expand Down
8 changes: 8 additions & 0 deletions trunk/arch/arm/boot/dts/at91sam9m10g45ek.dts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@
phy-mode = "rmii";
status = "okay";
};

i2c0: i2c@fff84000 {
status = "okay";
};

i2c1: i2c@fff88000 {
status = "okay";
};
};

nand0: nand@40000000 {
Expand Down
8 changes: 8 additions & 0 deletions trunk/arch/arm/boot/dts/at91sam9n12ek.dts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@
dbgu: serial@fffff200 {
status = "okay";
};

i2c0: i2c@f8010000 {
status = "okay";
};

i2c1: i2c@f8014000 {
status = "okay";
};
};

nand0: nand@40000000 {
Expand Down

0 comments on commit 12c3e5e

Please sign in to comment.