1 // SPDX-License-Identifier: GPL-2.0 1 // SPDX-License-Identifier: GPL-2.0 2 /* 2 /* 3 * Samsung's Exynos SoC MFC (Video Codec) rese 3 * Samsung's Exynos SoC MFC (Video Codec) reserved memory common definition. 4 * 4 * 5 * Copyright (c) 2016 Samsung Electronics Co., 5 * Copyright (c) 2016 Samsung Electronics Co., Ltd 6 */ 6 */ 7 7 8 / { 8 / { 9 reserved-memory { 9 reserved-memory { 10 #address-cells = <1>; 10 #address-cells = <1>; 11 #size-cells = <1>; 11 #size-cells = <1>; 12 ranges; 12 ranges; 13 13 14 mfc_left: region-mfc-left { 14 mfc_left: region-mfc-left { 15 compatible = "shared-d 15 compatible = "shared-dma-pool"; 16 no-map; 16 no-map; 17 size = <0x2400000>; 17 size = <0x2400000>; 18 alignment = <0x100000> 18 alignment = <0x100000>; 19 }; 19 }; 20 20 21 mfc_right: region-mfc-right { 21 mfc_right: region-mfc-right { 22 compatible = "shared-d 22 compatible = "shared-dma-pool"; 23 no-map; 23 no-map; 24 size = <0x800000>; 24 size = <0x800000>; 25 alignment = <0x100000> 25 alignment = <0x100000>; 26 }; 26 }; 27 }; 27 }; 28 }; 28 }; 29 29 30 &mfc { 30 &mfc { 31 memory-region = <&mfc_left>, <&mfc_rig 31 memory-region = <&mfc_left>, <&mfc_right>; 32 }; 32 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.