1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-21 20:19:08 +00:00
Files
meta-ti/recipes-kernel/linux/files/k2l/cmem.dtsi
Denys Dmytriyenko 0eb32bd451 conf, recipes: introduce k2l family and add support for k2l-hs-evm
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-04-20 18:13:40 -04:00

38 lines
590 B
Plaintext

/ {
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@80000 {
reg = <0x80000 0xc0000>;
};
};