1 // SPDX-License-Identifier: GPL-2.0
3 * Samsung's Exynos SoC MFC (Video Codec) reserved memory common definition.
5 * Copyright (c) 2016 Samsung Electronics Co., Ltd
14 mfc_left: region_mfc_left {
15 compatible = "shared-dma-pool";
18 alignment = <0x100000>;
21 mfc_right: region_mfc_right {
22 compatible = "shared-dma-pool";
25 alignment = <0x100000>;
31 memory-region = <&mfc_left>, <&mfc_right>;