-
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
Fabio Porcedda
authored and
Nicolas Ferre
committed
Jul 9, 2012
1 parent
1044b7b
commit 32b57bb
Showing
79 changed files
with
724 additions
and
2,029 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: 14d597b74aed3c44af0ee8f5ea24b970a50aec99 | ||
refs/heads/master: 2e8e4711fed439fc5642e80ee5797d285c11c7d3 |
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
16 changes: 0 additions & 16 deletions
16
trunk/Documentation/devicetree/bindings/rtc/stmp3xxx-rtc.txt
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
27 changes: 0 additions & 27 deletions
27
trunk/Documentation/devicetree/bindings/tty/serial/fsl-mxs-auart.txt
This file was deleted.
Oops, something went wrong.
File renamed without changes.
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,41 @@ | ||
/* | ||
* evk-pro3.dts - Device Tree file for Telit EVK-PRO3 with Telit GE863-PRO3 | ||
* | ||
* Copyright (C) 2012 Telit, | ||
* 2012 Fabio Porcedda <fabio.porcedda@gmail.com> | ||
* | ||
* Licensed under GPLv2 or later. | ||
*/ | ||
|
||
/dts-v1/; | ||
|
||
/include/ "ge863-pro3.dtsi" | ||
|
||
/ { | ||
model = "Telit EVK-PRO3 for Telit GE863-PRO3"; | ||
compatible = "telit,evk-pro3", "atmel,at91sam9260", "atmel,at91sam9"; | ||
|
||
ahb { | ||
apb { | ||
macb0: ethernet@fffc4000 { | ||
phy-mode = "rmii"; | ||
status = "okay"; | ||
}; | ||
|
||
usb1: gadget@fffa4000 { | ||
atmel,vbus-gpio = <&pioC 5 0>; | ||
status = "okay"; | ||
}; | ||
}; | ||
|
||
usb0: ohci@00500000 { | ||
num-ports = <2>; | ||
status = "okay"; | ||
}; | ||
}; | ||
|
||
i2c@0 { | ||
status = "okay"; | ||
}; | ||
|
||
}; |
Oops, something went wrong.