]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame - arch/arm/boot/dts/exynos-mfc-reserved-memory.dtsi
Merge tag 'mvebu-fixes-4.17-2' of git://git.infradead.org/linux-mvebu into fixes
[mirror_ubuntu-eoan-kernel.git] / arch / arm / boot / dts / exynos-mfc-reserved-memory.dtsi
CommitLineData
0cfec8ed 1// SPDX-License-Identifier: GPL-2.0
8b9ac7e3
MS
2/*
3 * Samsung's Exynos SoC MFC (Video Codec) reserved memory common definition.
4 *
5 * Copyright (c) 2016 Samsung Electronics Co., Ltd
8b9ac7e3
MS
6 */
7
8/ {
9 reserved-memory {
10 #address-cells = <1>;
11 #size-cells = <1>;
12 ranges;
13
c80a3f69 14 mfc_left: region_mfc_left {
8b9ac7e3
MS
15 compatible = "shared-dma-pool";
16 no-map;
bb46d1eb 17 size = <0x2400000>;
c80a3f69 18 alignment = <0x100000>;
8b9ac7e3
MS
19 };
20
c80a3f69 21 mfc_right: region_mfc_right {
8b9ac7e3
MS
22 compatible = "shared-dma-pool";
23 no-map;
c80a3f69
MS
24 size = <0x800000>;
25 alignment = <0x100000>;
8b9ac7e3
MS
26 };
27 };
28};
4ceaa148
MS
29
30&mfc {
31 memory-region = <&mfc_left>, <&mfc_right>;
32};