]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
arm64: dts: exynos: gs101: add SRAM node
authorTudor Ambarus <tudor.ambarus@linaro.org>
Fri, 7 Feb 2025 15:56:43 +0000 (15:56 +0000)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sun, 16 Feb 2025 10:52:27 +0000 (11:52 +0100)
SRAM is used by the ACPM protocol to retrieve the ACPM channels
information, which includes the TX/RX rings among other channel
configuration data. Add the SRAM node.

Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org>
Link: https://lore.kernel.org/r/20250207-gs101-acpm-dt-v4-1-230ba8663a2d@linaro.org
[krzysztof: correct alphabetical node placement]
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
arch/arm64/boot/dts/exynos/google/gs101.dtsi

index d60e6a8e87232e076867a63112a342151cc51851..ef21358e7bcf82df8b9b0b492ff876828af5414c 100644 (file)
                };
        };
 
+       apm_sram: sram@2039000 {
+               compatible = "mmio-sram";
+               reg = <0x0 0x2039000 0x40000>;
+               #address-cells = <1>;
+               #size-cells = <1>;
+               ranges = <0x0 0x0 0x2039000 0x40000>;
+       };
+
        timer {
                compatible = "arm,armv8-timer";
                interrupts =