diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2011-11-20 17:55:18 -0500 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2012-03-15 12:40:55 -0400 |
commit | 6a0624599085e9e0c7b984c28443531849ab0459 (patch) | |
tree | 06835eb963e41b39c54e057a13f029a5fecf17ff /arch/arm/boot/dts/at91sam9g20.dtsi | |
parent | 2419730f8f8ce04cce9e39a715c149283210ce27 (diff) |
ARM: at91: dt: enable usb ohci for sam9g20, sam9g45 amd sam9x5
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
Cc: devicetree-discuss@lists.ozlabs.org
Diffstat (limited to 'arch/arm/boot/dts/at91sam9g20.dtsi')
-rw-r--r-- | arch/arm/boot/dts/at91sam9g20.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91sam9g20.dtsi b/arch/arm/boot/dts/at91sam9g20.dtsi index 9a0647bb387f..f091d679bd4c 100644 --- a/arch/arm/boot/dts/at91sam9g20.dtsi +++ b/arch/arm/boot/dts/at91sam9g20.dtsi | |||
@@ -208,6 +208,13 @@ | |||
208 | >; | 208 | >; |
209 | status = "disabled"; | 209 | status = "disabled"; |
210 | }; | 210 | }; |
211 | |||
212 | usb0: ohci@00500000 { | ||
213 | compatible = "atmel,at91rm9200-ohci", "usb-ohci"; | ||
214 | reg = <0x00500000 0x100000>; | ||
215 | interrupts = <20 4>; | ||
216 | status = "disabled"; | ||
217 | }; | ||
211 | }; | 218 | }; |
212 | 219 | ||
213 | i2c@0 { | 220 | i2c@0 { |