Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 13f7ad3d authored by Bo Shen's avatar Bo Shen Committed by Nicolas Ferre
Browse files

ARM: at91/dt: at91sam9n12: add udp device node



Add usb device node for at91sam9n12.

Signed-off-by: default avatarBo Shen <voice.shen@atmel.com>
Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent 3978d6b0
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -912,6 +912,15 @@
				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 {