1 Amlogic Meson8 and Meson8b SRAM for smp bringup:
2 ------------------------------------------------
4 Amlogic's SMP-capable SoCs use part of the sram for the bringup of the cores.
5 Once the core gets powered up it executes the code that is residing at a
8 Therefore a reserved section sub-node has to be added to the mmio-sram
11 Required sub-node properties:
12 - compatible : depending on the SoC this should be one of:
13 "amlogic,meson8-smp-sram"
14 "amlogic,meson8b-smp-sram"
16 The rest of the properties should follow the generic mmio-sram discription
17 found in ../../misc/sram.txt
22 compatible = "mmio-sram";
23 reg = <0xd9000000 0x20000>;
26 ranges = <0 0xd9000000 0x20000>;
29 compatible = "amlogic,meson8b-smp-sram";