1*c66ec88fSEmmanuel Vadot* USB (Universal Serial Bus Controller) 2*c66ec88fSEmmanuel Vadot 3*c66ec88fSEmmanuel VadotProperties: 4*c66ec88fSEmmanuel Vadot- compatible : "fsl,cpm1-usb", "fsl,cpm2-usb", "fsl,qe-usb" 5*c66ec88fSEmmanuel Vadot 6*c66ec88fSEmmanuel VadotExample: 7*c66ec88fSEmmanuel Vadot usb@11bc0 { 8*c66ec88fSEmmanuel Vadot #address-cells = <1>; 9*c66ec88fSEmmanuel Vadot #size-cells = <0>; 10*c66ec88fSEmmanuel Vadot compatible = "fsl,cpm2-usb"; 11*c66ec88fSEmmanuel Vadot reg = <11b60 18 8b00 100>; 12*c66ec88fSEmmanuel Vadot interrupts = <b 8>; 13*c66ec88fSEmmanuel Vadot interrupt-parent = <&PIC>; 14*c66ec88fSEmmanuel Vadot fsl,cpm-command = <2e600000>; 15*c66ec88fSEmmanuel Vadot }; 16