aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/boot/dts/at91sam9n12.dtsi9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91sam9n12.dtsi b/arch/arm/boot/dts/at91sam9n12.dtsi
index 0c53a375ba99..9648430d78e6 100644
--- a/arch/arm/boot/dts/at91sam9n12.dtsi
+++ b/arch/arm/boot/dts/at91sam9n12.dtsi
@@ -912,6 +912,15 @@
912 clocks = <&pwm_clk>; 912 clocks = <&pwm_clk>;
913 status = "disabled"; 913 status = "disabled";
914 }; 914 };
915
916 usb1: gadget@f803c000 {
917 compatible = "atmel,at91sam9260-udc";
918 reg = <0xf803c000 0x4000>;
919 interrupts = <23 IRQ_TYPE_LEVEL_HIGH 2>;
920 clocks = <&udphs_clk>, <&udpck>;
921 clock-names = "pclk", "hclk";
922 status = "disabled";
923 };
915 }; 924 };
916 925
917 nand0: nand@40000000 { 926 nand0: nand@40000000 {