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
This commit is contained in:
Jean-Christophe PLAGNIOL-VILLARD
2011-11-21 06:55:18 +08:00
parent 2419730f8f
commit 6a06245990
9 changed files with 45 additions and 1 deletions

View File

@@ -33,5 +33,13 @@
status = "okay";
};
};
usb0: ohci@00600000 {
status = "okay";
num-ports = <2>;
atmel,vbus-gpio = <&pioD 19 0
&pioD 20 0
>;
};
};
};