blob: b5c36319e63413f707989892488db1a4f6fa0b0d [file] [log] [blame]
Roland Stigge2265efe2012-04-29 16:47:03 +02001* OHCI controller, NXP ohci-nxp variant
2
3Required properties:
4- compatible: must be "nxp,ohci-nxp"
5- reg: physical base address of the controller and length of memory mapped
6 region.
7- interrupts: The OHCI interrupt
8
9Example (LPC32xx):
10
11 ohci@31020000 {
12 compatible = "nxp,ohci-nxp";
13 reg = <0x31020000 0x300>;
14 interrupt-parent = <&mic>;
15 interrupts = <0x3b 0>;
16 };