-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 295839 b: refs/heads/master c: cb66bb1 h: refs/heads/master i: 295837: 7ce320c 295835: e90722f 295831: 3f5d8ef 295823: 2594c43 295807: bd20f47 v: v3
- Loading branch information
Arnd Bergmann
committed
Mar 2, 2012
1 parent
73d9bbf
commit 387ed7c
Showing
866 changed files
with
7,142 additions
and
49,159 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: bb07d7511e0884f913a0610d5f9a2f8a27914042 | ||
refs/heads/master: cb66bb1d6fab2d91960c20f256c6986d5afac1a1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
/* | ||
* at91sam9g25ek.dts - Device Tree file for AT91SAM9G25-EK board | ||
* | ||
* Copyright (C) 2012 Atmel, | ||
* 2012 Nicolas Ferre <nicolas.ferre@atmel.com> | ||
* | ||
* Licensed under GPLv2 or later. | ||
*/ | ||
/dts-v1/; | ||
/include/ "at91sam9x5.dtsi" | ||
/include/ "at91sam9x5cm.dtsi" | ||
|
||
/ { | ||
model = "Atmel AT91SAM9G25-EK"; | ||
compatible = "atmel,at91sam9g25ek", "atmel,at91sam9x5ek", "atmel,at91sam9x5", "atmel,at91sam9"; | ||
|
||
chosen { | ||
bootargs = "128M console=ttyS0,115200 mtdparts=atmel_nand:8M(bootstrap/uboot/kernel)ro,-(rootfs) root=/dev/mtdblock1 rw rootfstype=ubifs ubi.mtd=1 root=ubi0:rootfs"; | ||
}; | ||
|
||
ahb { | ||
apb { | ||
dbgu: serial@fffff200 { | ||
status = "okay"; | ||
}; | ||
|
||
usart0: serial@f801c000 { | ||
status = "okay"; | ||
}; | ||
|
||
macb0: ethernet@f802c000 { | ||
phy-mode = "rmii"; | ||
status = "okay"; | ||
}; | ||
}; | ||
}; | ||
}; |
Oops, something went wrong.