npcm7xx-usb.txt 395 B

123456789101112131415161718
  1. Nuvoton NPCM7XX SoC USB controllers:
  2. -----------------------------
  3. EHCI:
  4. -----
  5. Required properties:
  6. - compatible: "nuvoton,npcm750-ehci"
  7. - interrupts: Should contain the EHCI interrupt
  8. - reg: Physical address and length of the register set for the device
  9. Example:
  10. ehci1: usb@f0806000 {
  11. compatible = "nuvoton,npcm750-ehci";
  12. reg = <0xf0806000 0x1000>;
  13. interrupts = <0 61 4>;
  14. };