ARM: dts: exynos: Enable MFC device on Exynos4412 Odroid boards
[deliverable/linux.git] / arch / arm / boot / dts / exynos-mfc-reserved-memory.dtsi
CommitLineData
8b9ac7e3
MS
1/*
2 * Samsung's Exynos SoC MFC (Video Codec) reserved memory common definition.
3 *
4 * Copyright (c) 2016 Samsung Electronics Co., Ltd
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
9 */
10
11/ {
12 reserved-memory {
13 #address-cells = <1>;
14 #size-cells = <1>;
15 ranges;
16
17 mfc_left: region@51000000 {
18 compatible = "shared-dma-pool";
19 no-map;
20 reg = <0x51000000 0x800000>;
21 };
22
23 mfc_right: region@43000000 {
24 compatible = "shared-dma-pool";
25 no-map;
26 reg = <0x43000000 0x800000>;
27 };
28 };
29};
This page took 0.025056 seconds and 5 git commands to generate.