Sophie

Sophie

distrib > Mageia > 3 > i586 > by-pkgid > 91c756cb5d7c6ca8f2e821d8b17515f4 > files > 1061

kernel-rt-doc-3.10.24-0.rt20.2.mga3.noarch.rpm

Generic on-chip SRAM

Simple IO memory regions to be managed by the genalloc API.

Required properties:

- compatible : mmio-sram

- reg : SRAM iomem address range

Example:

sram: sram@5c000000 {
	compatible = "mmio-sram";
	reg = <0x5c000000 0x40000>; /* 256 KiB SRAM at address 0x5c000000 */
};