TERES/SOFTWARE/A64-TERES/linux-a64/Documentation/devicetree/bindings/misc/sram.txt
Dimitar Gamishev f9b0e7a283 linux
2017-10-13 14:07:04 +03:00

17 lines
297 B
Plaintext

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 */
};