x86/xen: resume timer irqs early
[linux/fpc-iii.git] / Documentation / devicetree / bindings / misc / sram.txt
blob4d0a00e453a82bcaab289888ad7391178bf1e041
1 Generic on-chip SRAM
3 Simple IO memory regions to be managed by the genalloc API.
5 Required properties:
7 - compatible : mmio-sram
9 - reg : SRAM iomem address range
11 Example:
13 sram: sram@5c000000 {
14         compatible = "mmio-sram";
15         reg = <0x5c000000 0x40000>; /* 256 KiB SRAM at address 0x5c000000 */