sh_eth: fix EESIPR values for SH77{34|63}
[linux/fpc-iii.git] / Documentation / devicetree / bindings / usb / usb-uhci.txt
blob298133416c97ddfc01124e57cbd81dfb247f3b39
1 Generic Platform UHCI Controller
2 -----------------------------------------------------
4 Required properties:
5 - compatible : "generic-uhci" (deprecated: "platform-uhci")
6 - reg : Should contain 1 register ranges(address and length)
7 - interrupts : UHCI controller interrupt
9 Example:
11         uhci@d8007b00 {
12                 compatible = "generic-uhci";
13                 reg = <0xd8007b00 0x200>;
14                 interrupts = <43>;
15         };