]> Git Repo - linux.git/blobdiff - arch/arm/boot/dts/sam9x60.dtsi
Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
[linux.git] / arch / arm / boot / dts / sam9x60.dtsi
index 04ad6b95647158361aa5dc1a336a0692942f5aaa..84066c1298df954145859773d4772e5cbe4538eb 100644 (file)
                #size-cells = <1>;
                ranges;
 
+               usb0: gadget@500000 {
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+                       compatible = "microchip,sam9x60-udc";
+                       reg = <0x00500000 0x100000
+                               0xf803c000 0x400>;
+                       interrupts = <23 IRQ_TYPE_LEVEL_HIGH 2>;
+                       clocks = <&pmc PMC_TYPE_PERIPHERAL 23>, <&pmc PMC_TYPE_CORE PMC_UTMI>;
+                       clock-names = "pclk", "hclk";
+                       assigned-clocks = <&pmc PMC_TYPE_CORE PMC_UTMI>;
+                       assigned-clock-rates = <480000000>;
+                       status = "disabled";
+               };
+
                usb1: ohci@600000 {
                        compatible = "atmel,at91rm9200-ohci", "usb-ohci";
                        reg = <0x00600000 0x100000>;
This page took 0.037015 seconds and 4 git commands to generate.