-
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.
- Loading branch information
Olof Johansson
committed
Mar 8, 2012
1 parent
a708a26
commit 93552f6
Showing
207 changed files
with
5,481 additions
and
5,182 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: 38bb3630bcba25f16106166a4aaf211c1d195863 | ||
refs/heads/master: acf346084bca289a00020a5c29c23673b801b380 |
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.