aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/files/k2hk/cmem.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/files/k2hk/cmem.dtsi')
-rw-r--r--recipes-kernel/linux/files/k2hk/cmem.dtsi37
1 files changed, 0 insertions, 37 deletions
diff --git a/recipes-kernel/linux/files/k2hk/cmem.dtsi b/recipes-kernel/linux/files/k2hk/cmem.dtsi
deleted file mode 100644
index 400aa9dd..00000000
--- a/recipes-kernel/linux/files/k2hk/cmem.dtsi
+++ /dev/null
@@ -1,37 +0,0 @@
-/ {
- reserved-memory {
-
- cmem_block_mem_0: cmem_block_mem@830000000 {
- reg = <0x00000008 0x30000000 0x00000000 0x18000000>;
- no-map;
- status = "okay";
- };
- };
-
- cmem {
- compatible = "ti,cmem";
- #address-cells = <1>;
- #size-cells = <0>;
-
- #pool-size-cells = <2>;
-
- status = "okay";
-
- cmem_block_0: cmem_block@0 {
- reg = <0>;
- memory-region = <&cmem_block_mem_0>;
- cmem-buf-pools = <1 0x00000000 0x18000000>;
- };
-
- cmem_block_1: cmem_block@1 {
- reg = <1>;
- sram = <&sram_cmem>;
- };
- };
-};
-
-&msm_ram {
- sram_cmem: sram-cmem@100000 {
- reg = <0x100000 0x480000>;
- };
-};