diff options
Diffstat (limited to 'Documentation/devicetree/bindings/misc/sram.txt')
| -rw-r--r-- | Documentation/devicetree/bindings/misc/sram.txt | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/Documentation/devicetree/bindings/misc/sram.txt b/Documentation/devicetree/bindings/misc/sram.txt deleted file mode 100644 index 4d0a00e453a8..000000000000 --- a/Documentation/devicetree/bindings/misc/sram.txt +++ /dev/null @@ -1,16 +0,0 @@ -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 */ -}; |
