aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/sun4i-a10.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boot/dts/sun4i-a10.dtsi')
-rw-r--r--arch/arm/boot/dts/sun4i-a10.dtsi16
1 files changed, 14 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/sun4i-a10.dtsi b/arch/arm/boot/dts/sun4i-a10.dtsi
index adaa57b7a943..1f3c51a08113 100644
--- a/arch/arm/boot/dts/sun4i-a10.dtsi
+++ b/arch/arm/boot/dts/sun4i-a10.dtsi
@@ -646,6 +646,19 @@
646 #size-cells = <0>; 646 #size-cells = <0>;
647 }; 647 };
648 648
649 usb_otg: usb@01c13000 {
650 compatible = "allwinner,sun4i-a10-musb";
651 reg = <0x01c13000 0x0400>;
652 clocks = <&ahb_gates 0>;
653 interrupts = <38>;
654 interrupt-names = "mc";
655 phys = <&usbphy 0>;
656 phy-names = "usb";
657 extcon = <&usbphy 0>;
658 allwinner,sram = <&otg_sram 1>;
659 status = "disabled";
660 };
661
649 usbphy: phy@01c13400 { 662 usbphy: phy@01c13400 {
650 #phy-cells = <1>; 663 #phy-cells = <1>;
651 compatible = "allwinner,sun4i-a10-usb-phy"; 664 compatible = "allwinner,sun4i-a10-usb-phy";
@@ -756,8 +769,7 @@
756 clocks = <&apb0_gates 5>; 769 clocks = <&apb0_gates 5>;
757 gpio-controller; 770 gpio-controller;
758 interrupt-controller; 771 interrupt-controller;
759 #interrupt-cells = <2>; 772 #interrupt-cells = <3>;
760 #size-cells = <0>;
761 #gpio-cells = <3>; 773 #gpio-cells = <3>;
762 774
763 pwm0_pins_a: pwm0@0 { 775 pwm0_pins_a: pwm0@0 {