18c2ecf20Sopenharmony_ciGeneric Platform UHCI Controller 28c2ecf20Sopenharmony_ci----------------------------------------------------- 38c2ecf20Sopenharmony_ci 48c2ecf20Sopenharmony_ciRequired properties: 58c2ecf20Sopenharmony_ci- compatible : "generic-uhci" (deprecated: "platform-uhci") 68c2ecf20Sopenharmony_ci- reg : Should contain 1 register ranges(address and length) 78c2ecf20Sopenharmony_ci- interrupts : UHCI controller interrupt 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ciadditionally the properties from usb-hcd.yaml (in the current directory) are 108c2ecf20Sopenharmony_cisupported. 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ciExample: 138c2ecf20Sopenharmony_ci 148c2ecf20Sopenharmony_ci uhci@d8007b00 { 158c2ecf20Sopenharmony_ci compatible = "generic-uhci"; 168c2ecf20Sopenharmony_ci reg = <0xd8007b00 0x200>; 178c2ecf20Sopenharmony_ci interrupts = <43>; 188c2ecf20Sopenharmony_ci }; 19