Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 339911
b: refs/heads/master
c: 35b47fb
h: refs/heads/master
i:
  339909: 595b89a
  339907: 886641b
  339903: 7bf64c1
v: v3
  • Loading branch information
Ajay Kumar Gupta authored and Benoit Cousson committed Nov 6, 2012
1 parent 2078870 commit 473f810
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 00834b783ee3029a96489fae0c2eb3b1a198205d
refs/heads/master: 35b47fbb12b42e6c577716b67a9172fe46e2f9b0
17 changes: 17 additions & 0 deletions trunk/arch/arm/boot/dts/am33xx.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -321,5 +321,22 @@
ti,hwmods = "spi1";
status = "disabled";
};

usb@47400000 {
compatible = "ti,musb-am33xx";
reg = <0x47400000 0x1000 /* usbss */
0x47401000 0x800 /* musb instance 0 */
0x47401800 0x800>; /* musb instance 1 */
interrupts = <17 /* usbss */
18 /* musb instance 0 */
19>; /* musb instance 1 */
multipoint = <1>;
num-eps = <16>;
ram-bits = <12>;
port0-mode = <3>;
port1-mode = <3>;
power = <250>;
ti,hwmods = "usb_otg_hs";
};
};
};

0 comments on commit 473f810

Please sign in to comment.