Commit 9c754c8ad1219522274a95101d231ab9c9ed08b1

Authored by Suman Anna
1 parent eb11cef1d1

TEMP: ARM: dts: k2g-evm: Add dspmem node

Add a dspmem node on the K2 Galileo EVM board. The node
allows the entire MSM RAM (1 MB) to be mapped to userspace
to enable the Keystone Multi Proc Manager (MPM) based
usecases.

Signed-off-by: Suman Anna <s-anna@ti.com>

Showing 1 changed file with 7 additions and 0 deletions Side-by-side Diff

arch/arm/boot/dts/k2g-evm.dts
... ... @@ -40,6 +40,13 @@
40 40 regulator-max-microvolt = <1800000>;
41 41 regulator-always-on;
42 42 };
  43 +
  44 + soc {
  45 + mpm_mem: dspmem {
  46 + compatible = "ti,keystone-dsp-mem";
  47 + reg = <0x0c000000 0x00100000>;
  48 + };
  49 + };
43 50 };
44 51  
45 52 &k2g_pinctrl {