Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-updates > by-pkgid > 9d419742b9681cde2b82b5fb15e025ab > files > 2533

kernel-doc-4.1.12-1.mga5.noarch.rpm

* LSI Zevio USB OTG Controller

Required properties:
- compatible: Should be "lsi,zevio-usb"
- reg: Should contain registers location and length
- interrupts: Should contain controller interrupt

Optional properties:
- vbus-supply: regulator for vbus

Examples:
		usb0: usb@b0000000 {
			reg = <0xb0000000 0x1000>;
			compatible = "lsi,zevio-usb";
			interrupts = <8>;
			vbus-supply = <&vbus_reg>;
		};