Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 2c8c4710ab25fb2f14440c1f131b7a61 > files > 1635

kernel-doc-3.14.41-1.mga4.noarch.rpm

VIA/Wondermedia VT8500 UART Controller
-----------------------------------------------------

Required properties:
- compatible : "via,vt8500-uart"
- reg : Should contain 1 register ranges(address and length)
- interrupts : UART interrupt
- clocks : phandle to the uart source clock (usually a 24Mhz fixed clock)

Example:

	uart@d8210000 {
		compatible = "via,vt8500-uart";
		reg = <0xd8210000 0x1040>;
		interrupts = <47>;
		clocks = <&ref24>;
	};