Skip to content

Commit 106deea

Browse files
paulkocialkowskimripard
authored andcommitted
arm64: dts: allwinner: a64: Add support for the SRAM C1 section
Add the description for the SRAM C1 section to the A64 device-tree. Since there is no entry for this section in the A64 manual, the base address and size were only verified to be consistent empirically. Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com> Acked-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
1 parent 2c8d843 commit 106deea

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,20 @@
301301
reg = <0x0000 0x28000>;
302302
};
303303
};
304+
305+
sram_c1: sram@1d00000 {
306+
compatible = "mmio-sram";
307+
reg = <0x01d00000 0x40000>;
308+
#address-cells = <1>;
309+
#size-cells = <1>;
310+
ranges = <0 0x01d00000 0x40000>;
311+
312+
ve_sram: sram-section@0 {
313+
compatible = "allwinner,sun50i-a64-sram-c1",
314+
"allwinner,sun4i-a10-sram-c1";
315+
reg = <0x000000 0x40000>;
316+
};
317+
};
304318
};
305319

306320
dma: dma-controller@1c02000 {

0 commit comments

Comments
 (0)