aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/misc/sram.txt
blob: 4d0a00e453a82bcaab289888ad7391178bf1e041 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 */
};