diff options
author | Bo Shen <voice.shen@atmel.com> | 2015-02-09 20:55:34 -0500 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-03-04 12:36:09 -0500 |
commit | 13f7ad3dc6dbb09ae232647058f18dedd69fce47 (patch) | |
tree | ed2997479b0b92964bea99dba4570729c4cbcd9c /arch | |
parent | 3978d6b05ff39821890f0322782322f242350c1f (diff) |
ARM: at91/dt: at91sam9n12: add udp device node
Add usb device node for at91sam9n12.
Signed-off-by: Bo Shen <voice.shen@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/at91sam9n12.dtsi | 9 |
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 { |