Lines Matching full:sram
4 $id: http://devicetree.org/schemas/sram/sram.yaml#
7 title: Generic on-chip SRAM
15 Each child of the sram node specifies a region of reserved memory. Each
25 pattern: "^sram(@.*)?"
30 - mmio-sram
31 - amlogic,meson-gxbb-sram
32 - arm,juno-sram-ns
38 - rockchip,rk3288-pmu-sram
47 SRAM clock.
58 Should translate from local addresses within the sram to bus addresses.
62 The flag indicating, that SRAM memory region has not to be remapped
67 "^([a-z0-9]*-)?sram(-section)?@[a-f0-9]+$":
70 Each child of the sram node specifies a region of reserved memory.
78 - allwinner,sun4i-a10-sram-a3-a4
79 - allwinner,sun4i-a10-sram-c1
80 - allwinner,sun4i-a10-sram-d
81 - allwinner,sun9i-a80-smp-sram
82 - allwinner,sun50i-a64-sram-c
83 - amlogic,meson8-ao-arc-sram
84 - amlogic,meson8b-ao-arc-sram
85 - amlogic,meson8-smp-sram
86 - amlogic,meson8b-smp-sram
92 - renesas,smp-sram
93 - rockchip,rk3066-smp-sram
96 - socionext,milbeaut-smp-sram
101 IO mem address range, relative to the SRAM range.
107 SRAM.
112 Indicates that the particular reserved SRAM area is addressable
118 Indicates that the reserved SRAM area may be accessed outside
152 - rockchip,rk3288-pmu-sram
163 sram@5c000000 {
164 compatible = "mmio-sram";
165 reg = <0x5c000000 0x40000>; /* 256 KiB SRAM at address 0x5c000000 */
171 smp-sram@100 {
175 device-sram@1000 {
180 exported-sram@20000 {
191 // Therefore reserved section sub-nodes have to be added to the mmio-sram
194 sram@2020000 {
195 compatible = "mmio-sram";
201 smp-sram@0 {
206 smp-sram@53000 {
213 // Amlogic's SMP-capable SoCs use part of the sram for the bringup of the cores.
217 // Therefore a reserved section sub-node has to be added to the mmio-sram
219 sram@d9000000 {
220 compatible = "mmio-sram";
226 smp-sram@1ff80 {
227 compatible = "amlogic,meson8b-smp-sram";
233 sram@e63c0000 {
234 compatible = "mmio-sram";
240 smp-sram@0 {
241 compatible = "renesas,smp-sram";
247 sram@10080000 {
248 compatible = "mmio-sram";
254 smp-sram@10080000 {
255 compatible = "rockchip,rk3066-smp-sram";
261 // Rockchip's rk3288 SoC uses the sram of pmu to store the function of
263 // the "pmu-sram" because it keeps power even in low power states
265 sram@ff720000 {
266 compatible = "rockchip,rk3288-pmu-sram", "mmio-sram";
271 // Allwinner's A80 SoC uses part of the secure sram for hotplugging of the
277 // check if this SRAM is usable first.
278 sram@20000 {
279 // 256 KiB secure SRAM at 0x20000
280 compatible = "mmio-sram";
286 smp-sram@1000 {
289 compatible = "allwinner,sun9i-a80-smp-sram";
295 sram@0 {
296 compatible = "mmio-sram";
302 smp-sram@f100 {
303 compatible = "socionext,milbeaut-smp-sram";