repo.or.cz
/
linux-2.6
/
next.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kvm tools, setup: Create private directory
[linux-2.6/next.git]
/
Documentation
/
devicetree
/
bindings
/
powerpc
/
fsl
/
cpm_qe
/
cpm
/
usb.txt
blob
74bfda4bb8243e5d79cc88caa9b57a0d9aa59423
1
* USB (Universal Serial Bus Controller)
2
3
Properties:
4
- compatible : "fsl,cpm1-usb", "fsl,cpm2-usb", "fsl,qe-usb"
5
6
Example:
7
usb@11bc0 {
8
#address-cells = <1>;
9
#size-cells = <0>;
10
compatible = "fsl,cpm2-usb";
11
reg = <11b60 18 8b00 100>;
12
interrupts = <b 8>;
13
interrupt-parent = <&PIC>;
14
fsl,cpm-command = <2e600000>;
15
};