ARM: at91/dt: at91sam9n12: add udp device node
authorBo Shen <voice.shen@atmel.com>
Tue, 10 Feb 2015 01:55:34 +0000 (09:55 +0800)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Wed, 4 Mar 2015 17:36:09 +0000 (18:36 +0100)
Add usb device node for at91sam9n12.

Signed-off-by: Bo Shen <voice.shen@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/boot/dts/at91sam9n12.dtsi

index 0c53a375ba99d214c1c0b5eabd85e77ec0cc72e6..9648430d78e66dba192abdfd7dfb04a256389b48 100644 (file)
                                clocks = <&pwm_clk>;
                                status = "disabled";
                        };
+
+                       usb1: gadget@f803c000 {
+                               compatible = "atmel,at91sam9260-udc";
+                               reg = <0xf803c000 0x4000>;
+                               interrupts = <23 IRQ_TYPE_LEVEL_HIGH 2>;
+                               clocks = <&udphs_clk>, <&udpck>;
+                               clock-names = "pclk", "hclk";
+                               status = "disabled";
+                       };
                };
 
                nand0: nand@40000000 {