Roland Stigge | 2265efe | 2012-04-29 16:47:03 +0200 | [diff] [blame^] | 1 | * OHCI controller, NXP ohci-nxp variant |
2 | |||||
3 | Required 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 | |||||
9 | Example (LPC32xx): | ||||
10 | |||||
11 | ohci@31020000 { | ||||
12 | compatible = "nxp,ohci-nxp"; | ||||
13 | reg = <0x31020000 0x300>; | ||||
14 | interrupt-parent = <&mic>; | ||||
15 | interrupts = <0x3b 0>; | ||||
16 | }; |