]> Pileus Git - ~andy/linux/blob - Documentation/devicetree/bindings/misc/sram.txt
Merge git://git.infradead.org/users/eparis/audit
[~andy/linux] / Documentation / devicetree / bindings / misc / sram.txt
1 Generic on-chip SRAM
2
3 Simple IO memory regions to be managed by the genalloc API.
4
5 Required properties:
6
7 - compatible : mmio-sram
8
9 - reg : SRAM iomem address range
10
11 Example:
12
13 sram: sram@5c000000 {
14         compatible = "mmio-sram";
15         reg = <0x5c000000 0x40000>; /* 256 KiB SRAM at address 0x5c000000 */
16 };