1c66ec88fSEmmanuel VadotNuvoton NPCM7XX SoC USB controllers: 2c66ec88fSEmmanuel Vadot----------------------------- 3c66ec88fSEmmanuel Vadot 4c66ec88fSEmmanuel VadotEHCI: 5c66ec88fSEmmanuel Vadot----- 6c66ec88fSEmmanuel Vadot 7c66ec88fSEmmanuel VadotRequired properties: 8*7ef62cebSEmmanuel Vadot- compatible: should be one of 9*7ef62cebSEmmanuel Vadot "nuvoton,npcm750-ehci" 10*7ef62cebSEmmanuel Vadot "nuvoton,npcm845-ehci" 11c66ec88fSEmmanuel Vadot- interrupts: Should contain the EHCI interrupt 12c66ec88fSEmmanuel Vadot- reg: Physical address and length of the register set for the device 13c66ec88fSEmmanuel Vadot 14c66ec88fSEmmanuel VadotExample: 15c66ec88fSEmmanuel Vadot 16c66ec88fSEmmanuel Vadot ehci1: usb@f0806000 { 17c66ec88fSEmmanuel Vadot compatible = "nuvoton,npcm750-ehci"; 18c66ec88fSEmmanuel Vadot reg = <0xf0806000 0x1000>; 19c66ec88fSEmmanuel Vadot interrupts = <0 61 4>; 20c66ec88fSEmmanuel Vadot }; 21