Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > 73955bd977c8cfe79d910bbc0422005f > files > 799

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

* Power Management Controller (PMC)

Required properties:
- compatible: Should be "atmel,at91rm9200-pmc"
- reg: Should contain PMC registers location and length

Examples:
	pmc: pmc@fffffc00 {
		compatible = "atmel,at91rm9200-pmc";
		reg = <0xfffffc00 0x100>;
	};