aboutsummaryrefslogtreecommitdiff
path: root/src/arm/keystone-k2g-ice.dts
diff options
context:
space:
mode:
Diffstat (limited to 'src/arm/keystone-k2g-ice.dts')
-rw-r--r--src/arm/keystone-k2g-ice.dts18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/arm/keystone-k2g-ice.dts b/src/arm/keystone-k2g-ice.dts
index d820d37b5148..78692745e0af 100644
--- a/src/arm/keystone-k2g-ice.dts
+++ b/src/arm/keystone-k2g-ice.dts
@@ -17,6 +17,19 @@
device_type = "memory";
reg = <0x00000008 0x00000000 0x00000000 0x20000000>;
};
+
+ reserved-memory {
+ #address-cells = <2>;
+ #size-cells = <2>;
+ ranges;
+
+ dsp_common_memory: dsp-common-memory@81f800000 {
+ compatible = "shared-dma-pool";
+ reg = <0x00000008 0x1f800000 0x00000000 0x800000>;
+ reusable;
+ status = "okay";
+ };
+ };
};
&k2g_pinctrl {
@@ -33,3 +46,8 @@
pinctrl-0 = <&uart0_pins>;
status = "okay";
};
+
+&dsp0 {
+ memory-region = <&dsp_common_memory>;
+ status = "okay";
+};