18c2ecf20Sopenharmony_ci* OHCI controller, NXP ohci-nxp variant
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciRequired properties:
48c2ecf20Sopenharmony_ci- compatible: must be "nxp,ohci-nxp"
58c2ecf20Sopenharmony_ci- reg: physical base address of the controller and length of memory mapped
68c2ecf20Sopenharmony_ci  region.
78c2ecf20Sopenharmony_ci- interrupts: The OHCI interrupt
88c2ecf20Sopenharmony_ci- transceiver: phandle of the associated ISP1301 device - this is necessary for
98c2ecf20Sopenharmony_ci               the UDC controller for connecting to the USB physical layer
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ciExample (LPC32xx):
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ci	isp1301: usb-transceiver@2c {
148c2ecf20Sopenharmony_ci		compatible = "nxp,isp1301";
158c2ecf20Sopenharmony_ci		reg = <0x2c>;
168c2ecf20Sopenharmony_ci	};
178c2ecf20Sopenharmony_ci
188c2ecf20Sopenharmony_ci	ohci@31020000 {
198c2ecf20Sopenharmony_ci		compatible = "nxp,ohci-nxp";
208c2ecf20Sopenharmony_ci		reg = <0x31020000 0x300>;
218c2ecf20Sopenharmony_ci		interrupt-parent = <&mic>;
228c2ecf20Sopenharmony_ci		interrupts = <0x3b 0>;
238c2ecf20Sopenharmony_ci		transceiver = <&isp1301>;
248c2ecf20Sopenharmony_ci	};
25