-
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
Jean-Christophe PLAGNIOL-VILLARD
committed
Mar 15, 2012
1 parent
b7abf9a
commit e7046ea
Showing
3 changed files
with
120 additions
and
2 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: 82015c4eae2ac67cfed8e98f8d9a4ee77a2d26ca | ||
refs/heads/master: 2419730f8f8ce04cce9e39a715c149283210ce27 |
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,19 @@ | ||
Atmel SOC USB controllers | ||
|
||
OHCI | ||
|
||
Required properties: | ||
- compatible: Should be "atmel,at91rm9200-ohci" for USB controllers | ||
used in host mode. | ||
- num-ports: Number of ports. | ||
- atmel,vbus-gpio: If present, specifies a gpio that needs to be | ||
activated for the bus to be powered. | ||
- atmel,oc-gpio: If present, specifies a gpio that needs to be | ||
activated for the overcurrent detection. | ||
|
||
usb0: ohci@00500000 { | ||
compatible = "atmel,at91rm9200-ohci", "usb-ohci"; | ||
reg = <0x00500000 0x100000>; | ||
interrupts = <20 4>; | ||
num-ports = <2>; | ||
}; |
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