18b7c3b68SRoland Stigge* NXP ISP1301 USB transceiver
28b7c3b68SRoland Stigge
38b7c3b68SRoland StiggeRequired properties:
48b7c3b68SRoland Stigge- compatible: must be "nxp,isp1301"
58b7c3b68SRoland Stigge- reg: I2C address of the ISP1301 device
68b7c3b68SRoland Stigge
78b7c3b68SRoland StiggeOptional properties of devices using ISP1301:
88b7c3b68SRoland Stigge- transceiver: phandle of isp1301 - this helps the ISP1301 driver to find the
98b7c3b68SRoland Stigge               ISP1301 instance associated with the respective USB driver
108b7c3b68SRoland Stigge
118b7c3b68SRoland StiggeExample:
128b7c3b68SRoland Stigge
138b7c3b68SRoland Stigge	isp1301: usb-transceiver@2c {
148b7c3b68SRoland Stigge		compatible = "nxp,isp1301";
158b7c3b68SRoland Stigge		reg = <0x2c>;
168b7c3b68SRoland Stigge	};
178b7c3b68SRoland Stigge
188b7c3b68SRoland Stigge	usbd@31020000 {
198b7c3b68SRoland Stigge		compatible = "nxp,lpc3220-udc";
208b7c3b68SRoland Stigge		reg = <0x31020000 0x300>;
218b7c3b68SRoland Stigge		interrupt-parent = <&mic>;
228b7c3b68SRoland Stigge		interrupts = <0x3d 0>, <0x3e 0>, <0x3c 0>, <0x3a 0>;
238b7c3b68SRoland Stigge		transceiver = <&isp1301>;
248b7c3b68SRoland Stigge	};
25